read_pcal        1568 drivers/net/wireless/ath/ath5k/eeprom.c 	int (*read_pcal)(struct ath5k_hw *hw, int mode);
read_pcal        1574 drivers/net/wireless/ath/ath5k/eeprom.c 		read_pcal = ath5k_eeprom_read_pcal_info_5112;
read_pcal        1577 drivers/net/wireless/ath/ath5k/eeprom.c 		read_pcal = ath5k_eeprom_read_pcal_info_2413;
read_pcal        1579 drivers/net/wireless/ath/ath5k/eeprom.c 		read_pcal = ath5k_eeprom_read_pcal_info_5111;
read_pcal        1584 drivers/net/wireless/ath/ath5k/eeprom.c 		err = read_pcal(ah, mode);