Home
last modified time | relevance | path

Searched defs:__x (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/media/dvb-frontends/
Dstv090x_reg.h187 #define STV090x_Px_I2CRPT(__x) (0xf12a + (__x - 1) * 0x1) argument
209 #define STV090x_GPIOxCFG(__x) (0xf141 + (__x - 1)) argument
230 #define STV090x_CSxCFG(__x) (0xf14e + __x * 0x1) argument
258 #define STV090x_AGCRFxCFG(__x) (0xf152 + (__x - 1) * 0x4) argument
268 #define STV090x_SDATxCFG(__x) (0xf153 + (__x - 1) * 0x4) argument
278 #define STV090x_SCLTxCFG(__x) (0xf154 + (__x - 1) * 0x4) argument
288 #define STV090x_DISEQCOxCFG(__x) (0xf155 + (__x - 1) * 0x4) argument
306 #define STV090x_ERRORxCFG(__x) (0xf15b + (__x - 1) * 0x5) argument
317 #define STV090x_DPNxCFG(__x) (0xf15c + (__x - 1) * 0x5) argument
328 #define STV090x_STROUTxCFG(__x) (0xf15d + (__x - 1) * 0x5) argument
[all …]
Dstv090x_priv.h59 #define STV090x_ADDR_OFFST(__state, __x) (( \ argument
80 #define MSB(__x) ((__x >> 8) & 0xff) argument
81 #define LSB(__x) (__x & 0xff) argument
Dstv090x.c687 static inline s32 comp2(s32 __x, s32 __width) in comp2()
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c57 #define get_user_cast(__x, __ptr) \ argument
74 #define put_user_force(__x, __ptr) \ argument