Lines Matching defs:buswidth
34 static bool spi_mem_check_buswidth_req(uint8_t buswidth, bool tx)
36 switch (buswidth) {
65 if (!spi_mem_check_buswidth_req(op->cmd.buswidth, true)) {
70 !spi_mem_check_buswidth_req(op->addr.buswidth, true)) {
75 !spi_mem_check_buswidth_req(op->dummy.buswidth, true)) {
80 !spi_mem_check_buswidth_req(op->data.buswidth,
155 __func__, op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth,
156 op->dummy.buswidth, op->data.buswidth,