Home
last modified time | relevance | path

Searched refs:PCI_MEMORY_RANGE_MASK (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dibmphp_res.c2014 start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16; in update_bridge_ranges()
2015 end_address = 0x00000000 | (end_mem_address & PCI_MEMORY_RANGE_MASK) << 16; in update_bridge_ranges()
2062 start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16; in update_bridge_ranges()
2063 end_address = 0x00000000 | (end_mem_address & PCI_MEMORY_RANGE_MASK) << 16; in update_bridge_ranges()
/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.h145 #define PCI_MEMORY_RANGE_MASK (~0x0fUL) 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.h145 #define PCI_MEMORY_RANGE_MASK (~0x0fUL) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h145 #define PCI_MEMORY_RANGE_MASK (~0x0fUL) macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h251 #define PCI_MEMORY_RANGE_MASK ~0x0f macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c449 base = ((unsigned long) mem_base_lo & PCI_MEMORY_RANGE_MASK) << 16; in pci_read_bridge_mmio()
450 limit = ((unsigned long) mem_limit_lo & PCI_MEMORY_RANGE_MASK) << 16; in pci_read_bridge_mmio()