Searched refs:PCI_IO_RANGE_MASK (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dibmphp_res.c1966 start_address = (start_io_address & PCI_IO_RANGE_MASK) << 8;
1968 end_address = (end_io_address & PCI_IO_RANGE_MASK) << 8;
/linux-master/include/uapi/linux/
H A Dpci_regs.h140 #define PCI_IO_RANGE_MASK (~0x0fUL) /* Standard 4K I/O windows */ macro
/linux-master/drivers/pci/
H A Dsetup-bus.c584 io_mask = PCI_IO_RANGE_MASK;
H A Dprobe.c354 io_mask = PCI_IO_RANGE_MASK;

Completed in 127 milliseconds