Sign in
gfiber
/
uboot
/
mindspeed
/
60c2f14fab77ed869f08f4a146127e2e7129e2cf
/
.
/
drivers
/
c2000_eth
/
pfe
/
class
/
ccu.h
blob: 2c43d97f680271c0bb4d07a693b0b7291ab43db8 [
file
] [
log
] [
blame
]
#ifndef
_CCU_H_
#define
_CCU_H_
#define
CCU_ADDR
(
CCU_BASE_ADDR
+
0x00
)
#define
CCU_CNT
(
CCU_BASE_ADDR
+
0x04
)
#define
CCU_STATUS
(
CCU_BASE_ADDR
+
0x08
)
#define
CCU_VAL
(
CCU_BASE_ADDR
+
0x0c
)
#endif
/* _CCU_H_ */