Searched refs:ath79_reset (Results 1 – 1 of 1) sorted by relevance
16 struct ath79_reset { struct28 struct ath79_reset *ath79_reset = in ath79_reset_update() argument29 container_of(rcdev, struct ath79_reset, rcdev); in ath79_reset_update()33 spin_lock_irqsave(&ath79_reset->lock, flags); in ath79_reset_update()34 val = readl(ath79_reset->base); in ath79_reset_update()39 writel(val, ath79_reset->base); in ath79_reset_update()40 spin_unlock_irqrestore(&ath79_reset->lock, flags); in ath79_reset_update()60 struct ath79_reset *ath79_reset = in ath79_reset_status() local61 container_of(rcdev, struct ath79_reset, rcdev); in ath79_reset_status()64 val = readl(ath79_reset->base); in ath79_reset_status()[all …]