Lines Matching refs:__iomem
91 void __iomem *mem; in ath_ahb_probe()
141 reg = ioread32((void __iomem *) AR5K_AR2315_AHB_ARB_CTL); in ath_ahb_probe()
143 iowrite32(reg, (void __iomem *) AR5K_AR2315_AHB_ARB_CTL); in ath_ahb_probe()
146 reg = ioread32((void __iomem *) AR5K_AR2315_BYTESWAP); in ath_ahb_probe()
148 iowrite32(reg, (void __iomem *) AR5K_AR2315_BYTESWAP); in ath_ahb_probe()
152 reg = ioread32((void __iomem *) AR5K_AR5312_ENABLE); in ath_ahb_probe()
157 iowrite32(reg, (void __iomem *) AR5K_AR5312_ENABLE); in ath_ahb_probe()
205 reg = ioread32((void __iomem *) AR5K_AR2315_AHB_ARB_CTL); in ath_ahb_remove()
207 iowrite32(reg, (void __iomem *) AR5K_AR2315_AHB_ARB_CTL); in ath_ahb_remove()
210 reg = ioread32((void __iomem *) AR5K_AR5312_ENABLE); in ath_ahb_remove()
215 iowrite32(reg, (void __iomem *) AR5K_AR5312_ENABLE); in ath_ahb_remove()