Searched refs:PCI_IO_RANGE_TYPE_32 (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/pci/controller/
H A Dpci-mvebu.c916 bridge->conf.iobase = PCI_IO_RANGE_TYPE_32;
917 bridge->conf.iolimit = PCI_IO_RANGE_TYPE_32;
H A Dpci-aardvark.c1048 bridge->conf.iobase = PCI_IO_RANGE_TYPE_32;
1049 bridge->conf.iolimit = PCI_IO_RANGE_TYPE_32;
/linux-master/drivers/pci/controller/dwc/
H A Dpci-keystone.c818 writew(PCI_IO_RANGE_TYPE_32 | (PCI_IO_RANGE_TYPE_32 << 8),
/linux-master/include/uapi/linux/
H A Dpci_regs.h139 #define PCI_IO_RANGE_TYPE_32 0x01 macro
/linux-master/drivers/pci/hotplug/
H A Dibmphp_pci.c921 if ((io_base & PCI_IO_RANGE_TYPE_MASK) == PCI_IO_RANGE_TYPE_32) {
/linux-master/drivers/pci/
H A Dprobe.c367 if ((io_base_lo & PCI_IO_RANGE_TYPE_MASK) == PCI_IO_RANGE_TYPE_32) {

Completed in 143 milliseconds