Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 6 of 6) sorted by relevance

/include/video/
Dsamsung_fimd.h60 #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/
Dring.h50 #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/
Dvideo-pxafb.h28 #define LCD_CONN_TYPE(_x) ((_x) & 0x0f) argument
29 #define LCD_CONN_WIDTH(_x) (((_x) >> 4) & 0x1f) argument
/include/linux/perf/
Darm_pmu.h31 #define C(_x) PERF_COUNT_HW_CACHE_##_x argument
/include/linux/
Dcgroup.h78 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; argument
82 #define SUBSYS(_x) \ argument
Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, argument