Home
last modified time | relevance | path

Searched refs:evt (Results 1 – 20 of 20) sorted by relevance

/u-boot/arch/arm/mach-rmobile/include/mach/
A Dirqs.h10 #define evt2irq(evt) (((evt) >> 5) - 16) argument
16 #define intcs_evt2irq(evt) evt2irq(INTCS_VECT_BASE + (evt)) argument
/u-boot/drivers/usb/dwc3/
A Dcore.c120 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 Dgadget.c2450 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 Defi_boottime.c296 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 Defi_memory.c250 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 Defi_runtime.c195 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 Dsystem.h238 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 Ddra7-evm-common.dtsi236 tx-num-evt = <32>;
237 rx-num-evt = <32>;
A Dam335x-wega.dtsi65 tx-num-evt = <16>;
66 rt-num-evt = <16>;
A Dda850-lcdk.dts241 tx-num-evt = <32>;
242 rx-num-evt = <32>;
A Dda850-evm.dts393 tx-num-evt = <32>;
394 rx-num-evt = <32>;
A Dam335x-sl50.dts409 tx-num-evt = <1>;
410 rx-num-evt = <1>;
A Dam57xx-beagle-x15-common.dtsi568 tx-num-evt = <32>;
569 rx-num-evt = <32>;
A Dk3-j721e-common-proc-board.dts630 tx-num-evt = <0>;
631 rx-num-evt = <0>;
A Ddra72-evm-common.dtsi546 tx-num-evt = <32>;
547 rx-num-evt = <32>;
A Dam437x-sk-evm.dts667 tx-num-evt = <1>;
668 rx-num-evt = <1>;
A Dam335x-evm.dts592 tx-num-evt = <32>;
593 rx-num-evt = <32>;
A Dam335x-evmsk.dts710 tx-num-evt = <32>;
711 rx-num-evt = <32>;
A Dam43x-epos-evm.dts799 tx-num-evt = <32>;
800 rx-num-evt = <32>;
/u-boot/drivers/video/imx/
A Dipu_regs.h384 #define DC_RL_CH(ch, evt) (&dc_ch_offset(ch)->rl[evt / 2]) argument

Completed in 39 milliseconds