Home
last modified time | relevance | path

Searched refs:AST_IO_MM_OFFSET (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/ast/
Dast_drv.c301 if (len < AST_IO_MM_OFFSET) in ast_pci_probe()
303 if ((len - AST_IO_MM_OFFSET) < AST_IO_MM_LENGTH) in ast_pci_probe()
305 ioregs = regs + AST_IO_MM_OFFSET; in ast_pci_probe()
323 if (len < AST_IO_MM_OFFSET) in ast_pci_probe()
325 if ((len - AST_IO_MM_OFFSET) < AST_IO_MM_LENGTH) in ast_pci_probe()
327 ioregs = regs + AST_IO_MM_OFFSET; in ast_pci_probe()
Dast_reg.h12 #define AST_IO_MM_OFFSET (0x380) macro