Home
last modified time | relevance | path

Searched refs:serial_tstc (Results 1 – 25 of 25) sorted by relevance

/external/u-boot/board/amarula/vyasa-rk3288/
Dvyasa-rk3288.c21 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/drivers/serial/
Dserial.c390 int serial_tstc(void) in serial_tstc() function
488 while (serial_tstc()) in uart_post_test()
Dserial-uclass.c270 int serial_tstc(void) in serial_tstc() function
/external/u-boot/board/isee/igep00x0/
Dspl.c58 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_serial.c94 while (!serial_tstc()); in au1x00_serial_getc()
/external/u-boot/board/st/stm32f746-disco/
Dstm32f746-disco.c84 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
/external/u-boot/board/silica/pengwyn/
Dboard.c66 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
/external/u-boot/board/bticino/mamoj/
Dspl.c36 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/board/logicpd/omap3som/
Domap3logic.c80 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
/external/u-boot/board/isee/igep003x/
Dboard.c173 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
/external/u-boot/board/gumstix/pepper/
Dboard.c166 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
/external/u-boot/board/liebherr/display5/
Dspl.c312 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/board/ti/evm/
Devm.c128 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/board/birdland/bav335x/
Dboard.c159 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/board/tcl/sl50/
Dboard.c73 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/common/
Dconsole.c432 return serial_tstc(); in tstc()
791 gd->jt->tstc = serial_tstc; in console_init_r()
Dstdio.c75 return serial_tstc(); in stdio_serial_tstc()
/external/u-boot/board/vscom/baltos/
Dboard.c160 return (serial_tstc() && serial_getc() == 'c'); in spl_start_uboot()
/external/u-boot/board/engicam/common/
Dspl.c89 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/include/
Dcommon.h361 int serial_tstc (void);
/external/u-boot/board/ti/beagle/
Dbeagle.c109 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/board/liebherr/mccmon6/
Dmccmon6.c465 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/board/ti/am335x/
Dboard.c247 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/board/ti/am57xx/
Dboard.c853 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/external/u-boot/board/ti/dra7xx/
Devm.c1007 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()