Searched refs:nc (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/tools/ |
| H 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}
|
| H A D | jtagconsole | 38 nc ${ip} ${port}
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.iomux | 25 and stderr. For example: "setenv stdin serial,nc". NOTE: No spaces 33 nc. 36 stdin nc,nc,serial" will discard the second nc. iomux_doenv() is 38 shows "nc,nc,serial". 58 example, if stdin=serial,nc and stdout=serial,nc then all output 59 for serial, e.g. echos of input on serial, will appear on serial and nc. 81 Using nc as a stdin device results in even more overhead because nc_tstc() 83 interface when nc is added to stdin, although there is no character loss using 84 the ethernet interface for input. In this test case stdin=serial,nc and 88 them is nc, also causes problems. Even on a sequoia cut&paste does not work [all …]
|
| H A D | README.NetConsole | 6 set either of these variables to "nc". Input and output can be 22 => setenv nc 'setenv stdout nc;setenv stdin nc' 25 => run nc 37 usage of nc has been changed and -l and -p options are considered 38 as mutually exclusive. If nc complains about options provided, 94 nc -u -l -p 6666
|
| H A D | README.video | 49 composite-pal/composite-ntsc/composite-pal-m/composite-pal-nc:
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | kirkwood_nand.c | 36 struct nand_chip *nc = mtd_to_nand(mtd); in kw_nand_hwcontrol() local 49 writeb(cmd, nc->IO_ADDR_W + offs); in kw_nand_hwcontrol()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/regulator/ |
| H A D | max77686.txt | 46 regulator-name = "nc"; 66 regulator-name = "nc";
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/ |
| H A D | soc.h | 51 #define CPU_TYPE_ENTRY(n, v, nc) \ argument 52 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc)}
|
| /rk3399_rockchip-uboot/net/ |
| H A D | Kconfig | 22 Support the 'nc' input/output device for networked console.
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | processor.h | 1197 #define CPU_TYPE_ENTRY(n, v, nc) \ argument 1198 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc), \ 1199 .mask = (1 << (nc)) - 1 } 1200 #define CPU_TYPE_ENTRY_MASK(n, v, nc, m) \ argument 1201 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc), .mask = (m) }
|