Symbol: PCODE_MBOX
drivers/gpu/drm/xe/xe_device_sysfs.c
125
ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_CAPABILITY_STATUS, 0),
drivers/gpu/drm/xe/xe_device_sysfs.c
131
ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_VERSION_LOW, 0),
drivers/gpu/drm/xe/xe_device_sysfs.c
136
ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_VERSION_HIGH, 0),
drivers/gpu/drm/xe/xe_device_sysfs.c
166
ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_CAPABILITY_STATUS, 0),
drivers/gpu/drm/xe/xe_device_sysfs.c
250
PCODE_MBOX(DGFX_PCODE_STATUS, DGFX_GET_INIT_STATUS, 0),
drivers/gpu/drm/xe/xe_device_sysfs.c
88
ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_CAPABILITY_STATUS, 0),
drivers/gpu/drm/xe/xe_device_sysfs.c
94
ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_VERSION_LOW, 0),
drivers/gpu/drm/xe/xe_device_sysfs.c
99
ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_VERSION_HIGH, 0),
drivers/gpu/drm/xe/xe_hwmon.c
190
ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP,
drivers/gpu/drm/xe/xe_hwmon.c
225
ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP,
drivers/gpu/drm/xe/xe_hwmon.c
244
ret = xe_pcode_write64_timeout(root_tile, PCODE_MBOX(PCODE_POWER_SETUP,
drivers/gpu/drm/xe/xe_hwmon.c
761
ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_THERMAL_INFO, READ_THERMAL_LIMITS, 0),
drivers/gpu/drm/xe/xe_hwmon.c
769
ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_THERMAL_INFO, READ_THERMAL_CONFIG, 0),
drivers/gpu/drm/xe/xe_hwmon.c
788
ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_THERMAL_INFO, READ_THERMAL_DATA, i),
drivers/gpu/drm/xe/xe_hwmon.c
809
ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_THERMAL_INFO, READ_THERMAL_DATA,
drivers/gpu/drm/xe/xe_hwmon.c
833
return xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP,
drivers/gpu/drm/xe/xe_hwmon.c
842
return xe_pcode_write(root_tile, PCODE_MBOX(PCODE_POWER_SETUP,
drivers/gpu/drm/xe/xe_hwmon.c
857
return xe_pcode_read(root_tile, PCODE_MBOX(FAN_SPEED_CONTROL, subcmd, 0), uval, NULL);
drivers/gpu/drm/xe/xe_late_bind_fw.c
193
PCODE_MBOX(FAN_SPEED_CONTROL, FSC_READ_NUM_FANS, 0), num_fans, NULL);