Searched refs:huc_auth_modes (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_huc.c | 219 } huc_auth_modes[XE_HUC_AUTH_TYPES_COUNT] = { variable 232 return xe_mmio_read32(gt, huc_auth_modes[type].reg) & huc_auth_modes[type].val; in xe_huc_is_authenticated() 267 huc_auth_modes[type].name, ERR_PTR(ret)); in xe_huc_auth() 271 ret = xe_mmio_wait32(gt, huc_auth_modes[type].reg, huc_auth_modes[type].val, in xe_huc_auth() 272 huc_auth_modes[type].val, 100000, NULL, false); in xe_huc_auth() 279 xe_gt_dbg(gt, "HuC: authenticated via %s\n", huc_auth_modes[type].name); in xe_huc_auth() 285 huc_auth_modes[type].name, ERR_PTR(ret)); in xe_huc_auth()
|