Searched refs:is_IO (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_io.c77 if (!region->is_IO)
H A Dhurd_pci.c125 dev->regions[i].is_IO = regions[i].is_IO;
H A Dx86_pci.c631 dev->regions[reg_num].is_IO = 1;
652 if (dev->regions[reg_num].is_IO)
H A Dfreebsd_pci.c373 dev->regions[i].is_IO = 1;
H A Dlinux_sysfs.c339 dev->regions[i].is_IO = (flags & 0x01) != 0;
H A Dnetbsd_pci.c371 region->is_IO = 1;
H A Dopenbsd_pci.c362 region->is_IO = 1;
H A Dsolx_devfs.c649 dev->regions[ent].is_IO = 1;
/xsrc/external/mit/libpciaccess/dist/scanpci/
H A Dscanpci.c160 (dev->regions[i].is_IO) ? "I/O" :
163 if ( ! dev->regions[i].is_IO ) {
/xsrc/external/mit/libpciaccess/dist/include/
H A Dpciaccess.h290 unsigned is_IO:1; member in struct:pci_mem_region
296 * This can only be set if \c is_IO is not set.
305 * This can only be set if \c is_IO is not set.
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86pciBus.c181 if ( r->size && ! r->is_IO ) {
194 if ( r->size && r->is_IO ) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86pciBus.c168 if (r->size && !r->is_IO) {
182 if (r->size && r->is_IO) {

Completed in 15 milliseconds