Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/mtd/spi-mem/
A Dspi_mem.c34 static bool spi_mem_check_buswidth_req(uint8_t buswidth, bool tx) in spi_mem_check_buswidth_req() function
65 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