Searched refs:PIPECFG (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/usb/renesas_usbhs/
H A Dcommon.h60 #define PIPECFG 0x0068 macro
189 /* PIPECFG */
H A Dpipe.c99 * DCPCFG/PIPECFG functions
103 __usbhsp_pipe_xxx_set(pipe, DCPCFG, PIPECFG, mask, val);
108 return __usbhsp_pipe_xxx_get(pipe, DCPCFG, PIPECFG);
218 * PIPECFG : usbhsp_pipe_cfg_xxx
420 * PIPECFG
423 * - "Register Descriptions" - "PIPECFG" register
/linux-master/include/linux/usb/
H A Dr8a66597.h88 #define PIPECFG 0x68 macro
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c248 tmp = r8a66597_read(r8a66597, PIPECFG);
361 r8a66597_write(r8a66597, pipecfg, PIPECFG);
604 tmp = r8a66597_read(r8a66597, PIPECFG) & R8A66597_BFRE;
618 r8a66597_bset(r8a66597, R8A66597_BFRE, PIPECFG);
620 r8a66597_bclr(r8a66597, R8A66597_BFRE, PIPECFG);
/linux-master/drivers/usb/host/
H A Dr8a66597-hcd.c618 r8a66597_write(r8a66597, val, PIPECFG);

Completed in 284 milliseconds