Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_pcu.c120 return ath5k_hw_clocktoh(AR5K_REG_MS(ath5k_hw_reg_read(ah, in ath5k_hw_get_ack_timeout()
132 if (ath5k_hw_clocktoh(AR5K_REG_MS(0xffffffff, AR5K_TIME_OUT_ACK), in ath5k_hw_set_ack_timeout()
149 return ath5k_hw_clocktoh(AR5K_REG_MS(ath5k_hw_reg_read(ah, in ath5k_hw_get_cts_timeout()
161 if (ath5k_hw_clocktoh(AR5K_REG_MS(0xffffffff, AR5K_TIME_OUT_CTS), in ath5k_hw_set_cts_timeout()
Dath5k.h1208 static inline unsigned int ath5k_hw_clocktoh(unsigned int clock, int turbo) in ath5k_hw_clocktoh() function