/external/u-boot/board/freescale/p1022ds/ |
D | README | 7 Pin Multiplex(hwconfig setting) 10 via hwconfig, i.e: 11 'setenv hwconfig usb2' to enable USB2 and disable eTsec2 12 'setenv hwconfig tdm' to enable TDM and disable Audio 13 'setenv hwconfig audclk:12' to enable Audio(codec clock sources is 12MHz) 15 'setenv hwconfig 'usb2;tdm' to enable USB2 and TDM, disable eTsec2 and Audio 16 'setenv hwconfig 'usb2;audclk:11' to enable USB2 and Audio(codec clock sources 21 'setenv hwconfig 'audclk:12;tdm' --- error ! 22 'setenv hwconfig 'audclk:11;tdm' --- error ! 23 'setenv hwconfig 'audclk:10' --- error !
|
D | p1022ds.c | 125 if (hwconfig("usb2")) { in misc_init_r() 132 if (hwconfig("tdm") && hwconfig("audclk")){ in misc_init_r() 138 if (hwconfig("tdm")) { in misc_init_r() 153 if (hwconfig("audclk")) { in misc_init_r()
|
/external/u-boot/board/freescale/bsc9132qds/ |
D | bsc9132qds.c | 282 if (hwconfig("uart2") && hwconfig("usb1")) { in misc_init_r() 286 if (hwconfig("uart2")) { in misc_init_r() 303 if (hwconfig("sim")) { in misc_init_r() 316 if (hwconfig("uart3")) { in misc_init_r() 331 if (hwconfig("gps")) in misc_init_r() 388 if (!(hwconfig("uart2") && hwconfig("usb1"))) { in ft_board_setup() 392 if (hwconfig("uart2")) { in ft_board_setup() 401 if (hwconfig("uart3")) { in ft_board_setup() 410 if (hwconfig("sim")) { in ft_board_setup()
|
/external/u-boot/doc/ |
D | README.hwconfig | 4 This implements a simple hwconfig infrastructure: an 8 via the `hwconfig' environment variable. Later we could write 9 some "hwconfig <enable|disable|list>" commands, ncurses 20 2. Since we don't implement a hwconfig command, i.e. we're working 24 target after modifying the hwconfig variable. 26 3. We support hwconfig options with arguments. For example, 28 set hwconfig "dr_usb:mode=peripheral,phy_type=ulpi" 30 This selects three hwconfig options: 37 experience by adding more mature interfaces, like a hwconfig
|
D | README.fsl-ddr | 61 "hwconfig=fsl_ddr:ctlr_intlv=bank" \ 68 setenv hwconfig "fsl_ddr:ctlr_intlv=null" 71 setenv hwconfig "fsl_ddr:ctlr_intlv=cacheline" 74 setenv hwconfig "fsl_ddr:ctlr_intlv=page" 77 setenv hwconfig "fsl_ddr:ctlr_intlv=bank" 80 setenv hwconfig "fsl_ddr:ctlr_intlv=superbank" 83 setenv hwconfig "fsl_ddr:ctlr_intlv=3way_1KB" 86 setenv hwconfig "fsl_ddr:ctlr_intlv=3way_4KB" 89 setenv hwconfig "fsl_ddr:ctlr_intlv=3way_8KB" 92 setenv hwconfig "fsl_ddr:bank_intlv=null" [all …]
|
D | README.fsl-hwconfig | 1 Freescale-specific 'hwconfig' options. 3 This file documents Freescale-specific key:value pairs for the 'hwconfig' 4 option. See README.hwconfig for general information about 'hwconfig'.
|
/external/u-boot/board/freescale/ls1021aqds/ |
D | ls1021aqds.c | 382 if (hwconfig("sdhc")) in misc_init_r() 384 if (hwconfig("iic2")) in misc_init_r() 392 if (hwconfig("rgmii")) in misc_init_r() 394 if (hwconfig("can")) in misc_init_r() 396 if (hwconfig("sai")) in misc_init_r() 403 if (hwconfig("can")) in misc_init_r() 405 else if (hwconfig("rgmii")) in misc_init_r() 407 else if (hwconfig("sai")) in misc_init_r() 410 if (hwconfig("iic2")) in misc_init_r() 412 else if (hwconfig("sdhc")) in misc_init_r()
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 328 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local 378 hwtstamp.ifr_data = (void *)&hwconfig; in main() 379 memset(&hwconfig, 0, sizeof(hwconfig)); in main() 380 hwconfig.tx_type = in main() 383 hwconfig.rx_filter = in main() 386 hwconfig_requested = hwconfig; in main() 396 hwconfig_requested.tx_type, hwconfig.tx_type, in main() 397 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()
|
/external/u-boot/board/freescale/ls1043ardb/ |
D | ls1043ardb.c | 123 if (hwconfig("qe-hdlc")) { in config_board_mux() 184 if (hwconfig("qe-hdlc")) in ft_board_setup() 193 if (!hwconfig("qe-uart") && !hwconfig("qe-hdlc")) in ft_board_setup()
|
/external/u-boot/board/freescale/t1040qds/ |
D | t1040qds.c | 96 if (hwconfig("qe") && hwconfig("tdm")) { in qe_board_setup() 103 } else if (hwconfig("qe") && hwconfig("uart")) { in qe_board_setup()
|
D | README | 141 1. U-Boot environment variable hwconfig 142 The default hwconfig is: 143 hwconfig=fsl_ddr:ctlr_intlv=null,bank_intlv=cs0_cs1;usb1:
|
/external/u-boot/common/ |
D | hwconfig.c | 272 assert(hwconfig("key3")); in main() 278 assert(hwconfig(NULL) == 0); in main() 279 assert(hwconfig("") == 0); in main() 280 assert(hwconfig("key3") == 0); in main()
|
/external/u-boot/board/freescale/p1_p2_rdb_pc/ |
D | README | 43 in hwconfig. In addition, QE-UEC and QE-TDM also have pins multiplexing, to 44 enable QE-TDM for linux kernel, set "qe;tdm" in hwconfig. Syntax is as below 46 'setenv hwconfig qe' to enable QE UEC/UART and disable Nor-Flash/CPLD. 47 'setenv hwconfig 'qe;tdm'' to enalbe QE TDM and disable Nor-Flash/CPLD.
|
D | p1_p2_rdb_pc.c | 390 if (hwconfig("qe")) { in fdt_board_fixup_qe_pins() 399 if (hwconfig("tdm")) in fdt_board_fixup_qe_pins() 411 if (hwconfig("tdm")) { in fdt_board_fixup_qe_pins() 462 if (hwconfig("usb2")) { in ft_board_setup()
|
/external/u-boot/board/freescale/ls1021atwr/ |
D | ls1021atwr.c | 373 if (hwconfig("i2c3")) { in config_board_mux() 379 if (hwconfig("ifc")) { in config_board_mux() 389 if (hwconfig("usb2")) { in config_board_mux() 395 if (hwconfig("can3")) { in config_board_mux() 405 if (hwconfig("lcd")) { in config_board_mux() 411 if (hwconfig("qe")) { in config_board_mux()
|
/external/u-boot/board/freescale/mpc8569mds/ |
D | mpc8569mds.c | 361 if (!hwconfig("qe_uart")) in fdt_board_fixup_qe_uart() 364 if (hwconfig("esdhc") && esdhc_disables_uart0()) { in fdt_board_fixup_qe_uart() 405 if (!hwconfig("esdhc")) in board_mmc_init() 445 if (!hwconfig("esdhc")) in fdt_board_fixup_esdhc()
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
D | README.core_prefetch | 3 To disable instruction prefetch of core; hwconfig needs to be updated. 5 setenv hwconfig 'fsl_ddr:bank_intlv=auto;core_prefetch:disable=0x02'
|
/external/u-boot/board/freescale/t104xrdb/ |
D | t104xrdb.c | 108 if (hwconfig("qe-tdm")) { in misc_init_r() 153 if (hwconfig("qe-tdm")) in ft_board_setup()
|
/external/u-boot/board/freescale/p1_twr/ |
D | p1_twr.c | 237 if (!hwconfig("qe")) { in fdt_board_fixup_qe_pins() 250 if (hwconfig("mii")) in fdt_board_fixup_qe_pins()
|
/external/u-boot/board/freescale/p1010rdb/ |
D | README.P1010RDB-PB | 106 => setenv hwconfig fsl_p1010mux:tdm_can=tdm 110 => setenv hwconfig fsl_p1010mux:tdm_can=can 118 set 'esdhc' in hwconfig and save it. 125 set 'ifc' in hwconfig and save it.
|
/external/u-boot/board/freescale/t4qds/ |
D | README | 88 another will use copper cable. An hwconfig env "fsl_10gkr_copper" is 93 do not have to be coexist in hwconfig. If a MAC is listed in the env 97 hwconfig, then both four XFI ports will use copper cable. 98 set "fsl_10gkr_copper:fm1_10g1,fm1_10g2" in hwconfig, then first two
|
/external/u-boot/board/freescale/t208xqds/ |
D | README | 94 another will use copper cable. An hwconfig env "fsl_10gkr_copper" is 99 do not have to be coexist in hwconfig. If a MAC is listed in the env 103 hwconfig, then both four XFI ports will use copper cable. 104 set "fsl_10gkr_copper:fm1_10g1,fm1_10g2" in hwconfig, then first two 118 hwconfig, MAC 1/2/5/6/9/10 will use 1G-KX mode.
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | common.c | 1170 (hwconfig("rs232")) ? 0 : 1); in setup_board_gpio() 1176 (hwconfig("msata")) ? 1 : 0); in setup_board_gpio() 1182 (hwconfig("usb_pcisel")) ? 1 : 0); in setup_board_gpio() 1197 if (!hwconfig(arg)) in setup_board_gpio() 1231 printf("MSATA: %s\n", (hwconfig("msata") ? in setup_board_gpio() 1235 printf("RS232: %s\n", (hwconfig("rs232")) ? in setup_board_gpio()
|
/external/u-boot/board/freescale/t102xqds/ |
D | README | 266 a) For TDM Riser: set pin_mux=tdm in hwconfig 267 b) For UCC(ProfiBus): set pin_mux=ucc in hwconfig 268 c) For HDMI(DVI): set pin_mux=hdmi in hwconfig 269 d) For LCD(DFP): set pin_mux=lcd in hwconfig 270 e) For SDXC: set adaptor=sdxc in hwconfig
|
/external/u-boot/include/ |
D | hwconfig.h | 67 static inline int hwconfig(const char *opt) in hwconfig() function
|