Home
last modified time | relevance | path

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

/include/video/
A 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
149 #define VIDTCON1_HBPD(_x) ((_x) << 16) argument
154 #define VIDTCON1_HFPD(_x) ((_x) << 8) argument
159 #define VIDTCON1_HSPW(_x) ((_x) << 0) argument
292 #define VIDW_ALPHA_R(_x) ((_x) << 16) argument
293 #define VIDW_ALPHA_G(_x) ((_x) << 8) argument
[all …]
/include/xen/interface/io/
A Dring.h33 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument
34 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument
35 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument
36 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument
37 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
/include/linux/platform_data/
A Dvideo-pxafb.h27 #define LCD_CONN_TYPE(_x) ((_x) & 0x0f) argument
28 #define LCD_CONN_WIDTH(_x) (((_x) >> 4) & 0x1f) argument
/include/linux/
A Dcgroup.h81 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; argument
85 #define SUBSYS(_x) \ argument
A Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, argument
/include/linux/perf/
A Darm_pmu.h40 #define C(_x) PERF_COUNT_HW_CACHE_##_x argument

Completed in 20 milliseconds