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()
445 u16 words_read = 0; in i40e_read_nvm_buffer_aq() local460 read_size = min((*words - words_read), in i40e_read_nvm_buffer_aq()464 if ((words_read + read_size) >= *words) in i40e_read_nvm_buffer_aq()468 data + words_read, last_cmd); in i40e_read_nvm_buffer_aq()475 words_read += read_size; in i40e_read_nvm_buffer_aq()477 } while (words_read < *words); in i40e_read_nvm_buffer_aq()483 *words = words_read; in i40e_read_nvm_buffer_aq()