Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dm66592-udc.h415 #define M66592_MAX_NUM_PIPE 8 macro
472 struct m66592_ep ep[M66592_MAX_NUM_PIPE];
473 struct m66592_ep *pipenum2ep[M66592_MAX_NUM_PIPE];
H A Dm66592-udc.c109 else if (pipenum < M66592_MAX_NUM_PIPE) { in control_reg_get_pid()
125 else if (pipenum < M66592_MAX_NUM_PIPE) { in control_reg_set_pid()
154 else if (pipenum < M66592_MAX_NUM_PIPE) { in control_reg_get()
171 else if (pipenum < M66592_MAX_NUM_PIPE) { in control_reg_sqclr()
910 for (pipenum = 1; pipenum < M66592_MAX_NUM_PIPE; pipenum++) { in irq_pipe_ready()
941 for (pipenum = 1; pipenum < M66592_MAX_NUM_PIPE; pipenum++) { in irq_pipe_empty()
1615 for (i = 0; i < M66592_MAX_NUM_PIPE; i++) { in m66592_probe()