Lines Matching defs:address
1413 u16 address;
1463 /* upload the firmware to address 0000-1fff in 2048 (=0x800) bytes
1467 for (address = 0; address < fwsize; address += 0x800) {
1468 memcpy(fw_ptr, fw_entry->data + address, 0x800);
1469 ret += usb_control_msg(hdw->usb_dev, pipe, 0xa0, 0x40, address,
1798 /* Try a harmless request to fetch the eeprom's address over
2001 /* Second chance: Try default i2c address list */
2006 "Module ID %u: Using default i2c address list",
2020 "Module ID %u: Setting up with specified i2c address 0x%x",
2026 "Module ID %u: Setting up with address probe list",
3346 address is shifted right now bit position (noticed this in
3351 expected if the I2C address is an odd number (yeah, this is
3399 u16 address;
3433 /* download the firmware from address 0000-1fff in 2048
3439 for(address = 0; address < hdw->fw_size;
3440 address += 0x800) {
3443 address,0,
3444 hdw->fw_buffer+address,
5128 /* Find I2C address of eeprom */