chan_control_set  222 sound/soc/img/img-i2s-in.c 	u32 control_set = 0, chan_control_set = 0;
chan_control_set  233 sound/soc/img/img-i2s-in.c 		chan_control_set |= IMG_I2S_IN_CH_CTL_SW_MASK;
chan_control_set  234 sound/soc/img/img-i2s-in.c 		chan_control_set |= IMG_I2S_IN_CH_CTL_FW_MASK;
chan_control_set  235 sound/soc/img/img-i2s-in.c 		chan_control_set |= IMG_I2S_IN_CH_CTL_PACKH_MASK;
chan_control_set  239 sound/soc/img/img-i2s-in.c 		chan_control_set |= IMG_I2S_IN_CH_CTL_SW_MASK;
chan_control_set  240 sound/soc/img/img-i2s-in.c 		chan_control_set |= IMG_I2S_IN_CH_CTL_FW_MASK;
chan_control_set  245 sound/soc/img/img-i2s-in.c 		chan_control_set |= IMG_I2S_IN_CH_CTL_16PACK_MASK;
chan_control_set  264 sound/soc/img/img-i2s-in.c 		chan_control_set |= IMG_I2S_IN_CH_CTL_FEN_MASK;
chan_control_set  267 sound/soc/img/img-i2s-in.c 		chan_control_set |= IMG_I2S_IN_CH_CTL_FMODE_MASK;
chan_control_set  288 sound/soc/img/img-i2s-in.c 		reg = (reg & ~chan_control_mask) | chan_control_set;
chan_control_set  306 sound/soc/img/img-i2s-in.c 	u32 chan_control_mask, lrd_set = 0, blkp_set = 0, chan_control_set = 0;
chan_control_set  328 sound/soc/img/img-i2s-in.c 		chan_control_set |= IMG_I2S_IN_CH_CTL_CLK_TRANS_MASK;
chan_control_set  357 sound/soc/img/img-i2s-in.c 		reg = (reg & ~chan_control_mask) | chan_control_set;
chan_control_set  296 sound/soc/img/img-i2s-out.c 	u32 chan_control_mask, control_mask, chan_control_set = 0;
chan_control_set  334 sound/soc/img/img-i2s-out.c 		chan_control_set |= IMG_I2S_OUT_CHAN_CTL_CLKT_MASK;
chan_control_set  364 sound/soc/img/img-i2s-out.c 		reg = (reg & ~chan_control_mask) | chan_control_set;