Lines Matching refs:ioflg
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
70 val = baseres_to_pcires(addr, ioflg, NULL, NULL); in odd_baseres_to_pcires()