Home
last modified time | relevance | path

Searched refs:pvr_cr_write32 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw_startstop.c83 pvr_cr_write32(pvr_dev, ROGUE_CR_SLC_CTRL_MISC, reg_val); in rogue_slc_init()
113 pvr_cr_write32(pvr_dev, ROGUE_CR_SYS_BUS_SECURE, 0); in pvr_fw_start()
209 pvr_cr_write32(pvr_dev, ROGUE_CR_MTS_INTCTX_THREAD0_DM_ASSOC, in pvr_fw_stop()
212 pvr_cr_write32(pvr_dev, ROGUE_CR_MTS_BGCTX_THREAD0_DM_ASSOC, in pvr_fw_stop()
215 pvr_cr_write32(pvr_dev, ROGUE_CR_MTS_INTCTX_THREAD1_DM_ASSOC, in pvr_fw_stop()
218 pvr_cr_write32(pvr_dev, ROGUE_CR_MTS_BGCTX_THREAD1_DM_ASSOC, in pvr_fw_stop()
H A Dpvr_fw_mips.c168 pvr_cr_write32(pvr_dev, ROGUE_CR_MIPS_WRAPPER_CONFIG, in pvr_mips_wrapper_init()
215 pvr_cr_write32(pvr_dev, ROGUE_CR_MIPS_DEBUG_CONFIG, 0); in pvr_mips_wrapper_init()
H A Dpvr_fw.h407 pvr_cr_write32((pvr_dev), (pvr_dev)->fw_dev.defs->irq.name ## _reg, value)
H A Dpvr_device.h541 pvr_cr_write32(struct pvr_device *pvr_dev, u32 reg, u32 val) in pvr_cr_write32() function
H A Dpvr_fw_meta.c49 pvr_cr_write32(pvr_dev, ROGUE_CR_META_SP_MSLVCTRL0, in pvr_meta_cr_read32()
H A Dpvr_fw.c1064 pvr_cr_write32(pvr_dev, ROGUE_CR_MTS_SCHEDULE, val); in pvr_fw_mts_schedule()