Searched refs:next_eeprom_addr (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| D | arcturus_ppt.c | 1996 uint32_t i, j, ret, data_size, data_chunk_size, next_eeprom_addr = 0; in arcturus_i2c_xfer() local 2007 next_eeprom_addr = (msgs[i].buf[0] << 8 & 0xff00) | (msgs[i].buf[1] & 0xff); in arcturus_i2c_xfer() 2012 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in arcturus_i2c_xfer() 2013 data_chunk[1] = (next_eeprom_addr & 0xff); in arcturus_i2c_xfer() 2035 next_eeprom_addr += data_chunk_size; in arcturus_i2c_xfer() 2040 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in arcturus_i2c_xfer() 2041 data_chunk[1] = (next_eeprom_addr & 0xff); in arcturus_i2c_xfer()
|
| D | navi10_ppt.c | 2449 uint32_t i, j, ret, data_size, data_chunk_size, next_eeprom_addr = 0; in navi10_i2c_xfer() local 2460 next_eeprom_addr = (msgs[i].buf[0] << 8 & 0xff00) | (msgs[i].buf[1] & 0xff); in navi10_i2c_xfer() 2465 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in navi10_i2c_xfer() 2466 data_chunk[1] = (next_eeprom_addr & 0xff); in navi10_i2c_xfer() 2488 next_eeprom_addr += data_chunk_size; in navi10_i2c_xfer() 2493 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in navi10_i2c_xfer() 2494 data_chunk[1] = (next_eeprom_addr & 0xff); in navi10_i2c_xfer()
|
| D | sienna_cichlid_ppt.c | 2545 uint32_t i, j, ret, data_size, data_chunk_size, next_eeprom_addr = 0; in sienna_cichlid_i2c_xfer() local 2556 next_eeprom_addr = (msgs[i].buf[0] << 8 & 0xff00) | (msgs[i].buf[1] & 0xff); in sienna_cichlid_i2c_xfer() 2561 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in sienna_cichlid_i2c_xfer() 2562 data_chunk[1] = (next_eeprom_addr & 0xff); in sienna_cichlid_i2c_xfer() 2584 next_eeprom_addr += data_chunk_size; in sienna_cichlid_i2c_xfer() 2589 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in sienna_cichlid_i2c_xfer() 2590 data_chunk[1] = (next_eeprom_addr & 0xff); in sienna_cichlid_i2c_xfer()
|