Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/freescale/common/
H A Dcds_via.c33 pci_hose_write_config_byte(hose, bridge, PCI_IO_BASE, 0); in mpc85xx_config_via()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_auto.c235 dm_pci_write_config8(dev, PCI_IO_BASE, in dm_pciauto_prescan_setup_bridge()
H A Dpci_auto_old.c243 pci_hose_write_config_byte(hose, dev, PCI_IO_BASE, in pciauto_prescan_setup_bridge()
/rk3399_rockchip-uboot/cmd/
H A Dpci.c180 { "IO base", PCI_SIZE_8, PCI_IO_BASE },
/rk3399_rockchip-uboot/include/
H A Dpci.h242 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */ macro