Home
last modified time | relevance | path

Searched refs:PCI_BASE_ADDRESS_1 (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A Dcds_via.c51 pci_hose_write_config_dword(hose, dev, PCI_BASE_ADDRESS_1, 0x1ff4); in mpc85xx_config_via_usbide()
82 pci_hose_write_config_dword(hose, dev, PCI_BASE_ADDRESS_1, 0x1dfc); in mpc85xx_config_via_power()
/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Datibios.c382 dm_pci_read_config32(pcidev, PCI_BASE_ADDRESS_1, &saveBaseAddress14); in PCI_mapBIOSImage()
388 pci_read_config_dword(pcidev, PCI_BASE_ADDRESS_1, &saveBaseAddress14); in PCI_mapBIOSImage()
395 PCI_fixupIObase(pcidev, PCI_BASE_ADDRESS_1, &saveBaseAddress14); in PCI_mapBIOSImage()
449 dm_pci_write_config32(pcidev, PCI_BASE_ADDRESS_1, saveBaseAddress14); in PCI_unmapBIOSImage()
458 pci_write_config_dword(pcidev, PCI_BASE_ADDRESS_1, saveBaseAddress14); in PCI_unmapBIOSImage()
/rk3399_rockchip-uboot/drivers/misc/
H A Dswap_case.c95 case PCI_BASE_ADDRESS_1: in sandbox_swap_case_read_config()
137 case PCI_BASE_ADDRESS_1: { in sandbox_swap_case_write_config()
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/
H A Dmpc8572ds.c132 PCI_BASE_ADDRESS_1, &temp32); in pci_init_board()
/rk3399_rockchip-uboot/cmd/
H A Dpci.c158 { "base address 1", PCI_SIZE_32, PCI_BASE_ADDRESS_1 },
175 { "base address 1", PCI_SIZE_32, PCI_BASE_ADDRESS_1 },
H A Duniverse.c56 pci_read_config_dword(busdevfn, PCI_BASE_ADDRESS_1, &val); in universe_init()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_layerscape.c359 dbi_writel(pcie, 0, PCIE_CS2_OFFSET + PCI_BASE_ADDRESS_1); in ls_pcie_disable_bars()
412 writel(size - 1, bar_base + PCI_BASE_ADDRESS_1); in ls_pcie_ep_setup_bar()
H A Dpcie_dw_rockchip.c337 writel(0x0, rk_pcie->dbi_base + PCI_BASE_ADDRESS_1); in rk_pcie_setup_host()
/rk3399_rockchip-uboot/drivers/net/
H A Drtl8139.c216 pci_read_config_dword(devno, PCI_BASE_ADDRESS_1, &iobase); in rtl8139_initialize()
H A Dpch_gbe.c449 iobase = dm_pci_map_bar(dev, PCI_BASE_ADDRESS_1, PCI_REGION_MEM); in pch_gbe_probe()
H A Ddc2114x.c262 pci_read_config_dword(devbusfn, PCI_BASE_ADDRESS_1, &iobase); in dc21x4x_initialize()
H A Dns8382x.c321 pci_read_config_dword(devno, PCI_BASE_ADDRESS_1, &iobase); in ns8382x_initialize()
H A Duli526x.c219 pci_read_config_dword(devno, PCI_BASE_ADDRESS_1, &iobase); in uli526x_initialize()
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_sil3114.c656 pci_read_config_dword (devno, PCI_BASE_ADDRESS_1, &iobase[1]); in init_sata()
/rk3399_rockchip-uboot/include/
H A Dpci.h202 #define PCI_BASE_ADDRESS_1 0x14 /* 32 bits [htype 0,1 only] */ macro