Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/freescale/common/
Dcds_via.c35 pci_hose_write_config_word(hose, bridge, PCI_IO_LIMIT_UPPER16, 0); in mpc85xx_config_via()
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_auto.c304 dm_pci_write_config16(dev, PCI_IO_LIMIT_UPPER16, in dm_pciauto_postscan_setup_bridge()
Dpci_auto_old.c315 pci_hose_write_config_word(hose, dev, PCI_IO_LIMIT_UPPER16, in pciauto_postscan_setup_bridge()
/third_party/uboot/u-boot-2020.01/cmd/
Dpci.c219 { "IO limit upper 16 bits", PCI_SIZE_16, PCI_IO_LIMIT_UPPER16 },
/third_party/uboot/u-boot-2020.01/include/
Dpci.h265 #define PCI_IO_LIMIT_UPPER16 0x32 macro