Searched refs:PNV_SPI_REG_SIZE (Results 1 – 2 of 2) sorted by relevance
30 #define PNV_SPI_REG_SIZE 8 macro64 uint8_t seq_op[PNV_SPI_REG_SIZE];
96 if (offset < PNV_SPI_REG_SIZE) { in get_from_offset()332 if (s->N1_bytes > (PNV_SPI_REG_SIZE + 1)) { in calculate_N1()336 s->N1_bytes = PNV_SPI_REG_SIZE + 1; in calculate_N1()339 } else if (s->N1_bytes > PNV_SPI_REG_SIZE) { in calculate_N1()343 s->N1_bytes = PNV_SPI_REG_SIZE; in calculate_N1()575 if (s->N2_bytes > (PNV_SPI_REG_SIZE + 1)) { in calculate_N2()577 s->N2_bytes = PNV_SPI_REG_SIZE + 1; in calculate_N2()580 } else if (s->N2_bytes > PNV_SPI_REG_SIZE) { in calculate_N2()582 s->N2_bytes = PNV_SPI_REG_SIZE; in calculate_N2()638 PNV_SPI_REG_SIZE)) { in operation_shiftn2()[all …]