Home
last modified time | relevance | path

Searched refs:PCI_IO_LIMIT (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dcds_via.c35 pci_hose_write_config_byte(hose, bridge, PCI_IO_LIMIT, 0x10); in mpc85xx_config_via()
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dpci-auto.c165 pci_write_config_byte(dev, PCI_IO_LIMIT, in pciauto_prescan_setup_bridge()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_auto.c295 dm_pci_write_config8(dev, PCI_IO_LIMIT, in dm_pciauto_postscan_setup_bridge()
H A Dpci_auto_old.c308 pci_hose_write_config_byte(hose, dev, PCI_IO_LIMIT, in pciauto_postscan_setup_bridge()
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dce4100.c234 case PCI_IO_LIMIT: in bridge_read()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c181 { "IO limit", PCI_SIZE_8, PCI_IO_LIMIT },
/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.h135 #define PCI_IO_LIMIT 0x1d 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.h135 #define PCI_IO_LIMIT 0x1d macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h135 #define PCI_IO_LIMIT 0x1d macro
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dibmphp_pci.c933 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, 0x00 | bus->rangeIO->end >> 8); in configure_bridge()
948 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, 0x00); in configure_bridge()
H A Dcpqphp_ctrl.c2480 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function()
2612 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function()
2618 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word); in configure_new_function()
H A Dcpqphp_pci.c743 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length); in cpqhp_save_used_resources()
H A Dibmphp_res.c1963 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, &end_io_address); in update_bridge_ranges()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h242 #define PCI_IO_LIMIT 0x1d macro
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c997 pci_write_config_byte(ibm, PCI_IO_LIMIT, 0x00); /* ??? */ in MGAG100_reset()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c416 pci_read_config_byte(dev, PCI_IO_LIMIT, &io_limit_lo); in pci_read_bridge_io()