Home
last modified time | relevance | path

Searched refs:stagger (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_hdmi.c1837 int data, i, stagger; in chv_hdmi_pre_enable() local
1861 stagger = 0x18; in chv_hdmi_pre_enable()
1863 stagger = 0xd; in chv_hdmi_pre_enable()
1865 stagger = 0x7; in chv_hdmi_pre_enable()
1867 stagger = 0x4; in chv_hdmi_pre_enable()
1869 stagger = 0x2; in chv_hdmi_pre_enable()
1880 DPIO_LANESTAGGER_STRAP(stagger) | in chv_hdmi_pre_enable()
1887 DPIO_LANESTAGGER_STRAP(stagger) | in chv_hdmi_pre_enable()
Dintel_dp.c2816 int data, i, stagger; in chv_pre_enable_dp() local
2845 stagger = 0x18; in chv_pre_enable_dp()
2847 stagger = 0xd; in chv_pre_enable_dp()
2849 stagger = 0x7; in chv_pre_enable_dp()
2851 stagger = 0x4; in chv_pre_enable_dp()
2853 stagger = 0x2; in chv_pre_enable_dp()
2866 DPIO_LANESTAGGER_STRAP(stagger) | in chv_pre_enable_dp()
2874 DPIO_LANESTAGGER_STRAP(stagger) | in chv_pre_enable_dp()
/linux-4.4.14/arch/x86/oprofile/
Dop_model_p4.c384 #define VIRT_CTR(stagger, i) ((i) + ((num_counters) * (stagger))) argument