Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Daie2_solver.h109 u32 total_col; member
H A Daie2_pci.c228 ndev->total_col = min(aie2_max_col, ndev->aie.metadata.cols); in aie2_mgmt_fw_query()
607 xrs_cfg.total_col = ndev->total_col; in aie2_init()
780 for (i = 0; i < min_t(u32, ndev->total_col, 8); i++) { in aie2_get_sensors()
H A Daie2_pci.h152 u32 total_col; member
H A Daie2_ctx.c529 if (!hwctx->num_col || hwctx->num_col > ndev->total_col) { in aie2_hwctx_col_list()
544 end = ndev->total_col - hwctx->num_col; in aie2_hwctx_col_list()
590 xrs_req->cdo.ncols = xdna->dev_handle->total_col; in aie2_alloc_resource()