Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dvlv_dpio_phy_regs.h13 #define _VLV_PLL(ch, dw) (0x8000 + (ch) * 0x20 + (dw) * 4) /* dw 0-7,16-23 */ macro
26 #define VLV_PLL_DW3(ch) _VLV_PLL((ch), 3)
47 #define VLV_PLL_DW5(ch) _VLV_PLL((ch), 5)
55 #define VLV_PLL_DW7(ch) _VLV_PLL((ch), 7)
57 #define VLV_PLL_DW16(ch) _VLV_PLL((ch), 16)
59 #define VLV_PLL_DW17(ch) _VLV_PLL((ch), 17)
61 #define VLV_PLL_DW18(ch) _VLV_PLL((ch), 18)
63 #define VLV_PLL_DW19(ch) _VLV_PLL((ch), 19)