Home
last modified time | relevance | path

Searched refs:PCIIO_SPACE_NONE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_error.c107 {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()
Dpcibr_slot.c1814 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()
Dpcibr_dvr.c1261 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()
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpciio.h69 #define PCIIO_SPACE_NONE (0) macro