Searched refs:words_read (Results 1 – 2 of 2) sorted by relevance
338 u32 val, words_read, words_exp; in cci_i2c_read() local361 words_read = readl(cci->base + CCI_I2C_Mm_READ_BUF_LEVEL(master)); in cci_i2c_read()363 if (words_read != words_exp) { in cci_i2c_read()365 words_read, words_exp); in cci_i2c_read()383 } while (--words_read); in cci_i2c_read()
446 u16 words_read = 0; in i40e_read_nvm_buffer_aq() local459 read_size = min((*words - words_read), in i40e_read_nvm_buffer_aq()463 if ((words_read + read_size) >= *words) in i40e_read_nvm_buffer_aq()467 data + words_read, last_cmd); in i40e_read_nvm_buffer_aq()474 words_read += read_size; in i40e_read_nvm_buffer_aq()476 } while (words_read < *words); in i40e_read_nvm_buffer_aq()482 *words = words_read; in i40e_read_nvm_buffer_aq()