Searched refs:nvdec_writel (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | nvdec.c | 60 static inline void nvdec_writel(struct nvdec *nvdec, u32 value, in nvdec_writel() function 75 nvdec_writel(nvdec, value, NVDEC_TFBIF_TRANSCFG); in nvdec_boot_falcon() 77 nvdec_writel(nvdec, stream_id, VIC_THI_STREAMID0); in nvdec_boot_falcon() 78 nvdec_writel(nvdec, stream_id, VIC_THI_STREAMID1); in nvdec_boot_falcon() 116 nvdec_writel(nvdec, 0xabcd1234, NVDEC_FALCON_DEBUGINFO); in nvdec_boot_riscv() 133 nvdec_writel(nvdec, 0xabcd1234, NVDEC_FALCON_DEBUGINFO); in nvdec_boot_riscv()
|