Searched refs:usbhs_pipe_number (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/renesas_usbhs/ |
D | pipe.c | 16 #define usbhsp_addr_offset(p) ((usbhs_pipe_number(p) - 1) * 2) 118 int num = usbhs_pipe_number(pipe); in usbhsp_pipe_trn_set() 154 int num = usbhs_pipe_number(pipe); in usbhsp_pipe_tre_set() 228 usbhs_write(priv, PIPESEL, 0xF & usbhs_pipe_number(pipe)); in usbhsp_pipe_select() 473 int pipe_num = usbhs_pipe_number(pipe); in usbhsp_setup_pipebuff() 506 int pipe_num = usbhs_pipe_number(pipe); in usbhs_pipe_config_update() 716 dev_err(dev, "pipe setup failed %d\n", usbhs_pipe_number(pipe)); in usbhs_pipe_malloc() 735 usbhs_pipe_number(pipe), in usbhs_pipe_malloc()
|
D | fifo.c | 212 u16 status = (1 << usbhs_pipe_number(pipe)); \ 314 u16 base = usbhs_pipe_number(pipe); /* CURPIPE */ in usbhsf_fifo_select() 574 usbhs_pipe_number(pipe), in usbhsf_pio_try_push() 723 usbhs_pipe_number(pipe), in usbhsf_pio_try_pop() 840 fifo->name, usbhs_pipe_number(pipe), pkt->length, pkt->zero); in usbhsf_dma_xfer_preparing() 1185 usbhs_xxxsts_clear(priv, BRDYSTS, usbhs_pipe_number(pipe)); in usbhsf_dma_pop_done_with_usb_dmac() 1376 usbhs_pipe_number(pipe), ret); in usbhsf_dma_complete()
|
D | mod_gadget.c | 128 dev_dbg(dev, "pipe %d : queue pop\n", usbhs_pipe_number(pipe)); in __usbhsg_queue_pop() 180 usbhs_pipe_number(pipe), in usbhsg_queue_push() 624 usbhs_pipe_number(pipe)); in usbhsg_ep_enable() 734 halt, usbhs_pipe_number(pipe)); in __usbhsg_ep_set_halt_wedge()
|
D | pipe.h | 102 #define usbhs_pipe_number(p) (int)((p) - (p)->priv->pipe_info.pipe) macro
|