HomeSort by relevance Sort by last modified time
    Searched refs:hwconfig (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/u-boot/board/freescale/bsc9132qds/
bsc9132qds.c 20 #include <hwconfig.h>
282 if (hwconfig("uart2") && hwconfig("usb1")) {
284 printf("Remove one from hwconfig and reset\n");
286 if (hwconfig("uart2")) {
303 if (hwconfig("sim")) {
316 if (hwconfig("uart3")) {
331 if (hwconfig("gps"))
388 if (!(hwconfig("uart2") && hwconfig("usb1")))
    [all...]
  /external/u-boot/board/freescale/ls1021aqds/
ls1021aqds.c 15 #include <hwconfig.h>
382 if (hwconfig("sdhc"))
384 if (hwconfig("iic2"))
392 if (hwconfig("rgmii"))
394 if (hwconfig("can"))
396 if (hwconfig("sai"))
403 if (hwconfig("can"))
405 else if (hwconfig("rgmii"))
407 else if (hwconfig("sai"))
410 if (hwconfig("iic2")
    [all...]
  /external/u-boot/drivers/misc/
fsl_devdis.c 11 #include <hwconfig.h>
20 * Extract hwconfig from environment and disable unused device.
  /external/u-boot/board/freescale/ls1043ardb/
ls1043ardb.c 13 #include <hwconfig.h>
123 if (hwconfig("qe-hdlc")) {
182 * when set hwconfig to qe-hdlc, delete usb node.
184 if (hwconfig("qe-hdlc"))
190 * if qe-uart and qe-hdlc are not set in hwconfig,
193 if (!hwconfig("qe-uart") && !hwconfig("qe-hdlc"))
  /external/u-boot/board/freescale/t1040qds/
t1040qds.c 19 #include <hwconfig.h>
96 if (hwconfig("qe") && hwconfig("tdm")) {
103 } else if (hwconfig("qe") && hwconfig("uart")) {
  /external/u-boot/common/
hwconfig.c 15 #include <hwconfig.h>
83 env_hwconfig = env_get("hwconfig");
103 * hwconfig_f - query if a particular hwconfig option is specified
117 * purpose: the hwconfig() call should be a "transparent" interface,
118 * e.g. if a board doesn't need hwconfig facility, then we assume
120 * hwconfig() will always return true result.
128 * hwconfig_arg_f - get hwconfig option's argument
134 * start of the hwconfig arguments, if option is not found or it has
146 * hwconfig_arg_cmp_f - compare hwconfig option's argument
152 * hwconfig argument and its length, it is comparing it to @arg
    [all...]
  /external/u-boot/board/freescale/t104xrdb/
t104xrdb.c 8 #include <hwconfig.h>
108 if (hwconfig("qe-tdm")) {
153 if (hwconfig("qe-tdm"))
  /external/u-boot/board/keymile/kmp204x/
ddr.c 11 #include <hwconfig.h>
  /external/u-boot/board/freescale/p1022ds/
p1022ds.c 26 #include <hwconfig.h>
125 if (hwconfig("usb2")) {
132 if (hwconfig("tdm") && hwconfig("audclk")){
138 if (hwconfig("tdm")) {
153 if (hwconfig("audclk")) {
311 * hwconfig option. If audclk is not specified, then don't write anything
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 328 struct hwtstamp_config hwconfig, hwconfig_requested; local
378 hwtstamp.ifr_data = (void *)&hwconfig;
379 memset(&hwconfig, 0, sizeof(hwconfig));
380 hwconfig.tx_type =
383 hwconfig.rx_filter =
386 hwconfig_requested = hwconfig;
396 hwconfig_requested.tx_type, hwconfig.tx_type,
397 hwconfig_requested.rx_filter, hwconfig.rx_filter);
  /external/u-boot/board/freescale/p1_twr/
p1_twr.c 8 #include <hwconfig.h>
237 if (!hwconfig("qe")) {
250 if (hwconfig("mii"))
  /external/u-boot/board/freescale/ls1012ardb/
ls1012ardb.c 16 #include <hwconfig.h>
168 /* hwconfig method is used for RevD and later versions. */
171 if (hwconfig("esdhc1"))
  /external/u-boot/include/
hwconfig.h 67 static inline int hwconfig(const char *opt) function
  /external/u-boot/board/freescale/mpc8569mds/
mpc8569mds.c 10 #include <hwconfig.h>
331 * by simply issung 'setenv hwconfig esdhc', and not able to interact with
336 * register, so we use hwconfig.
361 if (!hwconfig("qe_uart"))
364 if (hwconfig("esdhc") && esdhc_disables_uart0()) {
405 if (!hwconfig("esdhc"))
445 if (!hwconfig("esdhc"))
  /external/u-boot/board/freescale/p1_p2_rdb_pc/
p1_p2_rdb_pc.c 8 #include <hwconfig.h>
390 if (hwconfig("qe")) {
399 if (hwconfig("tdm"))
411 if (hwconfig("tdm")) {
462 if (hwconfig("usb2")) {
  /external/u-boot/drivers/usb/common/
fsl-dt-fixup.c 13 #include <hwconfig.h>
155 if (hwconfig(str)) {
  /external/u-boot/board/freescale/ls1012afrdm/
ls1012afrdm.c 17 #include <hwconfig.h>
  /external/u-boot/board/freescale/p2041rdb/
ddr.c 8 #include <hwconfig.h>
  /external/u-boot/board/freescale/t208xqds/
ddr.c 8 #include <hwconfig.h>
  /external/u-boot/board/freescale/t208xrdb/
ddr.c 8 #include <hwconfig.h>
  /external/u-boot/board/freescale/t4rdb/
ddr.c 8 #include <hwconfig.h>
  /external/u-boot/board/freescale/ls1021atwr/
ls1021atwr.c 15 #include <hwconfig.h>
373 if (hwconfig("i2c3")) {
379 if (hwconfig("ifc")) {
389 if (hwconfig("usb2")) {
395 if (hwconfig("can3")) {
405 if (hwconfig("lcd")) {
411 if (hwconfig("qe")) {
  /external/u-boot/arch/powerpc/cpu/mpc8xxx/
fdt.c 16 #include <hwconfig.h>
  /external/u-boot/board/cssi/MCR3000/
MCR3000.c 11 #include <hwconfig.h>
  /external/u-boot/board/freescale/ls1046ardb/
ls1046ardb.c 14 #include <hwconfig.h>

Completed in 694 milliseconds

1 2 3