Searched refs:spi_opcode (Results 1 – 2 of 2) sorted by relevance
350 uint16_t spi_opcode = 0; in ZTEST_USER() local359 spi_opcode = SPI_FAST_READ_DATA; in ZTEST_USER()363 safbuf[0] = spi_opcode & 0xFFU; in ZTEST_USER()370 if (spi_opcode & 0xFF00U) { in ZTEST_USER()373 spi_bufs[cnt].len = spi_clocks_to_bytes(((spi_opcode >> 8) & 0xffU), 1u); in ZTEST_USER()414 uint16_t spi_opcode = 0; in ZTEST_USER() local421 spi_opcode = SPI_DUAL_FAST_READ_DATA; in ZTEST_USER()425 safbuf[0] = spi_opcode & 0xFFU; in ZTEST_USER()432 if (spi_opcode & 0xFF00U) { in ZTEST_USER()435 spi_bufs[cnt].len = spi_clocks_to_bytes(((spi_opcode >> 8) & 0xffU), 1u); in ZTEST_USER()[all …]
234 uint16_t spi_opcode; in ZTEST_USER() local236 spi_opcode = SPI_FAST_READ_DATA; in ZTEST_USER()241 safbuf[0] = spi_opcode & 0xFFU; in ZTEST_USER()248 if (spi_opcode & 0xFF00U) { in ZTEST_USER()251 txb[cnt].len = (spi_opcode >> 8) & 0xFFU; in ZTEST_USER()296 uint16_t spi_opcode; in ZTEST_USER() local300 spi_opcode = SPI_DUAL_FAST_READ_DATA; in ZTEST_USER()305 safbuf[0] = spi_opcode & 0xFFU; in ZTEST_USER()312 if (spi_opcode & 0xFF00U) { in ZTEST_USER()315 txb[cnt].len = (spi_opcode >> 8) & 0xFFU; in ZTEST_USER()[all …]