Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/t208xqds/
H A Deth_t208xqds.c222 if (hwconfig_sub("fsl_1gkx", "fm1_1g1")) { in board_ft_fman_fixup_port()
234 if (hwconfig_sub("fsl_1gkx", "fm1_1g2")) { in board_ft_fman_fixup_port()
246 if (hwconfig_sub("fsl_1gkx", "fm1_1g9")) { in board_ft_fman_fixup_port()
258 if (hwconfig_sub("fsl_1gkx", "fm1_1g10")) { in board_ft_fman_fixup_port()
281 if (hwconfig_sub("fsl_1gkx", "fm1_1g5")) { in board_ft_fman_fixup_port()
293 if (hwconfig_sub("fsl_1gkx", "fm1_1g6")) { in board_ft_fman_fixup_port()
368 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g1")) { in board_ft_fman_fixup_port()
379 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g2")) { in board_ft_fman_fixup_port()
390 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g3")) { in board_ft_fman_fixup_port()
401 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g4")) { in board_ft_fman_fixup_port()
/OK3568_Linux_fs/u-boot/board/freescale/t4qds/
H A Deth.c285 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g1")) { in board_ft_fman_fixup_port()
294 if (hwconfig_sub("fsl_10gkr_copper", "fm1_10g2")) { in board_ft_fman_fixup_port()
303 if (hwconfig_sub("fsl_10gkr_copper", "fm2_10g1")) { in board_ft_fman_fixup_port()
312 if (hwconfig_sub("fsl_10gkr_copper", "fm2_10g2")) { in board_ft_fman_fixup_port()
374 if (i == FM1_10GEC1 && hwconfig_sub( in fdt_fixup_board_enet()
378 if (i == FM1_10GEC2 && hwconfig_sub( in fdt_fixup_board_enet()
382 if (i == FM2_10GEC1 && hwconfig_sub( in fdt_fixup_board_enet()
386 if (i == FM2_10GEC2 && hwconfig_sub( in fdt_fixup_board_enet()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dfsl_devdis.c24 if (hwconfig_sub("devdis", tbl[i].name)) in device_disable()
/OK3568_Linux_fs/u-boot/include/
H A Dhwconfig.h83 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() function
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-fsl.c231 if (hwconfig_sub(current_usb_controller, "phy_type")) in ehci_fsl_init()