Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c82 B43legacy_WARN_ON(status & B43legacy_MACCTL_RADIOLOCK); in b43legacy_radio_lock()
83 status |= B43legacy_MACCTL_RADIOLOCK; in b43legacy_radio_lock()
94 B43legacy_WARN_ON(!(status & B43legacy_MACCTL_RADIOLOCK)); in b43legacy_radio_unlock()
95 status &= ~B43legacy_MACCTL_RADIOLOCK; in b43legacy_radio_unlock()
H A Db43legacy.h200 #define B43legacy_MACCTL_RADIOLOCK 0x00080000 /* Radio lock */ macro