Searched refs:cin (Results 1 – 7 of 7) sorted by relevance
| /u-boot/arch/arm/mach-socfpga/ |
| A D | mailbox_s10.c | 29 #define MBOX_WRITE_CMD_BUF(data, cin) \ argument 30 MBOX_WRITEL(data, MBOX_CMD_BUF + ((cin) * sizeof(u32))) 49 static __always_inline int mbox_is_cmdbuf_full(u32 cin) in mbox_is_cmdbuf_full() argument 54 static __always_inline int mbox_is_cmdbuf_empty(u32 cin) in mbox_is_cmdbuf_empty() argument 64 if (mbox_is_cmdbuf_empty(cin)) in mbox_wait_for_cmdbuf_empty() 79 if (mbox_is_cmdbuf_full(*cin)) { in mbox_write_cmd_buffer() 89 MBOX_WRITE_CMD_BUF(data, (*cin)++); in mbox_write_cmd_buffer() 90 *cin %= MBOX_CMD_BUFFER_SIZE; in mbox_write_cmd_buffer() 91 MBOX_WRITEL(*cin, MBOX_CIN); in mbox_write_cmd_buffer() 102 return mbox_wait_for_cmdbuf_empty(*cin); in mbox_write_cmd_buffer() [all …]
|
| /u-boot/lib/efi_loader/ |
| A D | initrddump.c | 25 static struct efi_simple_text_input_protocol *cin; variable 128 cin->reset(cin, true); in efi_drain_input() 149 ret = bs->wait_for_event(1, &cin->wait_for_key, &index); in efi_input_yn() 152 ret = cin->read_key_stroke(cin, &key); in efi_input_yn() 190 ret = bs->wait_for_event(1, &cin->wait_for_key, &index); in efi_input() 193 ret = cin->read_key_stroke(cin, &key); in efi_input() 478 cin = systable->con_in; in efi_main()
|
| A D | dtbdump.c | 22 static struct efi_simple_text_input_protocol *cin; variable 74 ret = cin->reset(cin, true); in efi_input_yn() 76 ret = bs->wait_for_event(1, &cin->wait_for_key, &index); in efi_input_yn() 79 ret = cin->read_key_stroke(cin, &key); in efi_input_yn() 116 ret = cin->reset(cin, true); in efi_input() 119 ret = bs->wait_for_event(1, &cin->wait_for_key, &index); in efi_input() 122 ret = cin->read_key_stroke(cin, &key); in efi_input() 507 cin = systable->con_in; in efi_main()
|
| A D | efi_console.c | 1374 efi_status_t efi_console_get_u16_string(struct efi_simple_text_input_protocol *cin, in efi_console_get_u16_string() argument 1391 ret = EFI_CALL(cin->read_key_stroke(cin, &key)); in efi_console_get_u16_string()
|
| /u-boot/drivers/spi/ |
| A D | mpc8xxx_spi.c | 137 u8 *cin = din; in mpc8xxx_spi_xfer() local 194 if (cin) in mpc8xxx_spi_xfer() 195 *cin++ = tmpdin; in mpc8xxx_spi_xfer()
|
| /u-boot/cmd/ |
| A D | eficonfig.c | 24 static struct efi_simple_text_input_protocol *cin; variable 938 ret = efi_console_get_u16_string(cin, tmp, buf_size, NULL, 4, cursor_col); in handle_user_input() 2644 ret = efi_protocol_open(handler, (void **)&cin, efi_root, NULL, in eficonfig_init()
|
| /u-boot/include/ |
| A D | efi_loader.h | 1137 (struct efi_simple_text_input_protocol *cin,
|
Completed in 25 milliseconds