Searched refs:hwconfig_subarg (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/common/ |
D | hwconfig.c | 254 ret = hwconfig_subarg("key1", "subkey1", &len); in main() 260 ret = hwconfig_subarg("key1", "subkey2", &len); in main()
|
/external/u-boot/include/ |
D | hwconfig.h | 87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() function
|
/external/u-boot/drivers/usb/host/ |
D | ehci-fsl.c | 223 phy_type = hwconfig_subarg(current_usb_controller, in ehci_fsl_init()
|
/external/u-boot/board/freescale/mpc8569mds/ |
D | mpc8569mds.c | 341 if (hwconfig_subarg("board", "rev", NULL)) in prototype_board()
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | common.c | 1199 s = hwconfig_subarg(arg, "padctrl", &len); in setup_board_gpio()
|