Lines Matching defs:data
90 * can safely write the new data into the register.
116 * After the data has been written, we wait until hardware
149 * can safely write the new data into the register.
212 * After the data has been written, we wait until hardware
270 * can safely write the new data into the register.
417 const enum rt2800_eeprom_word word, u16 data)
422 rt2x00_eeprom_write(rt2x00dev, index, data);
509 * can safely write the new data into the register.
606 static bool rt2800_check_firmware_crc(const u8 *data, const size_t len)
616 fw_crc = (data[len - 2] << 8 | data[len - 1]);
625 crc = crc_ccitt(~0, data, len - 2);
639 const u8 *data, const size_t len)
682 if (!rt2800_check_firmware_crc(data + offset, fw_len))
693 const u8 *data, const size_t len)
735 rt2800_drv_write_firmware(rt2x00dev, data, len);
823 * When TXD_W3_WIV is set to 1 it will use the IV data
880 __le32 *rxwi = (__le32 *) entry->skb->data;
1035 * data.
1330 * Disable beaconing while we are reloading the beacon data,
1331 * otherwise we might be sending out invalid data.
1347 skbdesc->desc = entry->skb->data;
1374 rt2800_register_multiwrite(rt2x00dev, beacon_base, entry->skb->data,
1420 * Disable beaconing while we are reloading the beacon data,
1421 * otherwise we might be sending out invalid data.
1789 * receive the same amount of data like the others.
4605 * .11b data rate need add additional 4dbm
5047 u32 data, gdata;
5078 data = eeprom;
5107 data |= (eeprom << 16);
5111 if (data != 0xffffffff)
5114 data);
6512 /* Use 5-bit ADC for Acquisition and 8-bit ADC for data */
6956 /* Avoid data loss and CRC errors */
9220 /* Apparently the data is read from end to start */
9291 * Start validation of the data that has been read.
10014 * incorrect data.
10268 * Allocate eeprom data.