Home
last modified time | relevance | path

Searched refs:GLB_CTRL_SLOT_EN (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/media/platform/nxp/imx-jpeg/
Dmxc-jpeg-hw.h75 #define GLB_CTRL_SLOT_EN(slot) (0x1 << ((slot) + 4)) macro
Dmxc-jpeg-hw.c155 writel(GLB_CTRL_SLOT_EN(slot) | regval, reg + GLB_CTRL); in mxc_jpeg_enable_slot()