Searched refs:BRDYSTS (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/usb/renesas_usbhs/
H A Dmod.h61 /* BRDY / BRDYSTS */
H A Dmod.c228 state->brdysts = usbhs_read(priv, BRDYSTS); usbhs_status_get_each_irq()
280 usbhs_write(priv, BRDYSTS, ~irq_state.brdysts); usbhs_interrupt()
H A Dcommon.h54 #define BRDYSTS 0x0046 macro
H A Dfifo.c1158 * cannot the BRDYSTS. So, the function clears it here because the usbhsf_dma_pop_done_with_usb_dmac()
1161 usbhs_xxxsts_clear(priv, BRDYSTS, usbhs_pipe_number(pipe)); usbhsf_dma_pop_done_with_usb_dmac()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c714 r8a66597_write(r8a66597, ~(1 << ep->pipenum), BRDYSTS); start_packet_write()
866 r8a66597_write(r8a66597, 0, BRDYSTS); disable_controller()
1106 r8a66597_write(r8a66597, ~BRDY0, BRDYSTS); irq_pipe_ready()
1116 r8a66597_write(r8a66597, ~check, BRDYSTS); irq_pipe_ready()
1441 r8a66597_write(r8a66597, ~(1 << pipenum), BRDYSTS); sudmac_finish()
1484 brdysts = r8a66597_read(r8a66597, BRDYSTS); r8a66597_irq()
/linux-4.1.27/drivers/usb/host/
H A Dr8a66597-hcd.c225 r8a66597_write(r8a66597, 0, BRDYSTS); disable_controller()
1119 r8a66597_write(r8a66597, ~(1 << td->pipenum), BRDYSTS); prepare_packet_read()
1161 r8a66597_write(r8a66597, ~(1 << td->pipenum), BRDYSTS); prepare_packet_write()
1517 mask = r8a66597_read(r8a66597, BRDYSTS) irq_pipe_ready()
1519 r8a66597_write(r8a66597, ~mask, BRDYSTS); irq_pipe_ready()
/linux-4.1.27/include/linux/usb/
H A Dr8a66597.h87 #define BRDYSTS 0x46 macro

Completed in 153 milliseconds