Lines Matching refs:ws
64 uint32_t *ps, *ws; member
269 val = ctx->ws[idx]; in atom_get_src_int()
545 ctx->ws[idx] = val; in atom_put_dst()
1224 int len, ws, ps, ptr; in amdgpu_atom_execute_table_locked() local
1233 ws = CU8(base + ATOM_CT_WS_PTR); in amdgpu_atom_execute_table_locked()
1237 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in amdgpu_atom_execute_table_locked()
1247 if (ws) { in amdgpu_atom_execute_table_locked()
1248 ectx.ws = kcalloc(4, ws, GFP_KERNEL); in amdgpu_atom_execute_table_locked()
1249 ectx.ws_size = ws; in amdgpu_atom_execute_table_locked()
1251 ectx.ws = NULL; in amdgpu_atom_execute_table_locked()
1264 base, len, ws, ps, ptr - 1); in amdgpu_atom_execute_table_locked()
1282 if (ws) in amdgpu_atom_execute_table_locked()
1283 kfree(ectx.ws); in amdgpu_atom_execute_table_locked()