Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/frontends/
Dstv090x_reg.h1057 #define STV090x_Pn_CFRy(__x, __y) (0xF44E - (__x - 1) * 0x200 - __y * 0x1) macro
1058 #define STV090x_P1_CFR0 STV090x_Pn_CFRy(1, 0)
1059 #define STV090x_P1_CFR1 STV090x_Pn_CFRy(1, 1)
1060 #define STV090x_P1_CFR2 STV090x_Pn_CFRy(1, 2)
1061 #define STV090x_P2_CFR0 STV090x_Pn_CFRy(2, 0)
1062 #define STV090x_P2_CFR1 STV090x_Pn_CFRy(2, 1)
1063 #define STV090x_P2_CFR2 STV090x_Pn_CFRy(2, 2)