Home
last modified time | relevance | path

Searched refs:getc (Results 26 – 50 of 99) sorted by relevance

1234

/openbmc/linux/arch/powerpc/boot/
H A Dns16550.c79 scdp->getc = ns16550_getc; in ns16550_console_init()
/openbmc/u-boot/include/
H A Dexports.h13 int getc(void);
/openbmc/u-boot/tools/
H A Dgetline.c42 register int c = getc(stream); in getstr()
/openbmc/u-boot/drivers/serial/
H A Dserial_pxa.c215 .getc = uart##_getc, \
330 .getc = pxa_serial_getc,
H A Dserial_pl01x.c257 .getc = pl01x_serial_getc,
329 .getc = pl01x_serial_getc,
H A Datmel_usart.c120 .getc = atmel_serial_getc,
217 .getc = atmel_serial_getc,
H A Dlpc32xx_hsuart.c99 .getc = lpc32xx_serial_getc,
H A Darm_dcc.c145 .getc = arm_dcc_getc,
H A Dserial_mxc.c248 .getc = mxc_serial_getc,
323 .getc = mxc_serial_getc,
H A Dserial_owl.c118 .getc = owl_serial_getc,
H A Dserial_sh.c202 .getc = sh_serial_getc,
359 .getc = sh_serial_getc,
H A Dserial_xuartlite.c95 .getc = uartlite_serial_getc,
H A Daltera_jtag_uart.c107 .getc = altera_jtaguart_getc,
H A Dserial_efi.c138 .getc = serial_efi_getc,
H A Dserial_mvebu_a3700.c115 .getc = mvebu_serial_getc,
H A Daltera_uart.c103 .getc = altera_uart_getc,
H A Dserial_arc.c103 .getc = arc_serial_getc,
H A Dserial_meson.c120 .getc = meson_serial_getc,
/openbmc/u-boot/common/
H A Dstdio.c93 dev.getc = stdio_serial_getc; in drv_system_init()
104 dev.getc = nulldev_input; in drv_system_init()
H A DxyzModem.c75 *c = getc (); in CYGACC_COMM_IF_GETC_TIMEOUT()
619 xyzModem_stream_terminate (bool abort, int (*getc) (void)) in xyzModem_stream_terminate()
662 while ((c = (*getc) ()) > -1) in xyzModem_stream_terminate()
H A Dcli_readline.c69 #define getcmd_getch() getc()
578 c = getc(); in cli_readline_into_buffer()
/openbmc/u-boot/examples/standalone/
H A Dsched.c118 if (tstc () && getc () == 0x3) { in sched()
150 if (tstc () && getc () == 0x3) { in testthread()
H A Datmel_df_pow2.c86 c = getc(); in getline()
/openbmc/u-boot/doc/
H A DREADME.console45 getc (to get a char from stdin)
57 fgetc (like getc but redirected to a file)
H A DREADME.iomux43 which calls the corresponding getc() routine. fgetc() hangs in
75 with calling tstc() and then getc() means that copy&paste will normally not

1234