Home
last modified time | relevance | path

Searched refs:set_thd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c285 const struct mxc_isi_set_thd *set_thd = pipe->isi->pdata->set_thd; in mxc_isi_channel_set_panic_threshold() local
290 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()
H A Dimx8-isi-core.c288 .set_thd = &mxc_imx8_isi_thd_v1,
302 .set_thd = &mxc_imx8_isi_thd_v1,
316 .set_thd = &mxc_imx8_isi_thd_v1,
H A Dimx8-isi-core.h170 const struct mxc_isi_set_thd *set_thd; member