Searched refs:ath79_reset (Results 1 – 1 of 1) sorted by relevance
25 struct ath79_reset { struct37 struct ath79_reset *ath79_reset = in ath79_reset_update() argument38 container_of(rcdev, struct ath79_reset, rcdev); in ath79_reset_update()42 spin_lock_irqsave(&ath79_reset->lock, flags); in ath79_reset_update()43 val = readl(ath79_reset->base); in ath79_reset_update()48 writel(val, ath79_reset->base); in ath79_reset_update()49 spin_unlock_irqrestore(&ath79_reset->lock, flags); in ath79_reset_update()69 struct ath79_reset *ath79_reset = in ath79_reset_status() local70 container_of(rcdev, struct ath79_reset, rcdev); in ath79_reset_status()73 val = readl(ath79_reset->base); in ath79_reset_status()[all …]