Searched refs:SPI_WS_TO_DFS (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/spi/ | ||
D | spi_dw.h | 216 #define SPI_WS_TO_DFS(__bpw) (((__bpw) & ~0x38) ? \ macro |
D | spi_dw.c | 236 spi->dfs = SPI_WS_TO_DFS(SPI_WORD_SIZE_GET(config->operation)); in spi_dw_configure() |