cregit-Linux how code gets into the kernel

Release 4.8 drivers/clk/sunxi-ng/ccu_mult.h

#ifndef _CCU_MULT_H_

#define _CCU_MULT_H_


struct _ccu_mult {
	
u8	shift;
	
u8	width;
};


#define _SUNXI_CCU_MULT(_shift, _width)		\
	{                                       \
                .shift  = _shift,               \
                .width  = _width,               \
        }

#endif /* _CCU_MULT_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
maxime ripardmaxime ripard30100.00%1100.00%
Total30100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.