Home
last modified time | relevance | path

Searched refs:PCI_IO_LIMIT_UPPER16 (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dcds_via.c36 pci_hose_write_config_word(hose, bridge, PCI_IO_LIMIT_UPPER16, 0); in mpc85xx_config_via()
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dpci-auto.c167 pci_write_config_word(dev, PCI_IO_LIMIT_UPPER16, in pciauto_prescan_setup_bridge()
/OK3568_Linux_fs/kernel/arch/arm/mach-cns3xxx/
H A Dpcie.c242 cns3xxx_write_config(cnspci, PCI_IO_LIMIT_UPPER16, 2, io_limit); in cns3xxx_pcie_hw_init()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_auto.c297 dm_pci_write_config16(dev, PCI_IO_LIMIT_UPPER16, in dm_pciauto_postscan_setup_bridge()
H A Dpci_auto_old.c310 pci_hose_write_config_word(hose, dev, PCI_IO_LIMIT_UPPER16, in pciauto_postscan_setup_bridge()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c190 { "IO limit upper 16 bits", PCI_SIZE_16, PCI_IO_LIMIT_UPPER16 },
/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.h155 #define PCI_IO_LIMIT_UPPER16 0x32 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.h155 #define PCI_IO_LIMIT_UPPER16 0x32 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h155 #define PCI_IO_LIMIT_UPPER16 0x32 macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h261 #define PCI_IO_LIMIT_UPPER16 0x32 macro
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dibmphp_pci.c944 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_LIMIT_UPPER16, 0x0000); in configure_bridge()
H A Dibmphp_res.c1965 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_IO_LIMIT_UPPER16, &upper_io_end); in update_bridge_ranges()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c424 pci_read_config_word(dev, PCI_IO_LIMIT_UPPER16, &io_limit_hi); in pci_read_bridge_io()