Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c413 u32 hxg; in ct_write() local
449 hxg = FIELD_PREP(GUC_HXG_MSG_0_TYPE, type) | in ct_write()
459 cmds[tail] = hxg; in ct_write()
1017 const u32 *data = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_handle_response()
1048 WRITE_ONCE(req->status, hxg[0]); in ct_handle_response()
1074 const u32 *hxg; in ct_process_request() local
1079 hxg = &request->msg[GUC_CTB_MSG_MIN_LEN]; in ct_process_request()
1081 payload = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_process_request()
1207 u32 *hxg; in ct_handle_hxg() local
1213 hxg = &msg->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_hxg()
[all …]