Home
last modified time | relevance | path

Searched refs:AR5K_AR2315_AHB_ARB_CTL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dahb.c138 reg = ioread32((void __iomem *) AR5K_AR2315_AHB_ARB_CTL); in ath_ahb_probe()
140 iowrite32(reg, (void __iomem *) AR5K_AR2315_AHB_ARB_CTL); in ath_ahb_probe()
202 reg = ioread32((void __iomem *) AR5K_AR2315_AHB_ARB_CTL); in ath_ahb_remove()
204 iowrite32(reg, (void __iomem *) AR5K_AR2315_AHB_ARB_CTL); in ath_ahb_remove()
H A Dreg.h2600 #define AR5K_AR2315_AHB_ARB_CTL 0xb1000008 macro