Searched refs:FIFO_NUM (Results 1 – 2 of 2) sorted by relevance
28 #define FIFO_NUM 3 macro320 ((ep_fifo_res[ep_idx % FIFO_NUM] - 1) * 2) : in it82xx2_get_ep_fifo_ctrl_reg_idx()321 ((ep_fifo_res[ep_idx % FIFO_NUM] - 1) * 2 + 1); in it82xx2_get_ep_fifo_ctrl_reg_idx()442 reg_idx = ep_fifo_res[ep_idx % FIFO_NUM]; in it82xx2_usb_extend_ep_ctrl()995 if ((ep_idx != 0) && (!in && ep_idx % FIFO_NUM != 2)) { in usb_dc_ep_check_cap()1000 if ((ep_idx != 0) && (in && ep_idx % FIFO_NUM == 2)) { in usb_dc_ep_check_cap()1305 if (ep_idx > FIFO_NUM) { in usb_dc_ep_flush()1306 ep_idx = ep_fifo_res[ep_idx % FIFO_NUM]; in usb_dc_ep_flush()1329 (ep_fifo_res[ep_idx % FIFO_NUM]) : 0; in usb_dc_ep_write()1385 if (ep_idx > FIFO_NUM) { in usb_dc_ep_write()[all …]
131 #define FIFO_NUM (1 + USB_NUM_BIDIR_ENDPOINTS) macro137 #define FIFO_EP_WORDS (FIFO_WORDS / FIFO_NUM)