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