Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_it82xx2.c765 static uint16_t get_fifo_ctrl(const uint8_t fifo_idx) in get_fifo_ctrl() function
810 if (get_fifo_ctrl(ep_fifo) != BIT(ep_idx) || in it82xx2_usb_fake_token()
/Zephyr-latest/drivers/usb/udc/
Dudc_it82xx2.c820 static uint16_t get_fifo_ctrl(const struct device *dev, const uint8_t fifo_idx) in get_fifo_ctrl() function
944 if (get_fifo_ctrl(dev, fifo_idx) != BIT(ep_idx)) { in it82xx2_fake_token()