Searched refs:ev (Results 1 – 4 of 4) sorted by relevance
598 ev &= 0x1f; in PL330_Instr_DMAWFE()599 ev <<= 3; in PL330_Instr_DMAWFE()600 *(buf + 1) = ev; in PL330_Instr_DMAWFE()606 PL330_DBGCMD_DUMP(SZ_DMAWFE, "\tDMAWFE %u%s\n", ev >> 3, in PL330_Instr_DMAWFE()843 off += PL330_Instr_DMASEV(dryRun, &buf[off], ev); in _Period()850 struct PL330_XFER_SPEC *pxs, int ev) in _Loop_Cyclic() argument1598 unsigned int ev, i = 0; in HAL_PL330_IrqHandler() local1632 for (ev = 0; ev < PL330_CHANNELS_PER_DEV; ev++) { in HAL_PL330_IrqHandler()1633 if (val & (1 << ev)) { /* Event occurred */ in HAL_PL330_IrqHandler()1635 if (inten & (1 << ev)) { in HAL_PL330_IrqHandler()[all …]
781 static void usbd_event_cb(const enum usb_event ev, const uint32_t param) in usbd_event_cb() argument785 switch (ev) { in usbd_event_cb()
1755 extern void usb_led_activity(enum usb_led_event ev);1757 static inline void usb_led_activity(enum usb_led_event ev) {} in usb_led_activity() argument
Completed in 23 milliseconds