Home
last modified time | relevance | path

Searched refs:nc (Results 1 – 13 of 13) sorted by relevance

/u-boot/drivers/net/phy/
A Dncsi.c93 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 Dnetconsole37 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 Djtagconsole38 nc ${ip} ${port}
/u-boot/doc/
A DREADME.iomux24 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 DREADME.video48 composite-pal/composite-ntsc/composite-pal-m/composite-pal-nc:
/u-boot/doc/usage/
A Dnetconsole.rst8 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 Dkirkwood_nand.c35 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 Docteontx_bch_regs.h24 u64 nc:1; member
31 u64 nc:1; member
/u-boot/drivers/net/
A Dsni_ave.c743 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 Dmax77686.txt46 regulator-name = "nc";
66 regulator-name = "nc";
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dsoc.h55 #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 Dprocessor.h1195 #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 DKconfig38 Support the 'nc' input/output device for networked console.

Completed in 25 milliseconds