Searched refs:ioflg (Results 1 – 2 of 2) sorted by relevance
| /pciutils/lib/ |
| H A D | emulated.c | 14 ioflg_to_pciflg(pciaddr_t ioflg) in ioflg_to_pciflg() argument 18 if ((ioflg & PCI_IORESOURCE_TYPE_BITS) == PCI_IORESOURCE_IO) in ioflg_to_pciflg() 20 else if ((ioflg & PCI_IORESOURCE_TYPE_BITS) == PCI_IORESOURCE_MEM) in ioflg_to_pciflg() 23 if (ioflg & PCI_IORESOURCE_MEM_64) in ioflg_to_pciflg() 27 if (ioflg & PCI_IORESOURCE_PREFETCH) in ioflg_to_pciflg() 35 baseres_to_pcires(pciaddr_t addr, pciaddr_t ioflg, int *have_sec, u32 *sec_val) in baseres_to_pcires() argument 37 u32 val = ioflg_to_pciflg(ioflg); in baseres_to_pcires() 58 even_baseres_to_pcires(pciaddr_t addr, pciaddr_t ioflg) in even_baseres_to_pcires() argument 60 return baseres_to_pcires(addr, ioflg, NULL, NULL); in even_baseres_to_pcires() 64 odd_baseres_to_pcires(pciaddr_t addr0, pciaddr_t ioflg0, pciaddr_t addr, pciaddr_t ioflg) in odd_baseres_to_pcires() argument [all …]
|
| /pciutils/ |
| H A D | lspci.c | 375 ioflg_to_pciflg(pciaddr_t ioflg) in ioflg_to_pciflg() argument 379 if (ioflg & PCI_IORESOURCE_IO) in ioflg_to_pciflg() 381 else if (!(ioflg & PCI_IORESOURCE_MEM)) in ioflg_to_pciflg() 386 if (ioflg & PCI_IORESOURCE_MEM_64) in ioflg_to_pciflg() 390 if (ioflg & PCI_IORESOURCE_PREFETCH) in ioflg_to_pciflg() 408 pciaddr_t ioflg = (p->known_fields & PCI_FILL_IO_FLAGS) ? p->flags[i] : 0; in show_bases() local 432 if ((ioflg & PCI_IORESOURCE_TYPE_BITS) == PCI_IORESOURCE_MEM && in show_bases() 486 if (ioflg & PCI_IORESOURCE_PCI_EA_BEI) in show_bases() 500 pciaddr_t ioflg = (p->known_fields & PCI_FILL_IO_FLAGS) ? p->rom_flags : 0; in show_rom() local 501 u32 flg = reg >= 0 ? get_conf_long(d, reg) : ioflg_to_pciflg(ioflg); in show_rom() [all …]
|