Home
last modified time | relevance | path

Searched refs:B43legacy_MACCTL_RADIOLOCK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h200 #define B43legacy_MACCTL_RADIOLOCK 0x00080000 /* Radio lock */ macro
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()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h200 #define B43legacy_MACCTL_RADIOLOCK 0x00080000 /* Radio lock */ macro
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()

Completed in 12 milliseconds