Searched refs:ath79_reset (Results 1 – 1 of 1) sorted by relevance
15 struct ath79_reset { struct26 struct ath79_reset *ath79_reset = in ath79_reset_update() local27 container_of(rcdev, struct ath79_reset, rcdev); in ath79_reset_update()31 spin_lock_irqsave(&ath79_reset->lock, flags); in ath79_reset_update()32 val = readl(ath79_reset->base); in ath79_reset_update()37 writel(val, ath79_reset->base); in ath79_reset_update()38 spin_unlock_irqrestore(&ath79_reset->lock, flags); in ath79_reset_update()58 struct ath79_reset *ath79_reset = in ath79_reset_status() local59 container_of(rcdev, struct ath79_reset, rcdev); in ath79_reset_status()62 val = readl(ath79_reset->base); in ath79_reset_status()[all …]