Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/renesas_usbhs/
Dpipe.c380 usbhsp_pipe_tre_set(pipe, TRCLR | TRENB, TRCLR); in usbhs_pipe_set_trans_count_if_bulk()
392 usbhsp_pipe_tre_set(pipe, TRENB, TRENB); /* enable */ in usbhs_pipe_set_trans_count_if_bulk()
Dcommon.h231 #define TRENB (1 << 9) /* Transaction Counter Enable */ macro
/linux-6.6.21/include/linux/usb/
Dr8a66597.h398 #define TRENB 0x0200 /* b9: Transaction counter enable */ macro
/linux-6.6.21/drivers/usb/host/
Dr8a66597-hcd.c1114 r8a66597_bset(r8a66597, TRENB, in prepare_packet_read()
1144 r8a66597_bclr(r8a66597, TRENB, td->pipe->pipetre); in prepare_packet_write()
/linux-6.6.21/drivers/usb/gadget/udc/
Dr8a66597-udc.c752 r8a66597_bset(r8a66597, TRENB, ep->pipetre); in start_packet_read()