Home
last modified time | relevance | path

Searched refs:macctl (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/wireless/b43/
Dphy_common.c132 u32 macctl; in b43_radio_lock() local
139 macctl = b43_read32(dev, B43_MMIO_MACCTL); in b43_radio_lock()
140 macctl |= B43_MACCTL_RADIOLOCK; in b43_radio_lock()
141 b43_write32(dev, B43_MMIO_MACCTL, macctl); in b43_radio_lock()
150 u32 macctl; in b43_radio_unlock() local
160 macctl = b43_read32(dev, B43_MMIO_MACCTL); in b43_radio_unlock()
161 macctl &= ~B43_MACCTL_RADIOLOCK; in b43_radio_unlock()
162 b43_write32(dev, B43_MMIO_MACCTL, macctl); in b43_radio_unlock()
Dmain.c408 u32 macctl; in b43_ram_write() local
412 macctl = b43_read32(dev, B43_MMIO_MACCTL); in b43_ram_write()
413 if (macctl & B43_MACCTL_BE) in b43_ram_write()
565 u32 macctl; in b43_time_lock() local
567 macctl = b43_read32(dev, B43_MMIO_MACCTL); in b43_time_lock()
568 macctl |= B43_MACCTL_TBTTHOLD; in b43_time_lock()
569 b43_write32(dev, B43_MMIO_MACCTL, macctl); in b43_time_lock()
576 u32 macctl; in b43_time_unlock() local
578 macctl = b43_read32(dev, B43_MMIO_MACCTL); in b43_time_unlock()
579 macctl &= ~B43_MACCTL_TBTTHOLD; in b43_time_unlock()
[all …]
/linux-2.6.39/drivers/net/wireless/b43legacy/
Dmain.c701 u32 macctl; in b43legacy_wireless_core_reset() local
723 macctl = b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_wireless_core_reset()
724 macctl &= ~B43legacy_MACCTL_GMODE; in b43legacy_wireless_core_reset()
726 macctl |= B43legacy_MACCTL_GMODE; in b43legacy_wireless_core_reset()
730 macctl |= B43legacy_MACCTL_IHR_ENABLED; in b43legacy_wireless_core_reset()
731 b43legacy_write32(dev, B43legacy_MMIO_MACCTL, macctl); in b43legacy_wireless_core_reset()
1658 u32 tmp, macctl; in b43legacy_upload_microcode() local
1662 macctl = b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_upload_microcode()
1663 B43legacy_WARN_ON(macctl & B43legacy_MACCTL_PSM_RUN); in b43legacy_upload_microcode()
1664 macctl |= B43legacy_MACCTL_PSM_JMP0; in b43legacy_upload_microcode()
[all …]