Lines Matching refs:dfs
53 uint32_t dfs; member
253 data->dfs = ((data->bits - 1) / 8) + 1; in spi_pico_pio_configure()
441 switch (data->dfs) { in spi_pico_pio_txrx_4_wire()
464 LOG_ERR("Support fot %d bits not enabled", (data->dfs * 8)); in spi_pico_pio_txrx_4_wire()
473 switch (data->dfs) { in spi_pico_pio_txrx_4_wire()
502 LOG_ERR("Support fot %d bits not enabled", (data->dfs * 8)); in spi_pico_pio_txrx_4_wire()
544 switch (data->dfs) { in spi_pico_pio_txrx_3_wire()
561 LOG_ERR("Support fot %d bits not enabled", (data->dfs * 8)); in spi_pico_pio_txrx_3_wire()
590 switch (data->dfs) { in spi_pico_pio_txrx_3_wire()
607 LOG_ERR("Support fot %d bits not enabled", (data->dfs * 8)); in spi_pico_pio_txrx_3_wire()
648 spi_context_buffers_setup(spi_ctx, tx_bufs, rx_bufs, data->dfs); in spi_pico_pio_transceive_impl()