Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
29b4817d4018df78086157ea3a55c1d9424a7cfc
/
.
/
drivers
/
clk
/
sunxi-ng
/
ccu_mult.h
blob: 609db66108807705395f5692f9b6b81a6f5634bb [
file
] [
log
] [
blame
]
#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_ */