Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c292 val &= ~(set_thd->panic_set_thd_y.mask); in mxc_isi_channel_set_panic_threshold()
293 val |= set_thd->panic_set_thd_y.threshold << set_thd->panic_set_thd_y.offset; in mxc_isi_channel_set_panic_threshold()
H A Dimx8-isi-core.h145 struct mxc_isi_panic_thd panic_set_thd_y; member
H A Dimx8-isi-core.c272 .panic_set_thd_y = { .mask = 0x0000f, .offset = 0, .threshold = 0x7 },