/openbmc/u-boot/board/amarula/vyasa-rk3288/ |
H A D | vyasa-rk3288.c | 21 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/board/isee/igep00x0/ |
H A D | spl.c | 58 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/test/dm/ |
H A D | serial.c | 21 ut_assertok(serial_tstc()); in dm_test_serial()
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial.c | 394 int serial_tstc(void) in serial_tstc() function 492 while (serial_tstc()) in uart_post_test()
|
H A D | serial-uclass.c | 277 int serial_tstc(void) in serial_tstc() function
|
/openbmc/u-boot/board/st/stm32f746-disco/ |
H A D | stm32f746-disco.c | 55 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
|
/openbmc/u-boot/board/logicpd/omap3som/ |
H A D | omap3logic.c | 63 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
|
/openbmc/u-boot/board/silica/pengwyn/ |
H A D | board.c | 66 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
|
/openbmc/u-boot/board/bticino/mamoj/ |
H A D | spl.c | 36 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/board/gumstix/pepper/ |
H A D | board.c | 166 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
|
/openbmc/u-boot/board/ti/evm/ |
H A D | evm.c | 116 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/board/isee/igep003x/ |
H A D | board.c | 173 return serial_tstc() && serial_getc() == 'c'; in spl_start_uboot()
|
/openbmc/u-boot/board/liebherr/display5/ |
H A D | spl.c | 312 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/board/tcl/sl50/ |
H A D | board.c | 73 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/board/birdland/bav335x/ |
H A D | board.c | 159 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/common/ |
H A D | console.c | 434 return serial_tstc(); in tstc() 798 gd->jt->tstc = serial_tstc; in console_init_r()
|
H A D | stdio.c | 75 return serial_tstc(); in stdio_serial_tstc()
|
/openbmc/u-boot/board/logicpd/imx6/ |
H A D | imx6logic.c | 171 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/include/ |
H A D | common.h | 345 int serial_tstc (void);
|
/openbmc/u-boot/board/engicam/common/ |
H A D | spl.c | 89 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/board/vscom/baltos/ |
H A D | board.c | 158 return (serial_tstc() && serial_getc() == 'c'); in spl_start_uboot()
|
/openbmc/u-boot/board/ti/beagle/ |
H A D | beagle.c | 97 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/board/liebherr/mccmon6/ |
H A D | mccmon6.c | 465 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 248 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|
/openbmc/u-boot/board/ti/am57xx/ |
H A D | board.c | 869 if (serial_tstc() && serial_getc() == 'c') in spl_start_uboot()
|