Searched refs:nsec_per_word (Results 1 – 1 of 1) sorted by relevance
364 u64 nsec_per_word; in k1_spi_set_speed() local395 nsec_per_word = (u64)NSEC_PER_SEC * BITS_PER_BYTE * drv_data->bytes; in k1_spi_set_speed()396 nsec_per_word = DIV_ROUND_UP_ULL(nsec_per_word, drv_data->rate); in k1_spi_set_speed()403 bus_ticks = 3 * nsec_per_word * drv_data->bus_rate; in k1_spi_set_speed()