chan_control_mask  221 sound/soc/img/img-i2s-in.c 	u32 reg, control_mask, chan_control_mask;
chan_control_mask  272 sound/soc/img/img-i2s-in.c 	chan_control_mask = IMG_I2S_IN_CH_CTL_16PACK_MASK |
chan_control_mask  288 sound/soc/img/img-i2s-in.c 		reg = (reg & ~chan_control_mask) | chan_control_set;
chan_control_mask  306 sound/soc/img/img-i2s-in.c 	u32 chan_control_mask, lrd_set = 0, blkp_set = 0, chan_control_set = 0;
chan_control_mask  343 sound/soc/img/img-i2s-in.c 	chan_control_mask = IMG_I2S_IN_CH_CTL_CLK_TRANS_MASK;
chan_control_mask  357 sound/soc/img/img-i2s-in.c 		reg = (reg & ~chan_control_mask) | chan_control_set;
chan_control_mask  296 sound/soc/img/img-i2s-out.c 	u32 chan_control_mask, control_mask, chan_control_set = 0;
chan_control_mask  347 sound/soc/img/img-i2s-out.c 	chan_control_mask = IMG_I2S_OUT_CHAN_CTL_CLKT_MASK;
chan_control_mask  364 sound/soc/img/img-i2s-out.c 		reg = (reg & ~chan_control_mask) | chan_control_set;