Searched refs:set_thd (Results 1 – 3 of 3) sorted by relevance
285 const struct mxc_isi_set_thd *set_thd = pipe->isi->pdata->set_thd; in mxc_isi_channel_set_panic_threshold() local290 val &= ~(set_thd->panic_set_thd_y.mask); in mxc_isi_channel_set_panic_threshold()291 val |= set_thd->panic_set_thd_y.threshold << set_thd->panic_set_thd_y.offset; in mxc_isi_channel_set_panic_threshold()293 val &= ~(set_thd->panic_set_thd_u.mask); in mxc_isi_channel_set_panic_threshold()294 val |= set_thd->panic_set_thd_u.threshold << set_thd->panic_set_thd_u.offset; in mxc_isi_channel_set_panic_threshold()296 val &= ~(set_thd->panic_set_thd_v.mask); in mxc_isi_channel_set_panic_threshold()297 val |= set_thd->panic_set_thd_v.threshold << set_thd->panic_set_thd_v.offset; in mxc_isi_channel_set_panic_threshold()
288 .set_thd = &mxc_imx8_isi_thd_v1,302 .set_thd = &mxc_imx8_isi_thd_v1,316 .set_thd = &mxc_imx8_isi_thd_v1,
170 const struct mxc_isi_set_thd *set_thd; member