|
@@ -33,6 +33,7 @@ struct ccu_mult_internal {
|
|
|
|
|
|
struct ccu_mult {
|
|
struct ccu_mult {
|
|
u32 enable;
|
|
u32 enable;
|
|
|
|
+ u32 lock;
|
|
|
|
|
|
struct ccu_frac_internal frac;
|
|
struct ccu_frac_internal frac;
|
|
struct ccu_mult_internal mult;
|
|
struct ccu_mult_internal mult;
|
|
@@ -45,6 +46,7 @@ struct ccu_mult {
|
|
_flags) \
|
|
_flags) \
|
|
struct ccu_mult _struct = { \
|
|
struct ccu_mult _struct = { \
|
|
.enable = _gate, \
|
|
.enable = _gate, \
|
|
|
|
+ .lock = _lock, \
|
|
.mult = _SUNXI_CCU_MULT(_mshift, _mwidth), \
|
|
.mult = _SUNXI_CCU_MULT(_mshift, _mwidth), \
|
|
.common = { \
|
|
.common = { \
|
|
.reg = _reg, \
|
|
.reg = _reg, \
|