| /OK3568_Linux_fs/kernel/arch/arm/mach-integrator/ |
| H A D | integrator_ap.c | 109 unsigned int ctrls = 0, ctrlc = 0, rts_mask, dtr_mask; in integrator_uart_set_mctrl() local 124 ctrlc |= rts_mask; in integrator_uart_set_mctrl() 129 ctrlc |= dtr_mask; in integrator_uart_set_mctrl() 141 ctrlc); in integrator_uart_set_mctrl()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mem.c | 188 if (ctrlc()) { in do_mem_mdc() 215 if (ctrlc()) { in do_mem_mwc() 627 if (ctrlc()) in mem_test_alt() 638 if (ctrlc()) in mem_test_alt() 703 if (ctrlc()) in mem_test_alt() 725 if (ctrlc()) in mem_test_alt() 766 if (ctrlc()) in mem_test_alt() 787 if (ctrlc()) in mem_test_alt() 846 if (ctrlc()) in mem_test_quick() 909 if (ctrlc()) { in do_mem_mtest()
|
| H A D | fastboot.c | 80 if (ctrlc()) in do_fastboot()
|
| H A D | misc.c | 44 if (ctrlc()) in do_sleep()
|
| H A D | fpgad.c | 85 if (ctrlc()) { in do_fpga_md()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | vsc7385.c | 65 if (ctrlc()) in vsc7385_upload_firmware() 85 if (ctrlc()) in vsc7385_upload_firmware()
|
| /OK3568_Linux_fs/u-boot/board/renesas/sh7785lcr/ |
| H A D | selfcheck.c | 49 if (ctrlc()) in test_dipsw() 54 if (ctrlc()) in test_dipsw()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-ds1685.c | 388 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; in ds1685_rtc_read_alarm() local 398 ctrlc = rtc->read(rtc, RTC_CTRL_C); in ds1685_rtc_read_alarm() 432 alrm->pending = !!(ctrlc & RTC_CTRL_C_AF); in ds1685_rtc_read_alarm() 662 u8 ctrlb, ctrlc; in ds1685_rtc_irq_handler() local 675 ctrlc = rtc->read(rtc, RTC_CTRL_C); in ds1685_rtc_irq_handler() 678 if (likely(ctrlc & RTC_CTRL_C_IRQF)) { in ds1685_rtc_irq_handler() 684 if (likely(ctrlc & RTC_CTRL_B_PAU_MASK)) { in ds1685_rtc_irq_handler() 689 (ctrlc & RTC_CTRL_C_PF)) { in ds1685_rtc_irq_handler() 696 (ctrlc & RTC_CTRL_C_AF)) { in ds1685_rtc_irq_handler() 703 (ctrlc & RTC_CTRL_C_UF)) { in ds1685_rtc_irq_handler()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | lan7x.h | 147 if (breakable && ctrlc()) { in lan7x_wait_for_bit() 189 if (breakable && ctrlc()) { in lan7x_mdio_wait_for_bit()
|
| /OK3568_Linux_fs/u-boot/board/gdsys/common/ |
| H A D | cmd_ioloop.c | 212 if (ctrlc()) in do_ioreflect() 273 if (ctrlc()) in do_ioloop()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | console.h | 17 int ctrlc(void);
|
| H A D | wait_bit.h | 59 if (breakable && ctrlc()) { \
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | r8a66597-hcd.c | 353 if (ctrlc()) in send_bulk_packet() 397 if (ctrlc()) in receive_bulk_packet() 438 if (ctrlc()) in receive_control_packet() 487 if (ctrlc()) in send_status_packet() 789 if (ctrlc()) in r8a66597_submit_bulk_msg()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | sh_spi.c | 53 if (ctrlc()) in recvbuf_wait() 63 if (ctrlc()) in write_fifo_empty_wait()
|
| /OK3568_Linux_fs/u-boot/board/cobra5272/ |
| H A D | flash.c | 175 for (sect = s_first; sect <= s_last && !ctrlc (); sect++) { in flash_erase() 230 if (ctrlc ()) in flash_erase()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | autoboot.c | 223 if (!IS_ENABLED(CONFIG_CONSOLE_DISABLE_CLI) && ctrlc()) { /* we press ctrl+c ? */ 240 if (ctrlc()) { /* we got a ctrl+c key press */
|
| H A D | dfu.c | 78 if (ctrlc()) in run_usb_dnl_gadget()
|
| H A D | console.su | |
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | virtex2.c | 251 if (ctrlc ()) { in virtex2_ssm_load() 374 if (ctrlc ()) { in virtex2_ssm_dump()
|
| /OK3568_Linux_fs/u-boot/board/astro/mcf5373l/ |
| H A D | fpga.c | 135 if (ctrlc()) in altera_write_fn() 354 if (ctrlc()) in xilinx_fastwr_config_fn()
|
| /OK3568_Linux_fs/u-boot/drivers/power/battery/ |
| H A D | bat_trats.c | 40 if (ctrlc()) { in power_battery_charge()
|
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | console.su | |
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | hydra.c | 127 if (ctrlc()) in do_hydrate()
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_ums.py | 196 u_boot_console.ctrlc()
|
| H A D | test_dfu.py | 190 u_boot_console.ctrlc()
|