|
@@ -167,6 +167,7 @@ static inline u32 ath79_pll_rr(unsigned reg)
|
|
|
static inline void ath79_reset_wr(unsigned reg, u32 val)
|
|
static inline void ath79_reset_wr(unsigned reg, u32 val)
|
|
|
{
|
|
{
|
|
|
__raw_writel(val, ath79_reset_base + reg);
|
|
__raw_writel(val, ath79_reset_base + reg);
|
|
|
|
|
+ (void) __raw_readl(ath79_reset_base + reg); /* flush */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static inline u32 ath79_reset_rr(unsigned reg)
|
|
static inline u32 ath79_reset_rr(unsigned reg)
|