Searched refs:_x (Results 1 – 7 of 7) sorted by relevance
/include/video/ |
D | samsung_fimd.h | 60 #define VIDCON0_CLKVAL_F(_x) ((_x) << 6) argument 121 #define VIDTCON0_VBPDE(_x) ((_x) << 24) argument 126 #define VIDTCON0_VBPD(_x) ((_x) << 16) argument 131 #define VIDTCON0_VFPD(_x) ((_x) << 8) argument 136 #define VIDTCON0_VSPW(_x) ((_x) << 0) argument 144 #define VIDTCON1_VFPDE(_x) ((_x) << 24) argument 149 #define VIDTCON1_HBPD(_x) ((_x) << 16) argument 154 #define VIDTCON1_HFPD(_x) ((_x) << 8) argument 159 #define VIDTCON1_HSPW(_x) ((_x) << 0) argument 162 #define VIDTCON2_LINEVAL_E(_x) ((((_x) & 0x800) >> 11) << 23) argument [all …]
|
/include/xen/interface/io/ |
D | ring.h | 50 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument 51 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument 52 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument 53 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument 54 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
|
/include/linux/platform_data/ |
D | video-pxafb.h | 28 #define LCD_CONN_TYPE(_x) ((_x) & 0x0f) argument 29 #define LCD_CONN_WIDTH(_x) (((_x) >> 4) & 0x1f) argument
|
/include/math-emu/ |
D | op-2.h | 309 _FP_W_TYPE _x[2], _y[2]; \ 310 _x[0] = X##_f0; _x[1] = X##_f1; \ 313 mpn_mul_n(_z_f, _x, _y, 2); \ 493 _FP_W_TYPE _x[4], _y[2], _z[4]; \ 495 _x[0] = _x[3] = 0; \ 499 _x[1] = (X##_f0 << (_FP_WFRACBITS_##fs-1 - _FP_W_TYPE_SIZE) | \ 502 _x[2] = X##_f1 << (_FP_WFRACBITS_##fs-1 - _FP_W_TYPE_SIZE); \ 506 _x[1] = (X##_f0 << (_FP_WFRACBITS_##fs - _FP_W_TYPE_SIZE) | \ 509 _x[2] = X##_f1 << (_FP_WFRACBITS_##fs - _FP_W_TYPE_SIZE); \ 512 (void) mpn_divrem (_z, 0, _x, 4, _y, 2); \ [all …]
|
/include/linux/perf/ |
D | arm_pmu.h | 31 #define C(_x) PERF_COUNT_HW_CACHE_##_x argument
|
/include/linux/ |
D | cgroup.h | 77 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; argument 81 #define SUBSYS(_x) \ argument 82 extern struct static_key_true _x ## _cgrp_subsys_enabled_key; \ 83 extern struct static_key_true _x ## _cgrp_subsys_on_dfl_key;
|
D | cgroup-defs.h | 42 #define SUBSYS(_x) _x ## _cgrp_id, argument
|