Searched refs:AST_IO_MM_OFFSET (Results 1 – 2 of 2) sorted by relevance
302 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()
12 #define AST_IO_MM_OFFSET (0x380) macro
Completed in 5 milliseconds