| /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 | 213 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 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 | 301 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 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()
|
| A D | efi_memory.c | 272 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 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 | am335x-boneblack-hdmi.dtsi | 112 tx-num-evt = <32>; 113 rx-num-evt = <32>;
|
| A D | am335x-wega.dtsi | 57 tx-num-evt = <16>; 58 rt-num-evt = <16>;
|
| A D | dra7-evm-common.dtsi | 233 tx-num-evt = <32>; 234 rx-num-evt = <32>;
|
| A D | da850-lcdk.dts | 240 tx-num-evt = <32>; 241 rx-num-evt = <32>;
|
| A D | da850-evm.dts | 390 tx-num-evt = <32>; 391 rx-num-evt = <32>;
|
| A D | am335x-sl50.dts | 406 tx-num-evt = <1>; 407 rx-num-evt = <1>;
|
| A D | am57xx-beagle-x15-common.dtsi | 565 tx-num-evt = <32>; 566 rx-num-evt = <32>;
|
| A D | dra72-evm-common.dtsi | 543 tx-num-evt = <32>; 544 rx-num-evt = <32>;
|
| A D | k3-j721e-common-proc-board.dts | 642 tx-num-evt = <0>; 643 rx-num-evt = <0>;
|
| A D | am335x-evmsk.dts | 709 tx-num-evt = <32>; 710 rx-num-evt = <32>;
|
| A D | am335x-evm.dts | 593 tx-num-evt = <32>; 594 rx-num-evt = <32>;
|
| A D | am437x-sk-evm.dts | 664 tx-num-evt = <1>; 665 rx-num-evt = <1>;
|
| A D | vfxxx.dtsi | 622 clock-names = "ftm-evt", "ftm-src", 623 "ftm-evt-counter-en", "ftm-src-counter-en";
|
| A D | am43x-epos-evm.dts | 796 tx-num-evt = <32>; 797 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
|
| /u-boot/drivers/net/bnxt/ |
| A D | bnxt.c | 1539 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()
|