HomeSort by relevance Sort by last modified time
    Searched refs:hwconfig_sub (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/misc/
fsl_devdis.c 23 if (hwconfig_sub("devdis", tbl[i].name))
  /external/u-boot/include/
hwconfig.h 82 static inline int hwconfig_sub(const char *opt, const char *subopt) function
  /external/u-boot/board/freescale/t208xqds/
eth_t208xqds.c 221 if (hwconfig_sub("fsl_1gkx", "fm1_1g1")) {
233 if (hwconfig_sub("fsl_1gkx", "fm1_1g2")) {
245 if (hwconfig_sub("fsl_1gkx", "fm1_1g9")) {
257 if (hwconfig_sub("fsl_1gkx", "fm1_1g10")) {
280 if (hwconfig_sub("fsl_1gkx", "fm1_1g5")) {
292 if (hwconfig_sub("fsl_1gkx", "fm1_1g6")) {
367 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g1")) {
378 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g2")) {
389 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g3")) {
400 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g4"))
    [all...]
  /external/u-boot/board/freescale/t4qds/
eth.c 284 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g1")) {
293 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g2")) {
302 if (hwconfig_sub("fsl_10gkr_copper", "fm2_10g1")) {
311 if (hwconfig_sub("fsl_10gkr_copper", "fm2_10g2")) {
373 if (i == FM1_10GEC1 && hwconfig_sub(
377 if (i == FM1_10GEC2 && hwconfig_sub(
381 if (i == FM2_10GEC1 && hwconfig_sub(
385 if (i == FM2_10GEC2 && hwconfig_sub(
  /external/u-boot/drivers/usb/host/
ehci-fsl.c 222 if (hwconfig_sub(current_usb_controller, "phy_type"))

Completed in 223 milliseconds