Searched refs:shift_in_count (Results 1 – 1 of 1) sorted by relevance
111 uint8_t ecc_count, uint8_t shift_in_count) in read_from_frame() argument117 shift_in_count++; in read_from_frame()119 (shift_in_count == (PNV_SPI_REG_SIZE + ecc_count))) { in read_from_frame()120 shift_in_count = 0; in read_from_frame()128 return shift_in_count; in read_from_frame()134 uint8_t shift_in_count; in spi_response() local174 shift_in_count = 0; in spi_response()178 shift_in_count = read_from_frame(s, &rsp_payload->data[0], in spi_response()179 s->N1_bytes, ecc_count, shift_in_count); in spi_response()184 shift_in_count = read_from_frame(s, in spi_response()[all …]