Home
last modified time | relevance | path

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

/external/u-boot/common/
Dhwconfig.c254 ret = hwconfig_subarg("key1", "subkey1", &len); in main()
260 ret = hwconfig_subarg("key1", "subkey2", &len); in main()
/external/u-boot/include/
Dhwconfig.h87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() function
/external/u-boot/drivers/usb/host/
Dehci-fsl.c223 phy_type = hwconfig_subarg(current_usb_controller, in ehci_fsl_init()
/external/u-boot/board/freescale/mpc8569mds/
Dmpc8569mds.c341 if (hwconfig_subarg("board", "rev", NULL)) in prototype_board()
/external/u-boot/board/gateworks/gw_ventana/
Dcommon.c1199 s = hwconfig_subarg(arg, "padctrl", &len); in setup_board_gpio()