Searched refs:FW_REG_READ (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_mcr.c235 * @rw_flag: FW_REG_READ for read access or FW_REG_WRITE for write access
265 (rw_flag == FW_REG_READ ? GEN11_MCR_MULTICAST : 0));
303 if (rw_flag == FW_REG_READ)
336 FW_REG_READ | FW_REG_WRITE);
457 return rw_with_mcr_steering(gt, reg, FW_REG_READ, group, instance, 0);
722 FW_REG_READ,
751 FW_REG_READ,
H A Dintel_rc6.c809 fw_domains = intel_uncore_forcewake_for_reg(uncore, reg, FW_REG_READ);
H A Dintel_workarounds.c138 FW_REG_READ |
/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_uncore.h262 #define FW_REG_READ (1) macro
466 FW_REG_READ);
469 FW_REG_READ);
H A Dintel_uncore.c2966 intel_uncore_forcewake_for_reg(uncore, reg, FW_REG_READ);
3047 * @op: operation bitmask of FW_REG_READ and/or FW_REG_WRITE
3067 if (op & FW_REG_READ)
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Dintel_uncore.c221 FW_REG_READ);
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dmmio_context.c380 FW_REG_READ | FW_REG_WRITE);
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc.c76 FW_REG_READ | FW_REG_WRITE);

Completed in 119 milliseconds