Home
last modified time | relevance | path

Searched refs:DIR_OUT (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/renesas_usbhs/
H A Dpipe.c447 dir |= DIR_OUT; in usbhsp_setup_pipecfg()
800 usbhsp_pipe_cfg_set(pipe, DIR_OUT, in usbhs_dcp_dir_for_host()
801 dir_out ? DIR_OUT : 0); in usbhs_dcp_dir_for_host()
H A Dcommon.h198 #define DIR_OUT (1 << 4) /* Transfer Direction */ macro