Home
last modified time | relevance | path

Searched refs:shift_in_count (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c111 uint8_t ecc_count, uint8_t shift_in_count) in read_from_frame() argument
117 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() local
174 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 …]