Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c333 ptr += cx_debugbus_read(cxdbg, block->id, i, ptr); in a6xx_get_cx_debugbus_block()
435 void __iomem *cxdbg = NULL; in a6xx_get_debugbus() local
465 cxdbg = ioremap(res->start, resource_size(res)); in a6xx_get_debugbus()
467 if (cxdbg) { in a6xx_get_debugbus()
468 cxdbg_write(cxdbg, REG_A6XX_CX_DBGC_CFG_DBGBUS_CNTLT, in a6xx_get_debugbus()
471 cxdbg_write(cxdbg, REG_A6XX_CX_DBGC_CFG_DBGBUS_CNTLM, in a6xx_get_debugbus()
479 cxdbg_write(cxdbg, REG_A6XX_CX_DBGC_CFG_DBGBUS_BYTEL_0, in a6xx_get_debugbus()
481 cxdbg_write(cxdbg, REG_A6XX_CX_DBGC_CFG_DBGBUS_BYTEL_1, in a6xx_get_debugbus()
507 if (cxdbg) { in a6xx_get_debugbus()
529 a6xx_get_cx_debugbus_block(cxdbg, in a6xx_get_debugbus()
[all …]