Searched refs:PCIIO_SPACE_NONE (Results 1 – 4 of 4) sorted by relevance
107 {PCIIO_SPACE_NONE, "none"},1119 raw_space = PCIIO_SPACE_NONE; in pcibr_pioerror()1158 if (raw_space == PCIIO_SPACE_NONE) { in pcibr_pioerror()1197 if ((slot == PCIIO_SLOT_NONE) && (space != PCIIO_SPACE_NONE)) { in pcibr_pioerror()1221 if (((wx = pcibr_info->f_window[cw].w_space) != PCIIO_SPACE_NONE) && in pcibr_pioerror()1318 if (space != PCIIO_SPACE_NONE) { in pcibr_pioerror()1353 if (space == PCIIO_SPACE_NONE) { in pcibr_pioerror()
1814 if (pcibr_info->f_window[bar].w_space == PCIIO_SPACE_NONE) in pcibr_device_info_free()1827 PCIIO_SPACE_NONE; in pcibr_device_info_free()
1261 pcibr_soft->bs_slot[slot].bss_devio.bssd_space = PCIIO_SPACE_NONE; in pcibr_attach2()2002 if (space == PCIIO_SPACE_NONE) in pcibr_addr_pci_to_xio()2054 if (wspace == PCIIO_SPACE_NONE) in pcibr_addr_pci_to_xio()2120 if ((try > halftry) && (mspace == PCIIO_SPACE_NONE)) { in pcibr_addr_pci_to_xio()
69 #define PCIIO_SPACE_NONE (0) macro