| /rk3399_rockchip-uboot/arch/arm/mach-rmobile/include/mach/ |
| H A D | irqs.h | 10 #define evt2irq(evt) (((evt) >> 5) - 16) argument 16 #define intcs_evt2irq(evt) evt2irq(INTCS_VECT_BASE + (evt)) argument
|
| /rk3399_rockchip-uboot/include/ |
| H A D | smp.h | 31 int smp_event1(int evt, ulong arg0); 32 int smp_event2(int evt, ulong arg0, ulong arg1); 34 static inline int smp_event1(int evt, ulong arg0) { return 0; } in smp_event1() argument 35 static inline int smp_event2(int evt, ulong arg0, ulong arg1) { return 0; } in smp_event2() argument
|
| H A D | mp_boot.h | 21 void mpb_init_x(int evt); 22 ulong mpb_post(int evt);
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | core.c | 101 struct dwc3_event_buffer *evt) in dwc3_free_one_event_buffer() argument 103 dma_free_coherent(evt->buf); in dwc3_free_one_event_buffer() 117 struct dwc3_event_buffer *evt; in dwc3_alloc_one_event_buffer() local 119 evt = devm_kzalloc((struct udevice *)dwc->dev, sizeof(*evt), in dwc3_alloc_one_event_buffer() 121 if (!evt) in dwc3_alloc_one_event_buffer() 124 evt->dwc = dwc; in dwc3_alloc_one_event_buffer() 125 evt->length = length; in dwc3_alloc_one_event_buffer() 126 evt->buf = dma_alloc_coherent(length, in dwc3_alloc_one_event_buffer() 127 (unsigned long *)&evt->dma); in dwc3_alloc_one_event_buffer() 128 if (!evt->buf) in dwc3_alloc_one_event_buffer() [all …]
|
| H A D | gadget.c | 2488 struct dwc3_event_buffer *evt; in dwc3_process_event_buf() local 2493 evt = dwc->ev_buffs[buf]; in dwc3_process_event_buf() 2494 left = evt->count; in dwc3_process_event_buf() 2496 if (!(evt->flags & DWC3_EVENT_PENDING)) in dwc3_process_event_buf() 2502 event.raw = *(u32 *) (evt->buf + evt->lpos); in dwc3_process_event_buf() 2515 evt->lpos = (evt->lpos + 4) % DWC3_EVENT_BUFFERS_SIZE; in dwc3_process_event_buf() 2521 evt->count = 0; in dwc3_process_event_buf() 2522 evt->flags &= ~DWC3_EVENT_PENDING; in dwc3_process_event_buf() 2552 struct dwc3_event_buffer *evt; in dwc3_check_event_buf() local 2556 evt = dwc->ev_buffs[buf]; in dwc3_check_event_buf() [all …]
|
| /rk3399_rockchip-uboot/test/rockchip/ |
| H A D | test-misc.c | 160 int ret, evt; in do_test_key() local 172 evt = key_read(key->code); in do_test_key() 173 if (evt == KEY_PRESS_DOWN) in do_test_key() 175 else if (evt == KEY_PRESS_LONG_DOWN) in do_test_key()
|
| /rk3399_rockchip-uboot/drivers/power/dvfs/ |
| H A D | rockchip_wtemp_dvfs.c | 272 int temp, enum pm_event evt) in wtemp_dvfs_is_effect() argument 274 if (evt & PM_EVT_LOW) { in wtemp_dvfs_is_effect() 279 if (evt & PM_EVT_HIGH) { in wtemp_dvfs_is_effect() 290 int temp, enum pm_event evt) in __wtemp_dvfs_apply() argument 294 if (evt & PM_EVT_LOW) { in __wtemp_dvfs_apply() 302 if (evt & PM_EVT_HIGH) { in __wtemp_dvfs_apply()
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | system.h | 261 static inline void *set_exception_table_evt(unsigned int evt, void *handler) in set_exception_table_evt() argument 263 return set_exception_table_vec(evt >> 5, handler); in set_exception_table_evt()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_regs.h | 385 #define DC_RL_CH(ch, evt) (&dc_ch_offset(ch)->rl[evt / 2]) argument
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | am57xx-beagle-x15-common.dtsi | 578 tx-num-evt = <32>; 579 rx-num-evt = <32>;
|
| H A D | dra72-evm-common.dtsi | 535 tx-num-evt = <32>; 536 rx-num-evt = <32>;
|
| H A D | am437x-sk-evm.dts | 659 tx-num-evt = <1>; 660 rx-num-evt = <1>;
|
| H A D | am335x-evmsk.dts | 704 tx-num-evt = <32>; 705 rx-num-evt = <32>;
|
| H A D | am335x-evm.dts | 594 tx-num-evt = <32>; 595 rx-num-evt = <32>;
|
| H A D | am43x-epos-evm.dts | 799 tx-num-evt = <32>; 800 rx-num-evt = <32>;
|
| H A D | dra7-evm.dts | 923 tx-num-evt = <32>; 924 rx-num-evt = <32>;
|