Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_it82xx2.c347 uint8_t ep_fifo = (ep_idx > 0) ? (ep_fifo_res[ep_idx % FIFO_NUM]) : 0; in it82xx2_usb_extend_ep_ctrl() local
440 ep_regs[ep_fifo].ep_ctrl.fields.ready_bit = enable; in it82xx2_usb_extend_ep_ctrl()
683 uint8_t ep_fifo = ep_fifo_res[ep_idx % FIFO_NUM]; in it82xx2_handler_in() local
687 k_sem_give(&udata0.fifo_sem[ep_fifo - 1]); in it82xx2_handler_in()
785 uint8_t ep_fifo = (ep_idx > 0) ? (ep_fifo_res[ep_idx % FIFO_NUM]) : 0; in it82xx2_usb_fake_token() local
802 *token_type = ep_regs[ep_fifo].ep_transtype_sts & DC_ALL_TRANS; in it82xx2_usb_fake_token()
810 if (get_fifo_ctrl(ep_fifo) != BIT(ep_idx) || in it82xx2_usb_fake_token()
816 if (!udata0.fifo_ready[ep_fifo - 1] || in it82xx2_usb_fake_token()
820 udata0.fifo_ready[ep_fifo - 1] = false; in it82xx2_usb_fake_token()
1199 uint8_t ep_fifo = ep_fifo_res[ep_idx % FIFO_NUM]; in usb_dc_ep_enable() local
[all …]