Home
last modified time | relevance | path

Searched refs:PCI_IO_RANGE_MASK (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h139 #define PCI_IO_RANGE_MASK (~0x0fUL) /* Standard 4K I/O windows */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h139 #define PCI_IO_RANGE_MASK (~0x0fUL) /* Standard 4K I/O windows */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h139 #define PCI_IO_RANGE_MASK (~0x0fUL) /* Standard 4K I/O windows */ macro
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dibmphp_res.c1966 start_address = (start_io_address & PCI_IO_RANGE_MASK) << 8; in update_bridge_ranges()
1968 end_address = (end_io_address & PCI_IO_RANGE_MASK) << 8; in update_bridge_ranges()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h246 #define PCI_IO_RANGE_MASK ~0x0f macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dsetup-bus.c583 io_mask = PCI_IO_RANGE_MASK; in pci_setup_bridge_io()
H A Dprobe.c406 io_mask = PCI_IO_RANGE_MASK; in pci_read_bridge_io()