Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dstv090x_reg.h773 #define STV090x_Px_AGCIQINy(__x, __y) (0xF40F - (__x-1) * 0x200 - __y * 0x1) argument
943 #define STV090x_Px_AGC2Iy(__x, __y) (0xF437 - (__x - 1) * 0x200 - __y * 0x1) argument
1009 #define STV090x_Pn_CFRUPy(__x, __y) (0xF443 - (__x - 1) * 0x200 - __y * 0x1) argument
1017 #define STV090x_Pn_CFRLOWy(__x, __y) (0xF447 - (__x - 1) * 0x200 - __y * 0x1) argument
1025 #define STV090x_Pn_CFRINITy(__x, __y) (0xF449 - (__x - 1) * 0x200 - __y * 0x1) argument
1045 #define STV090x_Pn_CFRy(__x, __y) (0xF44E - (__x - 1) * 0x200 - __y * 0x1) argument
1167 #define STV090x_Px_SFRy(__x, __y) (0xF467 - (__x-1) * 0x200 - __y) argument
1197 #define STV090x_Px_TMGLOCKy(__x, __y) (0xF46C - (__x - 1) * 0x200 - __y * 0x1) argument
1219 #define STV090x_Px_EQUAIy(__x, __y) (0xf470 - (__x-1) * 0x200 + 2 * (__y-1)) argument
1240 #define STV090x_Px_EQUAQy(__x, __y) (0xf471 - (__x-1) * 0x200 + 2 * (__y-1)) argument
[all …]
H A Dstv6110x_priv.h20 #define dprintk(__y, __z, format, arg...) do { \ argument
22 if ((verbose > FE_ERROR) && (verbose > __y)) \
24 else if ((verbose > FE_NOTICE) && (verbose > __y)) \
26 else if ((verbose > FE_INFO) && (verbose > __y)) \
28 else if ((verbose > FE_DEBUG) && (verbose > __y)) \
31 if (verbose > __y) \
H A Disl6423.c30 #define dprintk(__y, __z, format, arg...) do { \ argument
32 if ((verbose > FE_ERROR) && (verbose > __y)) \
34 else if ((verbose > FE_NOTICE) && (verbose > __y)) \
36 else if ((verbose > FE_INFO) && (verbose > __y)) \
38 else if ((verbose > FE_DEBUG) && (verbose > __y)) \
41 if (verbose > __y) \
H A Dstv090x_priv.h21 #define dprintk(__y, __z, format, arg...) do { \ argument
23 if ((verbose > FE_ERROR) && (verbose > __y)) \
25 else if ((verbose > FE_NOTICE) && (verbose > __y)) \
27 else if ((verbose > FE_INFO) && (verbose > __y)) \
29 else if ((verbose > FE_DEBUG) && (verbose > __y)) \
32 if (verbose > __y) \
/linux/tools/include/linux/
H A Dmath.h19 const typeof(y) __y = y; \
20 (((x) + (__y - 1)) / __y) * __y; \
/linux/include/linux/
H A Dmath.h61 typeof(y) __y = y; \
62 (((x) + (__y - 1)) / __y) * __y; \
H A Dminmax.h186 typeof(y) __y = (y); \
187 __x == 0 ? __y : ((__y == 0) ? __x : min(__x, __y)); })
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c20 typeof(y) __y = (y); \
21 __x == 0 ? __y : ((__y == 0) ? __x : min(__x, __y)); })
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_regs.h97 #define VE_DEC_MPEG_MP12HDR_F_CODE(__x, __y, __v) \ argument
98 (((unsigned long)(__v) & GENMASK(3, 0)) << VE_DEC_MPEG_MP12HDR_F_CODE_SHIFT(__x, __y))