Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/renesas_usbhs/
H A 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()
H A Dcommon.h231 #define TRENB (1 << 9) /* Transaction Counter Enable */ macro
/openbmc/linux/include/linux/usb/
H A Dr8a66597.h398 #define TRENB 0x0200 /* b9: Transaction counter enable */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h383 #define TRENB 0x0200 /* b9: Transaction counter enable */ macro
H A Dr8a66597-hcd.c413 r8a66597_bset(r8a66597, TRENB, get_pipetre_addr(pipenum)); in receive_bulk_packet()
/openbmc/linux/drivers/usb/host/
H A Dr8a66597-hcd.c1114 r8a66597_bset(r8a66597, TRENB, in prepare_packet_read()
1144 r8a66597_bclr(r8a66597, TRENB, td->pipe->pipetre); in prepare_packet_write()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c752 r8a66597_bset(r8a66597, TRENB, ep->pipetre); in start_packet_read()