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