Searched refs:PCI_FILL_IO_FLAGS (Results 1 – 4 of 4) sorted by relevance
408 pciaddr_t ioflg = (p->known_fields & PCI_FILL_IO_FLAGS) ? p->flags[i] : 0; in show_bases()409 …u32 flg = (p->known_fields & PCI_FILL_IO_FLAGS) ? ioflg_to_pciflg(ioflg) : without_config_data ? 0… in show_bases()426 if ((p->known_fields & PCI_FILL_IO_FLAGS) && !without_config_data) in show_bases()500 pciaddr_t ioflg = (p->known_fields & PCI_FILL_IO_FLAGS) ? p->rom_flags : 0; in show_rom()
230 clear_fill(d, PCI_FILL_BASES | PCI_FILL_SIZES | PCI_FILL_IO_FLAGS); in sysfs_get_resources()385 …ill(d, flags, PCI_FILL_BASES | PCI_FILL_ROM_BASE | PCI_FILL_SIZES | PCI_FILL_IO_FLAGS | PCI_FILL_B… in sysfs_fill_info()
233 #define PCI_FILL_IO_FLAGS 0x1000 macro
1192 d->known_fields |= PCI_FILL_BASES | PCI_FILL_SIZES | PCI_FILL_IO_FLAGS; in fill_resources()