Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h193 #define B43legacy_MACCTL_PSM_RUN 0x00000002 /* Run Microcode */ macro
H A Dmain.c1669 B43legacy_WARN_ON(macctl & B43legacy_MACCTL_PSM_RUN); in b43legacy_upload_microcode()
1712 macctl |= B43legacy_MACCTL_PSM_RUN; in b43legacy_upload_microcode()
1773 macctl &= ~B43legacy_MACCTL_PSM_RUN; in b43legacy_upload_microcode()
3186 macctl &= ~B43legacy_MACCTL_PSM_RUN; in b43legacy_wireless_core_exit()