Home
last modified time | relevance | path

Searched refs:VDEC_SYS (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_cmn_drv.h34 VDEC_SYS, enumerator
H A Dmtk_vcodec_util.c42 writel(val, dev->reg_base[VDEC_SYS] + reg); in mtk_vcodec_write_vdecsys()
/linux-6.15/Documentation/devicetree/bindings/media/
H A Dmediatek,vcodec-subdev-decoder.yaml83 - description: VDEC_SYS register space
235 reg = <0 0x16000000 0 0x1000>; /* VDEC_SYS */
/linux-6.15/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.c50 cg_status = readl(dev->reg_base[VDEC_SYS] + VDEC_HW_ACTIVE_ADDR); in mtk_vcodec_is_hw_active()