Searched full:macmode (Results 1 – 2 of 2) sorted by relevance
144 MacMode = 0x30, enumerator200 /* MacMode bits */505 status, dr32(MacMode), in de_interrupt()723 u32 macmode; in __de_set_rx_mode() local729 macmode = dr32(MacMode) & ~(AcceptAllMulticast | AcceptAllPhys); in __de_set_rx_mode()732 macmode |= AcceptAllMulticast | AcceptAllPhys; in __de_set_rx_mode()738 macmode |= AcceptAllMulticast; in __de_set_rx_mode()800 if (macmode != dr32(MacMode)) in __de_set_rx_mode()801 dw32(MacMode, macmode); in __de_set_rx_mode()849 u32 macmode; in de_stop_rxtx() local[all …]
3057 u32 macmode; in ath9k_hw_set11nmac2040() local3060 macmode = AR_2040_JOINED_RX_CLEAR; in ath9k_hw_set11nmac2040()3062 macmode = 0; in ath9k_hw_set11nmac2040()3064 REG_WRITE(ah, AR_2040_MODE, macmode); in ath9k_hw_set11nmac2040()