/linux-4.1.27/drivers/staging/fsl-mc/include/ |
D | mc-cmd.h | 37 #define MAKE_UMASK64(_width) \ argument 89 #define MC_EXT_OP(_ext, _param, _offset, _width, _type, _arg) \ argument 92 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument 95 #define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument
|
/linux-4.1.27/drivers/pinctrl/berlin/ |
D | berlin.h | 40 #define BERLIN_PINCTRL_GROUP(_name, _offset, _width, _lsb, ...) \ argument
|
/linux-4.1.27/include/uapi/linux/ |
D | v4l2-dv-timings.h | 29 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument 32 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
|
/linux-4.1.27/drivers/clk/pistachio/ |
D | clk.h | 62 #define DIV(_id, _name, _pname, _reg, _width) \ argument 72 #define DIV_F(_id, _name, _pname, _reg, _width, _div_flags) \ argument
|
/linux-4.1.27/drivers/clk/bcm/ |
D | clk-kona.h | 299 #define DIVIDER(_offset, _shift, _width) \ argument 309 #define FRAC_DIVIDER(_offset, _shift, _width, _frac_width) \ argument 350 #define SELECTOR(_offset, _shift, _width) \ argument
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 53 #define CMAP_TOHW(_val, _width) ((((_val) << (_width)) + 0x7FFF - (_val)) >> 16) argument
|
/linux-4.1.27/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 50 #define VML_TOHW(_val, _width) ((((_val) << (_width)) + 0x7FFF - (_val)) >> 16) argument
|
/linux-4.1.27/drivers/net/phy/ |
D | amd-xgbe-phy.c | 237 #define GET_BITS(_var, _index, _width) \ argument 240 #define SET_BITS(_var, _index, _width, _val) \ argument
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-common.h | 988 #define GET_BITS(_var, _index, _width) \ argument 991 #define SET_BITS(_var, _index, _width, _val) \ argument 997 #define GET_BITS_LE(_var, _index, _width) \ argument 1000 #define SET_BITS_LE(_var, _index, _width, _val) \ argument
|
/linux-4.1.27/drivers/infiniband/core/ |
D | sysfs.c | 314 #define PORT_PMA_ATTR(_name, _counter, _width, _offset) \ argument
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_state.c | 1824 #define RADEON_COPY_MT(_buf, _data, _width) \ in radeon_cp_dispatch_texture() argument
|