Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Daie2_solver.c18 u32 start_col; /* start column */ member
167 bitmap_clear(rgp->resbit, pt_node->start_col, pt_node->ncols); in remove_partition_node()
205 pt_node->start_col = col; in get_free_partition()
215 bitmap_set(xrs->rgp.resbit, pt_node->start_col, pt_node->ncols); in get_free_partition()
242 if (snode->start_cols[idx] != pt_node->start_col) in allocate_partition()
295 action->part.start_col = snode->pt_node->start_col; in fill_load_action()
337 snode->pt_node->start_col, snode->pt_node->ncols); in xrs_allocate_resource()
H A Daie2_solver.h16 u32 start_col; member
H A Damdxdna_ctx.h99 u32 start_col; member
H A Daie2_message.c255 req.start_col = hwctx->start_col; in aie2_create_context()
366 *bitmap |= GENMASK(hwctx->start_col + hwctx->num_col - 1, hwctx->start_col); in amdxdna_hwctx_col_map()
H A Daie2_pci.c276 hwctx->start_col = action->part.start_col; in aie2_xrs_load()
810 tmp->start_col = hwctx->start_col; in aie2_hwctx_status_cb()