Searched refs:CHNL_CTRL_SRC_INPUT (Results 1 – 2 of 2) sorted by relevance
339 val |= CHNL_CTRL_SRC_INPUT(pipe->isi->pdata->num_ports); in mxc_isi_channel_set_control()342 val |= CHNL_CTRL_SRC_INPUT(input); in mxc_isi_channel_set_control()
30 #define CHNL_CTRL_SRC_INPUT(n) ((n) << 0) macro