tx_tap
u32 tx_tap = 0, rx_tap = 0;
tx_tap = cdata->tx_clk_tap_delay;
command2 = SPI_TX_TAP_DELAY(tx_tap) |
u32 tx_tap = 0, rx_tap = 0;
tx_tap = cdata->tx_clk_tap_delay;
command2 = QSPI_TX_TAP_DELAY(tx_tap) | QSPI_RX_TAP_DELAY(rx_tap);
err = tx_tap(tap_fd, &tests[i].pkt, sizeof(tests[i].pkt));