Searched refs:new_addr (Results 1 - 7 of 7) sorted by relevance

/u-boot/board/freescale/t208xrdb/
H A Deth_t208xrdb.c72 int ret, offset, new_addr = AQR113C_PHY_ADDR2; local
84 ret = fdt_setprop(fdt, offset, "reg", &new_addr, sizeof(new_addr));
91 sprintf(new_name, "ethernet-phy@%x", new_addr);
/u-boot/board/freescale/ls1043ardb/
H A Dls1043ardb.c276 int ret, offset, new_addr = AQR113C_PHY_ADDR; local
288 ret = fdt_setprop_u32(blob, offset, "reg", new_addr);
295 sprintf(new_name, "ethernet-phy@%x", new_addr);
/u-boot/include/xen/interface/
H A Dgrant_table.h402 * pointing to the machine address under <new_addr>. <new_addr> will be
414 u64 new_addr; member in struct:gnttab_unmap_and_replace
/u-boot/drivers/net/fm/
H A Dfm.c541 const void *new_addr; local
543 rc = fit_get_data_conf_prop(addr, "fman", &new_addr, &unused);
546 addr = (void *)new_addr;
/u-boot/test/
H A Dbloblist.c381 ulong new_addr; local
393 new_addr = TEST_ADDR + TEST_BLOBLIST_SIZE;
395 new_ptr = map_sysmem(new_addr, TEST_BLOBLIST_SIZE);
/u-boot/lib/efi_loader/
H A Defi_runtime.c881 uintptr_t new_addr = lmmio->paddr + off; local
882 *lmmio->ptr = (void *)new_addr;
/u-boot/drivers/net/ti/
H A Dcpsw.c866 int new_addr = ffs(alive) - 1; local
873 data->slave_data[active].phy_addr != new_addr) {
875 active, data->slave_data[active].phy_addr, new_addr);
876 data->slave_data[active].phy_addr = new_addr;

Completed in 250 milliseconds