Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/common/
Dcds_via.c50 pci_hose_write_config_dword(hose, dev, PCI_BASE_ADDRESS_1, 0x1ff4); in mpc85xx_config_via_usbide()
81 pci_hose_write_config_dword(hose, dev, PCI_BASE_ADDRESS_1, 0x1dfc); in mpc85xx_config_via_power()
/external/u-boot/drivers/bios_emulator/
Datibios.c386 dm_pci_read_config32(pcidev, PCI_BASE_ADDRESS_1, &saveBaseAddress14); in PCI_mapBIOSImage()
392 pci_read_config_dword(pcidev, PCI_BASE_ADDRESS_1, &saveBaseAddress14); in PCI_mapBIOSImage()
399 PCI_fixupIObase(pcidev, PCI_BASE_ADDRESS_1, &saveBaseAddress14); in PCI_mapBIOSImage()
453 dm_pci_write_config32(pcidev, PCI_BASE_ADDRESS_1, saveBaseAddress14); in PCI_unmapBIOSImage()
462 pci_write_config_dword(pcidev, PCI_BASE_ADDRESS_1, saveBaseAddress14); in PCI_unmapBIOSImage()
/external/u-boot/drivers/misc/
Dswap_case.c94 case PCI_BASE_ADDRESS_1: in sandbox_swap_case_read_config()
136 case PCI_BASE_ADDRESS_1: { in sandbox_swap_case_write_config()
/external/u-boot/board/freescale/mpc8572ds/
Dmpc8572ds.c131 PCI_BASE_ADDRESS_1, &temp32); in pci_init_board()
/external/u-boot/drivers/pci/
Dpcie_layerscape.c324 dbi_writel(pcie, 0, PCIE_CS2_OFFSET + PCI_BASE_ADDRESS_1); in ls_pcie_disable_bars()
377 writel(size - 1, bar_base + PCI_BASE_ADDRESS_1); in ls_pcie_ep_setup_bar()
Dpci-rcar-gen2.c206 writel(CONFIG_SYS_SDRAM_BASE & 0xf0000000, devad + PCI_BASE_ADDRESS_1); in rcar_gen2_pci_probe()
/external/u-boot/cmd/
Dpci.c187 { "base address 1", PCI_SIZE_32, PCI_BASE_ADDRESS_1 },
204 { "base address 1", PCI_SIZE_32, PCI_BASE_ADDRESS_1 },
Duniverse.c55 pci_read_config_dword(busdevfn, PCI_BASE_ADDRESS_1, &val); in universe_init()
/external/u-boot/drivers/net/
Drtl8139.c216 pci_read_config_dword(devno, PCI_BASE_ADDRESS_1, &iobase); in rtl8139_initialize()
Dpch_gbe.c448 iobase = dm_pci_map_bar(dev, PCI_BASE_ADDRESS_1, PCI_REGION_MEM); in pch_gbe_probe()
Ddc2114x.c260 pci_read_config_dword(devbusfn, PCI_BASE_ADDRESS_1, &iobase); in dc21x4x_initialize()
Dns8382x.c321 pci_read_config_dword(devno, PCI_BASE_ADDRESS_1, &iobase); in ns8382x_initialize()
Duli526x.c218 pci_read_config_dword(devno, PCI_BASE_ADDRESS_1, &iobase); in uli526x_initialize()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h96 #define PCI_BASE_ADDRESS_1 0x14 /* 32 bits [htype 0,1 only] */ macro
/external/u-boot/drivers/ata/
Dsata_sil3114.c655 pci_read_config_dword (devno, PCI_BASE_ADDRESS_1, &iobase[1]); in init_sata()
/external/u-boot/include/
Dpci.h200 #define PCI_BASE_ADDRESS_1 0x14 /* 32 bits [htype 0,1 only] */ macro