Lines Matching defs:chno
140 u32 chno = ldb_ch->chno;
171 if (ldb_ch->chno == 0 || is_split)
173 if (ldb_ch->chno == 1 || is_split)
181 if (ldb_ch->chno == 0 || is_split)
183 if (ldb_ch->chno == 1 || is_split)
191 regmap_update_bits(ldb->regmap, SS_CTRL, CH_VSYNC_M(chno), 0);
194 CH_VSYNC_M(chno), CH_PVSYNC(chno));
197 regmap_update_bits(ldb->regmap, SS_CTRL, CH_HSYNC_M(chno), 0);
200 CH_HSYNC_M(chno), CH_PHSYNC(chno));
220 if (ldb_ch->chno == 0 || is_split) {
224 if (ldb_ch->chno == 1 || is_split) {
513 imx8qm_ldb->active_chno = ldb_ch->chno;