Searched refs:PCIIO_SPACE_MEM (Results 1 – 4 of 4) sorted by relevance
110 {PCIIO_SPACE_MEM, "MEM"},1056 case PCIIO_SPACE_MEM: \1170 ? PCIIO_SPACE_MEM in pcibr_pioerror()1230 (((wx == PCIIO_SPACE_MEM) || in pcibr_pioerror()1233 ((space == PCIIO_SPACE_MEM) || in pcibr_pioerror()1295 wx = PCIIO_SPACE_MEM; in pcibr_pioerror()1299 wx = PCIIO_SPACE_MEM; in pcibr_pioerror()
856 space = PCIIO_SPACE_MEM; in pcibr_slot_info_init()1206 case PCIIO_SPACE_MEM: in pcibr_slot_addr_space_init()1213 PCIIO_SPACE_MEM, in pcibr_slot_addr_space_init()1882 case PCIIO_SPACE_MEM: in pcibr_bus_addr_alloc()
2043 space = PCIIO_SPACE_MEM; in pcibr_addr_pci_to_xio()2251 case PCIIO_SPACE_MEM: /* "mem space" */ in pcibr_addr_pci_to_xio()2612 case PCIIO_SPACE_MEM: in pcibr_piospace_alloc()
73 #define PCIIO_SPACE_MEM (4) macro