Home
last modified time | relevance | path

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

12

/openbmc/u-boot/board/amarula/vyasa-rk3288/
H A Dvyasa-rk3288.c21 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/board/isee/igep00x0/
H A Dspl.c58 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/test/dm/
H A Dserial.c21 ut_assertok(serial_tstc()); in dm_test_serial()
/openbmc/u-boot/board/st/stm32f746-disco/
H A Dstm32f746-disco.c55 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
/openbmc/u-boot/drivers/serial/
H A Dserial.c394 int serial_tstc(void) in serial_tstc() function
492 while (serial_tstc()) in uart_post_test()
H A Dserial-uclass.c277 int serial_tstc(void) in serial_tstc() function
/openbmc/u-boot/board/logicpd/omap3som/
H A Domap3logic.c63 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
/openbmc/u-boot/board/bticino/mamoj/
H A Dspl.c36 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/board/silica/pengwyn/
H A Dboard.c66 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
/openbmc/u-boot/board/gumstix/pepper/
H A Dboard.c166 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
/openbmc/u-boot/board/isee/igep003x/
H A Dboard.c173 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
/openbmc/u-boot/board/ti/evm/
H A Devm.c116 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/board/liebherr/display5/
H A Dspl.c312 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/board/tcl/sl50/
H A Dboard.c73 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/board/birdland/bav335x/
H A Dboard.c159 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/common/
H A Dstdio.c75 return serial_tstc(); in stdio_serial_tstc()
H A Dconsole.c434 return serial_tstc(); in tstc()
798 gd->jt->tstc = serial_tstc; in console_init_r()
/openbmc/u-boot/board/logicpd/imx6/
H A Dimx6logic.c171 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/include/
H A Dcommon.h360 int serial_tstc (void);
/openbmc/u-boot/board/vscom/baltos/
H A Dboard.c158 return (serial_tstc() && serial_getc() == 'c'); in spl_start_uboot()
/openbmc/u-boot/board/engicam/common/
H A Dspl.c89 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/board/ti/beagle/
H A Dbeagle.c97 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/board/liebherr/mccmon6/
H A Dmccmon6.c465 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c248 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
/openbmc/u-boot/board/ti/am57xx/
H A Dboard.c869 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()

12