Searched refs:eeprom_crystal (Results 1 – 2 of 2) sorted by relevance
367 uint32_t eeprom_crystal; member
2393 &sc->eeprom_crystal, sizeof (uint32_t)); in iwn5000_read_eeprom()2395 le32toh(sc->eeprom_crystal)); in iwn5000_read_eeprom()7863 cmd.cap_pin[0] = le32toh(sc->eeprom_crystal) & 0xff; in iwn5000_crystal_calib()7864 cmd.cap_pin[1] = (le32toh(sc->eeprom_crystal) >> 16) & 0xff; in iwn5000_crystal_calib()