Searched refs:bus_addr (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_common.c | 145 pci_addr_t bus_addr, in __pci_hose_bus_to_phys() argument 162 if (bus_addr >= res->bus_start && in __pci_hose_bus_to_phys() 163 (bus_addr - res->bus_start) < res->size) { in __pci_hose_bus_to_phys() 164 *pa = (bus_addr - res->bus_start + res->phys_start); in __pci_hose_bus_to_phys() 173 pci_addr_t bus_addr, in pci_hose_bus_to_phys() argument 189 ret = __pci_hose_bus_to_phys(hose, bus_addr, in pci_hose_bus_to_phys() 195 ret = __pci_hose_bus_to_phys(hose, bus_addr, flags, 0, &phys_addr); in pci_hose_bus_to_phys() 210 pci_addr_t bus_addr; in __pci_hose_phys_to_bus() local 222 bus_addr = phys_addr - res->phys_start + res->bus_start; in __pci_hose_phys_to_bus() 224 if (bus_addr >= res->bus_start && in __pci_hose_phys_to_bus() [all …]
|
| H A D | pci-uclass.c | 1260 pci_addr_t bus_addr, unsigned long flags, in _dm_pci_bus_to_phys() argument 1276 if (bus_addr >= res->bus_start && in _dm_pci_bus_to_phys() 1277 (bus_addr - res->bus_start) < res->size) { in _dm_pci_bus_to_phys() 1278 *pa = (bus_addr - res->bus_start + res->phys_start); in _dm_pci_bus_to_phys() 1286 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t bus_addr, in dm_pci_bus_to_phys() argument 1301 ret = _dm_pci_bus_to_phys(ctlr, bus_addr, in dm_pci_bus_to_phys() 1308 ret = _dm_pci_bus_to_phys(ctlr, bus_addr, flags, 0, &phys_addr); in dm_pci_bus_to_phys() 1322 pci_addr_t bus_addr; in _dm_pci_phys_to_bus() local 1339 bus_addr = phys_addr - res->phys_start + res->bus_start; in _dm_pci_phys_to_bus() 1341 if (bus_addr >= res->bus_start && in _dm_pci_phys_to_bus() [all …]
|
| H A D | pcie_layerscape.c | 96 u64 phys, u64 bus_addr, pci_size_t size) in ls_pcie_atu_outbound_set() argument 102 dbi_writel(pcie, (u32)bus_addr, PCIE_ATU_LOWER_TARGET); in ls_pcie_atu_outbound_set() 103 dbi_writel(pcie, bus_addr >> 32, PCIE_ATU_UPPER_TARGET); in ls_pcie_atu_outbound_set()
|
| /rk3399_rockchip-uboot/board/ti/common/ |
| H A D | board_detect.c | 29 int __maybe_unused ti_i2c_set_alen(int bus_addr, int dev_addr, int alen) in ti_i2c_set_alen() argument 35 rc = uclass_get_device_by_seq(UCLASS_I2C, bus_addr, &bus); in ti_i2c_set_alen() 48 int __maybe_unused ti_i2c_set_alen(int bus_addr, int dev_addr, int alen) in ti_i2c_set_alen() argument 123 static int __maybe_unused ti_i2c_eeprom_get(int bus_addr, int dev_addr, in ti_i2c_eeprom_get() argument 130 rc = ti_i2c_eeprom_init(bus_addr, dev_addr); in ti_i2c_eeprom_get() 139 rc = ti_i2c_set_alen(bus_addr, dev_addr, byte); in ti_i2c_eeprom_get() 156 rc = ti_i2c_set_alen(bus_addr, dev_addr, byte); in ti_i2c_eeprom_get() 200 int __maybe_unused ti_i2c_eeprom_am_get(int bus_addr, int dev_addr) in ti_i2c_eeprom_am_get() argument 219 rc = ti_i2c_eeprom_get(bus_addr, dev_addr, TI_EEPROM_HEADER_MAGIC, in ti_i2c_eeprom_am_get() 246 int __maybe_unused ti_i2c_eeprom_dra7_get(int bus_addr, int dev_addr) in ti_i2c_eeprom_dra7_get() argument [all …]
|
| H A D | board_detect.h | 111 int ti_i2c_eeprom_am_get(int bus_addr, int dev_addr); 118 int ti_i2c_eeprom_dra7_get(int bus_addr, int dev_addr);
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | u-boot-x86.h | 54 u32 isa_map_rom(u32 bus_addr, int size);
|