Home
last modified time | relevance | path

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

/linux/drivers/usb/renesas_usbhs/
H A Dcommon.h128 #define DREQE (1 << 12) /* DMA Transfer Request Enable */ macro
H A Dfifo.c794 #define usbhsf_dma_start(p, f) __usbhsf_dma_ctrl(p, f, DREQE)
802 usbhs_bset(priv, fifo->sel, DREQE, dreqe); in __usbhsf_dma_ctrl()
/linux/include/linux/usb/
H A Dr8a66597.h204 #define DREQE 0x1000 /* b12: DREQ output enable */ macro
/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c301 r8a66597_bclr(r8a66597, DREQE, ep->fifosel); in pipe_change()
313 r8a66597_bset(r8a66597, DREQE, ep->fifosel); in pipe_change()
675 r8a66597_bclr(r8a66597, DREQE, ep->fifosel); in sudmac_free_channel()