Searched refs:spi_mem_check_buswidth_req (Results 1 – 1 of 1) sorted by relevance
34 static bool spi_mem_check_buswidth_req(uint8_t buswidth, bool tx) in spi_mem_check_buswidth_req() function65 if (!spi_mem_check_buswidth_req(op->cmd.buswidth, true)) { in spi_mem_supports_op()70 !spi_mem_check_buswidth_req(op->addr.buswidth, true)) { in spi_mem_supports_op()75 !spi_mem_check_buswidth_req(op->dummy.buswidth, true)) { in spi_mem_supports_op()80 !spi_mem_check_buswidth_req(op->data.buswidth, in spi_mem_supports_op()
Completed in 2 milliseconds