Lines Matching refs:ws
57 uint32_t *ps, *ws; member
260 val = ctx->ws[idx]; in atom_get_src_int()
530 ctx->ws[idx] = val; in atom_put_dst()
1208 int len, ws, ps, ptr; in amdgpu_atom_execute_table_locked() local
1217 ws = CU8(base + ATOM_CT_WS_PTR); in amdgpu_atom_execute_table_locked()
1221 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in amdgpu_atom_execute_table_locked()
1229 if (ws) in amdgpu_atom_execute_table_locked()
1230 ectx.ws = kzalloc(4 * ws, GFP_KERNEL); in amdgpu_atom_execute_table_locked()
1232 ectx.ws = NULL; in amdgpu_atom_execute_table_locked()
1243 base, len, ws, ps, ptr - 1); in amdgpu_atom_execute_table_locked()
1261 if (ws) in amdgpu_atom_execute_table_locked()
1262 kfree(ectx.ws); in amdgpu_atom_execute_table_locked()