Symbol: pvr_cr_write32
drivers/gpu/drm/imagination/pvr_device.c
167
pvr_cr_write32(pvr_dev, ROGUE_CR_EVENT_CLEAR,
drivers/gpu/drm/imagination/pvr_device.c
184
pvr_cr_write32(pvr_dev, ROGUE_CR_SAFETY_EVENT_CLEAR__ROGUEXE, events);
drivers/gpu/drm/imagination/pvr_device.c
189
pvr_cr_write32(pvr_dev, ROGUE_CR_FAULT_FW_CLEAR, fault_fw);
drivers/gpu/drm/imagination/pvr_fw.c
1081
pvr_cr_write32(pvr_dev, ROGUE_CR_MTS_SCHEDULE, val);
drivers/gpu/drm/imagination/pvr_fw_meta.c
51
pvr_cr_write32(pvr_dev, ROGUE_CR_META_SP_MSLVCTRL0,
drivers/gpu/drm/imagination/pvr_fw_meta.c
547
pvr_cr_write32(pvr_dev, ROGUE_CR_META_SP_MSLVIRQSTATUS,
drivers/gpu/drm/imagination/pvr_fw_mips.c
112
pvr_cr_write32(pvr_dev, ROGUE_CR_MIPS_WRAPPER_CONFIG,
drivers/gpu/drm/imagination/pvr_fw_mips.c
159
pvr_cr_write32(pvr_dev, ROGUE_CR_MIPS_DEBUG_CONFIG, 0);
drivers/gpu/drm/imagination/pvr_fw_mips.c
184
pvr_cr_write32(pvr_dev, ROGUE_CR_MIPS_WRAPPER_IRQ_CLEAR,
drivers/gpu/drm/imagination/pvr_fw_riscv.c
151
pvr_cr_write32(pvr_dev, ROGUE_CR_IRQ_OS0_EVENT_CLEAR,
drivers/gpu/drm/imagination/pvr_fw_startstop.c
121
pvr_cr_write32(pvr_dev, ROGUE_CR_SYS_BUS_SECURE, 0);
drivers/gpu/drm/imagination/pvr_fw_startstop.c
126
pvr_cr_write32(pvr_dev, ROGUE_CR_FWCORE_BOOT, 0);
drivers/gpu/drm/imagination/pvr_fw_startstop.c
183
pvr_cr_write32(pvr_dev, ROGUE_CR_FWCORE_BOOT, 1);
drivers/gpu/drm/imagination/pvr_fw_startstop.c
226
pvr_cr_write32(pvr_dev, ROGUE_CR_MTS_INTCTX_THREAD0_DM_ASSOC,
drivers/gpu/drm/imagination/pvr_fw_startstop.c
229
pvr_cr_write32(pvr_dev, ROGUE_CR_MTS_BGCTX_THREAD0_DM_ASSOC,
drivers/gpu/drm/imagination/pvr_fw_startstop.c
232
pvr_cr_write32(pvr_dev, ROGUE_CR_MTS_INTCTX_THREAD1_DM_ASSOC,
drivers/gpu/drm/imagination/pvr_fw_startstop.c
235
pvr_cr_write32(pvr_dev, ROGUE_CR_MTS_BGCTX_THREAD1_DM_ASSOC,
drivers/gpu/drm/imagination/pvr_fw_startstop.c
91
pvr_cr_write32(pvr_dev, ROGUE_CR_SLC_CTRL_MISC, reg_val);