Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_drv.c332 if (len < AST_IO_MM_OFFSET) in ast_pci_probe()
334 if ((len - AST_IO_MM_OFFSET) < AST_IO_MM_LENGTH) in ast_pci_probe()
336 ioregs = regs + AST_IO_MM_OFFSET; in ast_pci_probe()
354 if (len < AST_IO_MM_OFFSET) in ast_pci_probe()
356 if ((len - AST_IO_MM_OFFSET) < AST_IO_MM_LENGTH) in ast_pci_probe()
358 ioregs = regs + AST_IO_MM_OFFSET; in ast_pci_probe()
H A Dast_reg.h12 #define AST_IO_MM_OFFSET (0x380) macro