Searched refs:spi_clocks (Results 1 – 1 of 1) sorted by relevance
93 static uint32_t spi_clocks_to_bytes(uint32_t spi_clocks, uint8_t mode) in spi_clocks_to_bytes() argument98 nbytes = spi_clocks / 2U; in spi_clocks_to_bytes()100 nbytes = spi_clocks / 4U; in spi_clocks_to_bytes()102 nbytes = spi_clocks / 8U; in spi_clocks_to_bytes()