Home
last modified time | relevance | path

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

/drivers/gpu/drm/ast/
A Dast_drv.c302 if (len < AST_IO_MM_OFFSET) in ast_pci_probe()
304 if ((len - AST_IO_MM_OFFSET) < AST_IO_MM_LENGTH) in ast_pci_probe()
306 ioregs = regs + AST_IO_MM_OFFSET; in ast_pci_probe()
324 if (len < AST_IO_MM_OFFSET) in ast_pci_probe()
326 if ((len - AST_IO_MM_OFFSET) < AST_IO_MM_LENGTH) in ast_pci_probe()
328 ioregs = regs + AST_IO_MM_OFFSET; in ast_pci_probe()
A Dast_reg.h12 #define AST_IO_MM_OFFSET (0x380) macro

Completed in 5 milliseconds