Searched refs:SFUSE_STRAP (Results 1 – 6 of 6) sorted by relevance
217 vgpu_vreg_t(vgpu, SFUSE_STRAP) |= SFUSE_STRAP_DDIB_DETECTED; in emulate_monitor_status_change()253 vgpu_vreg_t(vgpu, SFUSE_STRAP) |= SFUSE_STRAP_DDIC_DETECTED; in emulate_monitor_status_change()273 vgpu_vreg_t(vgpu, SFUSE_STRAP) |= SFUSE_STRAP_DDID_DETECTED; in emulate_monitor_status_change()
2379 MMIO_DH(SFUSE_STRAP, D_ALL, NULL, NULL); in init_generic_mmio_info()
786 u32 sfuse_strap = I915_READ(SFUSE_STRAP); in intel_device_info_runtime_init()
2667 if (I915_READ(SFUSE_STRAP) & SFUSE_STRAP_RAW_FREQUENCY) { in cnp_rawclk()2691 if (I915_READ(SFUSE_STRAP) & SFUSE_STRAP_RAW_FREQUENCY) { in icp_rawclk()
14080 I915_READ(SFUSE_STRAP) & SFUSE_STRAP_CRT_DISABLED) in intel_crt_present()14179 found = I915_READ(SFUSE_STRAP); in intel_setup_outputs()
9570 #define SFUSE_STRAP _MMIO(0xc2014) macro