Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_reset.c228 val &= AR5K_RESET_CTL_PCU | AR5K_RESET_CTL_BASEBAND; in ath5k_hw_nic_reset()
229 mask &= AR5K_RESET_CTL_PCU | AR5K_RESET_CTL_BASEBAND; in ath5k_hw_nic_reset()
386 AR5K_RESET_CTL_BASEBAND | bus_flags); in ath5k_hw_nic_wakeup()
Dreg.h843 #define AR5K_RESET_CTL_BASEBAND 0x00000002 /* Baseband reset [5211+] */ macro