Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c298 val &= ~(set_thd->panic_set_thd_v.mask); in mxc_isi_channel_set_panic_threshold()
299 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.h147 struct mxc_isi_panic_thd panic_set_thd_v; member
H A Dimx8-isi-core.c274 .panic_set_thd_v = { .mask = 0xf0000, .offset = 16, .threshold = 0x7 },