Lines Matching +full:half +full:- +full:dbm

1 /* SPDX-License-Identifier: GPL-2.0 */
59 /* 32-bit DMA */
66 /* 64-bit DMA */
119 #define B43legacy_SHM_AUTOINC_R 0x0200 /* Read Auto-increment */
120 #define B43legacy_SHM_AUTOINC_W 0x0100 /* Write Auto-increment */
153 #define B43legacy_SHM_SH_SPUWKUP 0x0094 /* pre-wakeup for synth PU in us */
154 #define B43legacy_SHM_SH_PRETBTT 0x0096 /* pre-TBTT in us */
163 #define B43legacy_HF_SYMW 0x00000002 /* G-PHY SYM workaround */
164 #define B43legacy_HF_GDCW 0x00000020 /* G-PHY DV cancel filter */
227 #define B43legacy_TMSHIGH_GPHY 0x00010000 /* G-PHY avail (rev >= 5) */
231 /* Generic-Interrupt reasons. */
370 * For IV this is number-of-ivs. */
444 /* TSSI to dBm table in use */
462 /* Desired TX power level (in dBm). This is set by the user and
489 * bit 0-11: offset
490 * bit 12-15: register ID
491 * bit 16-32: value
514 /* Manual TX-power control enabled? */
649 /* Initial MMIO values for the firmware, band-specific */
663 #define b43legacy_status(wldev) atomic_read(&(wldev)->__init_status)
665 atomic_set(&(wldev)->__init_status, (stat)); \
669 /* *** --- HOW LOCKING WORKS IN B43legacy --- ***
671 * You should always acquire both, wl->mutex and wl->irq_lock unless:
672 * - You don't need to acquire wl->irq_lock, if the interface is stopped.
673 * - You don't need to acquire wl->mutex in the IRQ handler, IRQ tasklet
715 /* The currently active generic-interrupt mask. */
722 /* Interrupt Service Routine tasklet (bottom-half) */
756 return hw->priv; in hw_to_b43legacy_wl()
766 return dev->__using_pio; in b43legacy_using_pio()
796 return (wl->operating && in b43legacy_is_mode()
797 wl->if_type == type); in b43legacy_is_mode()
803 return (dev->dev->bus->boardinfo.vendor == PCI_VENDOR_ID_BROADCOM); in is_bcm_board_vendor()
809 return ssb_read16(dev->dev, offset); in b43legacy_read16()
815 ssb_write16(dev->dev, offset, value); in b43legacy_write16()
821 return ssb_read32(dev->dev, offset); in b43legacy_read32()
827 ssb_write32(dev->dev, offset, value); in b43legacy_write32()
835 return phy->_lo_pairs + (radio_attenuation in b43legacy_get_lopair()