Home
last modified time | relevance | path

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

/drivers/usb/renesas_usbhs/
Dpipe.c382 usbhsp_pipe_tre_set(pipe, TRCLR | TRENB, TRCLR); in usbhs_pipe_set_trans_count_if_bulk()
394 usbhsp_pipe_tre_set(pipe, TRENB, TRENB); /* enable */ in usbhs_pipe_set_trans_count_if_bulk()
Dcommon.h233 #define TRENB (1 << 9) /* Transaction Counter Enable */ macro
/drivers/usb/host/
Dr8a66597-hcd.c1129 r8a66597_bset(r8a66597, TRENB, in prepare_packet_read()
1159 r8a66597_bclr(r8a66597, TRENB, td->pipe->pipetre); in prepare_packet_write()
/drivers/usb/gadget/udc/
Dr8a66597-udc.c755 r8a66597_bset(r8a66597, TRENB, ep->pipetre); in start_packet_read()