Home
last modified time | relevance | path

Searched refs:devlist (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dtest-fdt.c407 struct udevice *devlist[], int mask) in check_devices() argument
418 ut_asserteq_ptr(devlist[i], dev); in check_devices()
432 struct udevice *dev, *parent = NULL, *devlist[4]; in dm_test_first_next_ok_device() local
442 devlist[count++] = dev; in dm_test_first_next_ok_device()
447 ut_assertok(check_devices(uts, devlist, 0)); in dm_test_first_next_ok_device()
450 pdata = dev_get_platdata(devlist[1]); in dm_test_first_next_ok_device()
453 ut_assertok(check_devices(uts, devlist, 1 << 1)); in dm_test_first_next_ok_device()
456 pdata = dev_get_platdata(devlist[0]); in dm_test_first_next_ok_device()
459 ut_assertok(check_devices(uts, devlist, 3 << 0)); in dm_test_first_next_ok_device()
462 pdata = dev_get_platdata(devlist[2]); in dm_test_first_next_ok_device()
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0008-FF-A-v15-arm_ffa-introduce-armffa-command-Sandbox-te.patch85 + /* armffa devlist */
86 + ut_assertok(run_command("armffa devlist", 0));
H A D0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch250 + *do_ffa_devlist() - implementation of the devlist subcommand
286 + "devlist\n"
292 + U_BOOT_SUBCMD_MKENT(devlist, 1, 1, do_ffa_devlist));
339 + devlist
394 +* devlist
398 + corstone1000# armffa devlist
/openbmc/u-boot/drivers/qe/
H A Duec.c55 static struct eth_device *devlist[MAXCONTROLLERS]; variable
605 if (strncmp(devname, devlist[i]->name, strlen(devname)) == 0) { in uec_miiphy_find_dev_by_name()
635 value = uec_read_phy_reg(devlist[devindex], addr, reg); in uec_miiphy_read()
657 uec_write_phy_reg(devlist[devindex], addr, reg, value); in uec_miiphy_write()
1375 devlist[uec_info->uf_info.ucc_num] = dev; in uec_initialize()
/openbmc/u-boot/drivers/net/fm/
H A Deth.c21 static struct eth_device *devlist[NUM_FM_PORTS]; variable
770 devlist[num_controllers++] = dev; in fm_eth_initialize()