Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c522 unsigned int output_select = HDMI_VP_CONF_OUTPUT_SELECTOR_PP; in hdmi_video_packetize() local
529 output_select = HDMI_VP_CONF_OUTPUT_SELECTOR_BYPASS; in hdmi_video_packetize()
532 output_select = HDMI_VP_CONF_OUTPUT_SELECTOR_BYPASS; in hdmi_video_packetize()
552 output_select = HDMI_VP_CONF_OUTPUT_SELECTOR_YCC422; in hdmi_video_packetize()
586 if (output_select == HDMI_VP_CONF_OUTPUT_SELECTOR_PP) { in hdmi_video_packetize()
590 } else if (output_select == HDMI_VP_CONF_OUTPUT_SELECTOR_YCC422) { in hdmi_video_packetize()
594 } else if (output_select == HDMI_VP_CONF_OUTPUT_SELECTOR_BYPASS) { in hdmi_video_packetize()
611 hdmi_modb(hdmi, output_select, HDMI_VP_CONF_OUTPUT_SELECTOR_MASK, in hdmi_video_packetize()
/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_660x.c320 unsigned output_select) in pfi_output_select_bits() argument
322 return (output_select & 0x3) << ioconfig_bitshift(pfi_channel); in pfi_output_select_bits()
922 unsigned output_select) in ni_660x_select_pfi_output() argument
933 if (output_select == pfi_output_select_counter && in ni_660x_select_pfi_output()
960 active_bits |= pfi_output_select_bits(pfi_channel, output_select); in ni_660x_select_pfi_output()