Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Daie2_solver.h109 u32 total_col; member
H A Daie2_ctx.c465 if (!hwctx->num_col || hwctx->num_col > ndev->total_col) { in aie2_hwctx_col_list()
480 end = ndev->total_col - hwctx->num_col; in aie2_hwctx_col_list()
519 hwctx->num_unused_col = xdna->dev_handle->total_col - hwctx->num_col; in aie2_alloc_resource()
520 hwctx->num_col = xdna->dev_handle->total_col; in aie2_alloc_resource()
H A Daie2_pci.c257 ndev->total_col = min(aie2_max_col, ndev->metadata.cols); in aie2_mgmt_fw_query()
611 xrs_cfg.total_col = ndev->total_col; in aie2_init()
821 for (i = 0; i < min_t(u32, ndev->total_col, 8); i++) { in aie2_get_sensors()
H A Daie2_solver.c85 if (cdop->ncols > xrs->cfg.total_col) in sanity_check()
H A Daie2_pci.h219 u32 total_col; member