Searched refs:hwctx_sync_debug_bo (Results 1 – 3 of 3) sorted by relevance
64 int (*hwctx_sync_debug_bo)(struct amdxdna_hwctx *hwctx, u32 debug_bo_hdl); member
421 if (!xdna->dev_info->ops->hwctx_sync_debug_bo) in amdxdna_hwctx_sync_debug_bo()443 ret = xdna->dev_info->ops->hwctx_sync_debug_bo(hwctx, debug_bo_hdl); in amdxdna_hwctx_sync_debug_bo()
1245 .hwctx_sync_debug_bo = aie2_hwctx_sync_debug_bo,