Searched refs:nc (Results 1 – 13 of 13) sorted by relevance
| /u-boot/drivers/net/phy/ |
| A D | ncsi.c | 93 unsigned int np, nc; in ncsi_active() local 227 unsigned int np, nc; in ncsi_rsp_ec() local 240 unsigned int np, nc; in ncsi_rsp_ecnt() local 251 unsigned int np, nc; in ncsi_rsp_ebf() local 262 unsigned int np, nc; in ncsi_rsp_sma() local 283 np, nc); in ncsi_rsp_gc() 310 np, nc); in ncsi_rsp_gvi() 339 np, nc); in ncsi_rsp_gls() 385 package->channels[nc].id = nc; in ncsi_rsp_cis() 436 int np, nc; in ncsi_update_state() local [all …]
|
| /u-boot/tools/ |
| A D | netconsole | 37 for nc in netcat nc ; do 38 type ${nc} >/dev/null 2>&1 && break 56 while ${nc} -u -l -p ${board_out_port} < /dev/null ; do 62 ${nc} -u ${ip} ${board_in_port}
|
| A D | jtagconsole | 38 nc ${ip} ${port}
|
| /u-boot/doc/ |
| A D | README.iomux | 24 and stderr. For example: "setenv stdin serial,nc". NOTE: No spaces 32 nc. 35 stdin nc,nc,serial" will discard the second nc. iomux_doenv() is 37 shows "nc,nc,serial". 57 example, if stdin=serial,nc and stdout=serial,nc then all output 58 for serial, e.g. echos of input on serial, will appear on serial and nc. 80 Using nc as a stdin device results in even more overhead because nc_tstc() 83 the ethernet interface for input. In this test case stdin=serial,nc and 87 them is nc, also causes problems. Even on a sequoia cut&paste does not work 88 on the serial interface (stdin=serial) when nc is added to stdout (stdout= [all …]
|
| A D | README.video | 48 composite-pal/composite-ntsc/composite-pal-m/composite-pal-nc:
|
| /u-boot/doc/usage/ |
| A D | netconsole.rst | 8 set either of these variables to "nc". Input and output can be 25 => setenv nc 'setenv stdout nc;setenv stdin nc' 28 => run nc 41 usage of nc has been changed and -l and -p options are considered 42 as mutually exclusive. If nc complains about options provided, 106 nc -u -l -p 6666
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | kirkwood_nand.c | 35 struct nand_chip *nc = mtd_to_nand(mtd); in kw_nand_hwcontrol() local 48 writeb(cmd, nc->IO_ADDR_W + offs); in kw_nand_hwcontrol()
|
| A D | octeontx_bch_regs.h | 24 u64 nc:1; member 31 u64 nc:1; member
|
| /u-boot/drivers/net/ |
| A D | sni_ave.c | 743 int ret, nc, nr; in ave_of_to_plat() local 767 for (nc = 0; nc < AVE_MAX_CLKS; nc++) { in ave_of_to_plat() 768 name = priv->data->clock_names[nc]; in ave_of_to_plat() 771 ret = clk_get_by_name(dev, name, &priv->clk[nc]); in ave_of_to_plat() 822 while (--nc >= 0) in ave_of_to_plat() 823 clk_free(&priv->clk[nc]); in ave_of_to_plat() 832 int ret, nc, nr; in ave_probe() local 848 for (nc = 0; nc < priv->nclks; nc++) { in ave_probe() 849 ret = clk_enable(&priv->clk[nc]); in ave_probe() 888 clk_release_all(priv->clk, nc); in ave_probe()
|
| /u-boot/doc/device-tree-bindings/regulator/ |
| A D | max77686.txt | 46 regulator-name = "nc"; 66 regulator-name = "nc";
|
| /u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
| A D | soc.h | 55 #define CPU_TYPE_ENTRY(n, v, nc) \ argument 56 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc)}
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | processor.h | 1195 #define CPU_TYPE_ENTRY(n, v, nc) \ argument 1196 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc), \ 1197 .mask = (1 << (nc)) - 1 } 1198 #define CPU_TYPE_ENTRY_MASK(n, v, nc, m) \ argument 1199 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc), .mask = (m) }
|
| /u-boot/net/ |
| A D | Kconfig | 38 Support the 'nc' input/output device for networked console.
|
Completed in 25 milliseconds