Searched refs:evt (Results 1 – 20 of 20) sorted by relevance
/u-boot/arch/arm/mach-rmobile/include/mach/ |
A D | irqs.h | 10 #define evt2irq(evt) (((evt) >> 5) - 16) argument 16 #define intcs_evt2irq(evt) evt2irq(INTCS_VECT_BASE + (evt)) argument
|
/u-boot/drivers/usb/dwc3/ |
A D | core.c | 120 evt = devm_kzalloc((struct udevice *)dwc->dev, sizeof(*evt), in dwc3_alloc_one_event_buffer() 122 if (!evt) in dwc3_alloc_one_event_buffer() 125 evt->dwc = dwc; in dwc3_alloc_one_event_buffer() 129 if (!evt->buf) in dwc3_alloc_one_event_buffer() 132 dwc3_flush_cache((uintptr_t)evt->buf, evt->length); in dwc3_alloc_one_event_buffer() 134 return evt; in dwc3_alloc_one_event_buffer() 148 if (evt) in dwc3_free_event_buffers() 202 evt->buf, (unsigned long long) evt->dma, in dwc3_event_buffers_setup() 203 evt->length); in dwc3_event_buffers_setup() 205 evt->lpos = 0; in dwc3_event_buffers_setup() [all …]
|
A D | gadget.c | 2450 struct dwc3_event_buffer *evt; in dwc3_process_event_buf() local 2455 evt = dwc->ev_buffs[buf]; in dwc3_process_event_buf() 2456 left = evt->count; in dwc3_process_event_buf() 2464 event.raw = *(u32 *) (evt->buf + evt->lpos); in dwc3_process_event_buf() 2477 evt->lpos = (evt->lpos + 4) % DWC3_EVENT_BUFFERS_SIZE; in dwc3_process_event_buf() 2483 evt->count = 0; in dwc3_process_event_buf() 2514 struct dwc3_event_buffer *evt; in dwc3_check_event_buf() local 2518 evt = dwc->ev_buffs[buf]; in dwc3_check_event_buf() 2525 evt->count = count; in dwc3_check_event_buf() 2680 evt = dwc->ev_buffs[i]; in dwc3_gadget_uboot_handle_interrupt() [all …]
|
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 296 if (!evt->group || guidcmp(evt->group, event->group)) in efi_signal_event() 303 if (!evt->group || guidcmp(evt->group, event->group)) in efi_signal_event() 637 if (evt == event) in efi_is_event() 703 (void **)&evt); in efi_create_event() 707 evt->type = type; in efi_create_event() 711 evt->group = group; in efi_create_event() 715 *event = evt; in efi_create_event() 810 if (!(evt->type & EVT_TIMER) || now < evt->trigger_next) in efi_timer_check() 817 evt->trigger_next += evt->trigger_time; in efi_timer_check() 1672 if (evt->group && !guidcmp(evt->group, guid)) { in efi_install_configuration_table() [all …]
|
A D | efi_memory.c | 250 struct efi_event *evt; in efi_add_memory_map_pg() local 337 list_for_each_entry(evt, &efi_events, link) { in efi_add_memory_map_pg() 338 if (evt->group && in efi_add_memory_map_pg() 339 !guidcmp(evt->group, in efi_add_memory_map_pg() 341 efi_signal_event(evt); in efi_add_memory_map_pg()
|
A D | efi_runtime.c | 195 struct efi_event *evt; in efi_reset_system_boottime() local 201 list_for_each_entry(evt, &efi_events, link) { in efi_reset_system_boottime() 202 if (evt->group && in efi_reset_system_boottime() 203 !guidcmp(evt->group, in efi_reset_system_boottime() 205 efi_signal_event(evt); in efi_reset_system_boottime()
|
/u-boot/arch/sh/include/asm/ |
A D | system.h | 238 static inline void *set_exception_table_evt(unsigned int evt, void *handler) in set_exception_table_evt() argument 240 return set_exception_table_vec(evt >> 5, handler); in set_exception_table_evt()
|
/u-boot/arch/arm/dts/ |
A D | dra7-evm-common.dtsi | 236 tx-num-evt = <32>; 237 rx-num-evt = <32>;
|
A D | am335x-wega.dtsi | 65 tx-num-evt = <16>; 66 rt-num-evt = <16>;
|
A D | da850-lcdk.dts | 241 tx-num-evt = <32>; 242 rx-num-evt = <32>;
|
A D | da850-evm.dts | 393 tx-num-evt = <32>; 394 rx-num-evt = <32>;
|
A D | am335x-sl50.dts | 409 tx-num-evt = <1>; 410 rx-num-evt = <1>;
|
A D | am57xx-beagle-x15-common.dtsi | 568 tx-num-evt = <32>; 569 rx-num-evt = <32>;
|
A D | k3-j721e-common-proc-board.dts | 630 tx-num-evt = <0>; 631 rx-num-evt = <0>;
|
A D | dra72-evm-common.dtsi | 546 tx-num-evt = <32>; 547 rx-num-evt = <32>;
|
A D | am437x-sk-evm.dts | 667 tx-num-evt = <1>; 668 rx-num-evt = <1>;
|
A D | am335x-evm.dts | 592 tx-num-evt = <32>; 593 rx-num-evt = <32>;
|
A D | am335x-evmsk.dts | 710 tx-num-evt = <32>; 711 rx-num-evt = <32>;
|
A D | am43x-epos-evm.dts | 799 tx-num-evt = <32>; 800 rx-num-evt = <32>;
|
/u-boot/drivers/video/imx/ |
A D | ipu_regs.h | 384 #define DC_RL_CH(ch, evt) (&dc_ch_offset(ch)->rl[evt / 2]) argument
|
Completed in 39 milliseconds