Searched refs:spi_check_buswidth_req (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/spi/ |
H A D | spi-mem.c | 105 static int spi_check_buswidth_req(struct spi_slave *slave, u8 buswidth, bool tx) in spi_check_buswidth_req() function 137 if (spi_check_buswidth_req(slave, op->cmd.buswidth, true)) in spi_mem_default_supports_op() 141 spi_check_buswidth_req(slave, op->addr.buswidth, true)) in spi_mem_default_supports_op() 145 spi_check_buswidth_req(slave, op->dummy.buswidth, true)) in spi_mem_default_supports_op() 149 spi_check_buswidth_req(slave, op->data.buswidth, in spi_mem_default_supports_op()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-mem.c | 104 static int spi_check_buswidth_req(struct spi_mem *mem, u8 buswidth, bool tx) in spi_check_buswidth_req() function 145 if (spi_check_buswidth_req(mem, op->cmd.buswidth, true)) in spi_mem_check_buswidth() 149 spi_check_buswidth_req(mem, op->addr.buswidth, true)) in spi_mem_check_buswidth() 153 spi_check_buswidth_req(mem, op->dummy.buswidth, true)) in spi_mem_check_buswidth() 157 spi_check_buswidth_req(mem, op->data.buswidth, in spi_mem_check_buswidth()
|