Lines Matching defs:root_tile
146 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
150 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP,
181 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
185 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP,
204 ret = xe_pcode_write64_timeout(root_tile, PCODE_MBOX(PCODE_POWER_SETUP,
699 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
705 return xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP,
712 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
714 return xe_pcode_write(root_tile, PCODE_MBOX(PCODE_POWER_SETUP,
721 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
729 return xe_pcode_read(root_tile, PCODE_MBOX(FAN_SPEED_CONTROL, subcmd, 0), uval, NULL);