Searched refs:pipecfg (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/renesas_usbhs/
H A Dpipe.c586 u16 pipecfg, pipebuf; local
606 pipecfg = usbhsp_setup_pipecfg(pipe, is_host, dir_in);
610 usbhsp_pipe_cfg_set(pipe, 0xFFFF, pipecfg);
/drivers/usb/gadget/
H A Dm66592-udc.c233 u16 pipecfg = 0; local
241 pipecfg |= M66592_DIR;
242 pipecfg |= info->type;
243 pipecfg |= info->epnum;
258 pipecfg |= M66592_DBLB;
260 pipecfg |= M66592_SHTNAK;
274 m66592_write(m66592, pipecfg, M66592_PIPECFG);
H A Dr8a66597-udc.c323 u16 pipecfg = 0; local
331 pipecfg |= R8A66597_DIR;
332 pipecfg |= info->type;
333 pipecfg |= info->epnum;
348 pipecfg |= R8A66597_DBLB;
350 pipecfg |= R8A66597_SHTNAK;
364 r8a66597_write(r8a66597, pipecfg, PIPECFG);

Completed in 76 milliseconds