Home
last modified time | relevance | path

Searched refs:evt (Results 1 – 23 of 23) 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.c213 evt = devm_kzalloc((struct udevice *)dwc->dev, sizeof(*evt), in dwc3_alloc_one_event_buffer()
215 if (!evt) in dwc3_alloc_one_event_buffer()
218 evt->dwc = dwc; in dwc3_alloc_one_event_buffer()
222 if (!evt->buf) in dwc3_alloc_one_event_buffer()
225 dwc3_flush_cache((uintptr_t)evt->buf, evt->length); in dwc3_alloc_one_event_buffer()
227 return evt; in dwc3_alloc_one_event_buffer()
241 if (evt) in dwc3_free_event_buffers()
295 evt->buf, (unsigned long long) evt->dma, in dwc3_event_buffers_setup()
296 evt->length); in dwc3_event_buffers_setup()
298 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.c301 if (!evt->group || guidcmp(evt->group, event->group)) in efi_signal_event()
308 if (!evt->group || guidcmp(evt->group, event->group)) in efi_signal_event()
647 if (evt == event) in efi_is_event()
713 (void **)&evt); in efi_create_event()
717 evt->type = type; in efi_create_event()
721 evt->group = group; in efi_create_event()
725 *event = evt; in efi_create_event()
822 if (!(evt->type & EVT_TIMER) || now < evt->trigger_next) in efi_timer_check()
829 evt->trigger_next += evt->trigger_time; in efi_timer_check()
1683 if (evt->group && !guidcmp(evt->group, guid)) { in efi_install_configuration_table()
[all …]
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()
A Defi_memory.c272 struct efi_event *evt; in efi_add_memory_map_pg() local
359 list_for_each_entry(evt, &efi_events, link) { in efi_add_memory_map_pg()
360 if (evt->group && in efi_add_memory_map_pg()
361 !guidcmp(evt->group, in efi_add_memory_map_pg()
363 efi_signal_event(evt); in efi_add_memory_map_pg()
/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 Dam335x-boneblack-hdmi.dtsi112 tx-num-evt = <32>;
113 rx-num-evt = <32>;
A Dam335x-wega.dtsi57 tx-num-evt = <16>;
58 rt-num-evt = <16>;
A Ddra7-evm-common.dtsi233 tx-num-evt = <32>;
234 rx-num-evt = <32>;
A Dda850-lcdk.dts240 tx-num-evt = <32>;
241 rx-num-evt = <32>;
A Dda850-evm.dts390 tx-num-evt = <32>;
391 rx-num-evt = <32>;
A Dam335x-sl50.dts406 tx-num-evt = <1>;
407 rx-num-evt = <1>;
A Dam57xx-beagle-x15-common.dtsi565 tx-num-evt = <32>;
566 rx-num-evt = <32>;
A Ddra72-evm-common.dtsi543 tx-num-evt = <32>;
544 rx-num-evt = <32>;
A Dk3-j721e-common-proc-board.dts642 tx-num-evt = <0>;
643 rx-num-evt = <0>;
A Dam335x-evmsk.dts709 tx-num-evt = <32>;
710 rx-num-evt = <32>;
A Dam335x-evm.dts593 tx-num-evt = <32>;
594 rx-num-evt = <32>;
A Dam437x-sk-evm.dts664 tx-num-evt = <1>;
665 rx-num-evt = <1>;
A Dvfxxx.dtsi622 clock-names = "ftm-evt", "ftm-src",
623 "ftm-evt-counter-en", "ftm-src-counter-en";
A Dam43x-epos-evm.dts796 tx-num-evt = <32>;
797 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
/u-boot/drivers/net/bnxt/
A Dbnxt.c1539 struct hwrm_async_event_cmpl *evt; in bnxt_link_evt() local
1541 evt = (struct hwrm_async_event_cmpl *)cmp; in bnxt_link_evt()
1542 switch (evt->event_id) { in bnxt_link_evt()
1544 if (evt->event_data1 & 0x01) in bnxt_link_evt()

Completed in 389 milliseconds