Home
last modified time | relevance | path

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

/drivers/accel/amdxdna/
A Daie2_ctx.c426 hwctx->col_list = kmalloc_array(entries, sizeof(*hwctx->col_list), GFP_KERNEL); in aie2_hwctx_col_list()
427 if (!hwctx->col_list) in aie2_hwctx_col_list()
431 hwctx->col_list[0] = first; in aie2_hwctx_col_list()
433 hwctx->col_list[i] = hwctx->col_list[i - 1] + width; in aie2_hwctx_col_list()
435 print_hex_dump_debug("col_list: ", DUMP_PREFIX_OFFSET, 16, 4, hwctx->col_list, in aie2_hwctx_col_list()
436 entries * sizeof(*hwctx->col_list), false); in aie2_hwctx_col_list()
450 xrs_req->cdo.start_cols = hwctx->col_list; in aie2_alloc_resource()
637 kfree(hwctx->col_list); in aie2_hwctx_init()
688 kfree(hwctx->col_list); in aie2_hwctx_fini()
A Damdxdna_ctx.h78 u32 *col_list; member

Completed in 5 milliseconds