15 #include <linux/kernel.h>
16 #include <linux/module.h>
17 #include <linux/types.h>
67 else if (soc_is_ar724x())
69 else if (soc_is_ar913x())
71 else if (soc_is_ar933x())
73 else if (soc_is_ar934x())
79 t = ath79_reset_rr(reg);
80 ath79_reset_wr(reg, t | mask);
81 spin_unlock_irqrestore(&ath79_device_reset_lock, flags);
93 else if (soc_is_ar724x())
95 else if (soc_is_ar913x())
97 else if (soc_is_ar933x())
99 else if (soc_is_ar934x())
105 t = ath79_reset_rr(reg);
106 ath79_reset_wr(reg, t & ~mask);
107 spin_unlock_irqrestore(&ath79_device_reset_lock, flags);