Searched refs:spi_mem_check_buswidth_req (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/mtd/spi-mem/ |
D | spi_mem.c | 34 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()
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/mtd/spi-mem/ |
H A D | spi_mem.c | 35 static bool spi_mem_check_buswidth_req(uint8_t buswidth, bool tx) in spi_mem_check_buswidth_req() function 66 if (!spi_mem_check_buswidth_req(op->cmd.buswidth, true)) { in spi_mem_supports_op() 71 !spi_mem_check_buswidth_req(op->addr.buswidth, true)) { in spi_mem_supports_op() 76 !spi_mem_check_buswidth_req(op->dummy.buswidth, true)) { in spi_mem_supports_op() 81 !spi_mem_check_buswidth_req(op->data.buswidth, in spi_mem_supports_op()
|