Searched refs:next_eeprom_addr (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | navi10_ppt.c | 2465 uint32_t i, j, ret, data_size, data_chunk_size, next_eeprom_addr = 0; in navi10_i2c_xfer() local 2476 next_eeprom_addr = (msgs[i].buf[0] << 8 & 0xff00) | (msgs[i].buf[1] & 0xff); in navi10_i2c_xfer() 2481 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in navi10_i2c_xfer() 2482 data_chunk[1] = (next_eeprom_addr & 0xff); in navi10_i2c_xfer() 2504 next_eeprom_addr += data_chunk_size; in navi10_i2c_xfer() 2509 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in navi10_i2c_xfer() 2510 data_chunk[1] = (next_eeprom_addr & 0xff); in navi10_i2c_xfer()
|
H A D | arcturus_ppt.c | 2011 uint32_t i, j, ret, data_size, data_chunk_size, next_eeprom_addr = 0; in arcturus_i2c_xfer() local 2022 next_eeprom_addr = (msgs[i].buf[0] << 8 & 0xff00) | (msgs[i].buf[1] & 0xff); in arcturus_i2c_xfer() 2027 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in arcturus_i2c_xfer() 2028 data_chunk[1] = (next_eeprom_addr & 0xff); in arcturus_i2c_xfer() 2050 next_eeprom_addr += data_chunk_size; in arcturus_i2c_xfer() 2055 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in arcturus_i2c_xfer() 2056 data_chunk[1] = (next_eeprom_addr & 0xff); in arcturus_i2c_xfer()
|
H A D | sienna_cichlid_ppt.c | 2576 uint32_t i, j, ret, data_size, data_chunk_size, next_eeprom_addr = 0; in sienna_cichlid_i2c_xfer() local 2587 next_eeprom_addr = (msgs[i].buf[0] << 8 & 0xff00) | (msgs[i].buf[1] & 0xff); in sienna_cichlid_i2c_xfer() 2592 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in sienna_cichlid_i2c_xfer() 2593 data_chunk[1] = (next_eeprom_addr & 0xff); in sienna_cichlid_i2c_xfer() 2615 next_eeprom_addr += data_chunk_size; in sienna_cichlid_i2c_xfer() 2620 data_chunk[0] = ((next_eeprom_addr >> 8) & 0xff); in sienna_cichlid_i2c_xfer() 2621 data_chunk[1] = (next_eeprom_addr & 0xff); in sienna_cichlid_i2c_xfer()
|
Completed in 10 milliseconds