Searched refs:DIR_OUT (Results 1 – 2 of 2) sorted by relevance
447 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()
198 #define DIR_OUT (1 << 4) /* Transfer Direction */ macro