Searched defs:bus_addr (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/pci/ |
A D | pci_common.c | 145 pci_addr_t bus_addr, in __pci_hose_bus_to_phys() 173 pci_addr_t bus_addr, in pci_hose_bus_to_phys() 210 pci_addr_t bus_addr; in __pci_hose_phys_to_bus() local 245 pci_addr_t bus_addr = 0; in pci_hose_phys_to_bus() local
|
A D | pcie_layerscape.c | 99 u64 phys, u64 bus_addr, u64 size) in ls_pcie_atu_outbound_set()
|
A D | pcie_layerscape_gen4.c | 65 int type, u64 phys, u64 bus_addr, in ls_pcie_g4_outbound_win_set() 97 int type, u64 phys, u64 bus_addr, in ls_pcie_g4_rc_inbound_win_set()
|
A D | pcie_fsl.c | 253 int type, u64 phys, u64 bus_addr, in fsl_pcie_setup_outbound_win() 285 bool pf, u64 phys, u64 bus_addr, in fsl_pcie_setup_inbound_win()
|
A D | pci-uclass.c | 1327 pci_addr_t bus_addr, unsigned long flags, in _dm_pci_bus_to_phys() 1358 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t bus_addr, in dm_pci_bus_to_phys() 1394 pci_addr_t bus_addr; in _dm_pci_phys_to_bus() local 1431 pci_addr_t bus_addr = 0; in dm_pci_phys_to_bus() local
|
/u-boot/board/ti/common/ |
A D | board_detect.c | 86 static int __maybe_unused ti_i2c_eeprom_get(int bus_addr, int dev_addr, in ti_i2c_eeprom_get() 270 int __maybe_unused ti_i2c_eeprom_am_get(int bus_addr, int dev_addr) in ti_i2c_eeprom_am_get() 316 int __maybe_unused ti_i2c_eeprom_dra7_get(int bus_addr, int dev_addr) in ti_i2c_eeprom_dra7_get() 425 int __maybe_unused ti_i2c_eeprom_am6_get(int bus_addr, int dev_addr, in ti_i2c_eeprom_am6_get() 524 int __maybe_unused ti_i2c_eeprom_am6_get_base(int bus_addr, int dev_addr) in ti_i2c_eeprom_am6_get_base()
|
/u-boot/drivers/remoteproc/ |
A D | ti_k3_dsp_rproc.c | 37 phys_addr_t bus_addr; member 241 phys_addr_t bus_addr, dev_addr; in k3_dsp_da_to_va() local
|
A D | ti_k3_r5f_rproc.c | 79 phys_addr_t bus_addr; member 527 phys_addr_t bus_addr; in k3_r5f_da_to_va() local
|
/u-boot/drivers/mtd/nand/raw/ |
A D | octeontx_nand.c | 973 dma_addr_t bus_addr, int len) in ndf_setup_dma() 1006 dma_addr_t bus_addr = tn->use_status ? tn->stat_addr : tn->buf.dmaaddr; in ndf_read() local
|
Completed in 21 milliseconds