Lines Matching refs:it

170     int it;
210 for (it = ar9300_eeprom_struct_default_many() - 1; it >= 0; it--) {
211 dptr = ar9300_eeprom_struct_default(it);
421 /* need it to let art save in to flash ????? */
438 /* need it to let art save in to flash ????? */
669 /* only low is good, use it */
673 /* only high is good, use it */
1969 * If it's an AR9462 and we're receiving on the second
2007 * I'm not sure why it's loading in this setting into
2260 /* only low is good, use it */
2266 /* only high is good, use it */
2511 * 2.4GHz channels. We workaround it by overwriting 60 (30 dBm) here.
3370 ** We need to check the EEPROM data regardless of if it's in flash or
3433 * preddy: EEPROM endianness does not match. So change it
3612 int it;
3614 for (it = 0; it < ARRAY_LENGTH(default9300); it++) {
3615 if (default9300[it] != 0 && default9300[it]->template_version == id) {
3616 return default9300[it];
3728 int it;
3730 for (it = 0; it < many; it++) {
3731 (void)ar9300_calibration_data_read(ah, address - it, buffer + it, 1);
3853 int it;
3856 for (it = 0; it < dsize; it++) {
3857 checksum += data[it];
3888 int it;
3894 for (it = 0; it < size; it += (length + 2)) {
3895 offset = block[it];
3898 length = block[it + 1];
3903 __func__, it, spot, offset, length);
3904 OS_MEMCPY(&mptr[spot], &block[it + 2], length);
3909 __func__, it, spot, offset, length);
3925 int it;
3930 for (it = 0; it < MSTATE; it++) {
3974 __func__, it, length);
4005 __func__, it, reference, length);
4024 __func__, it, reference, length);
4043 __func__, it, reference, length);
4365 int it;
4368 for (it = 0; it < ARRAY_LENGTH(default9300); it++) {
4369 dptr = ar9300_eeprom_struct_default(it);
4646 /* for Hornet we move it before initPLL to avoid an access issue */