Searched refs:AR_PCICFG_LED_PEND (Results 1 – 3 of 3) sorted by relevance
254 val &= ~(AR_PCICFG_LED_PEND | AR_PCICFG_LED_ACT); in ar5210SetLedState()258 val &= ~AR_PCICFG_LED_PEND; in ar5210SetLedState()262 val |= AR_PCICFG_LED_PEND; in ar5210SetLedState()
118 (AR_PCICFG_LED_PEND | AR_PCICFG_LED_ACT); in ar5210Reset()139 AR_PCICFG_CLKRUNEN | AR_PCICFG_LED_PEND | AR_PCICFG_LED_BCTL); in ar5210Reset()144 AR_PCICFG_CLKRUNEN | AR_PCICFG_LED_PEND | AR_PCICFG_LED_BCTL); in ar5210Reset()
271 #define AR_PCICFG_LED_PEND 0x00000020 /* LED for assoc pending */ macro