Searched refs:cur_midi (Results 1 – 1 of 1) sorted by relevance
360 unsigned int cur_midi; member1188 spi->cur_midi = 0; in stm32_spi_prepare_msg()1189 if (np && !of_property_read_u32(np, "st,spi-midi-ns", &spi->cur_midi)) in stm32_spi_prepare_msg()1190 dev_dbg(spi->dev, "%dns inter-data idleness\n", spi->cur_midi); in stm32_spi_prepare_msg()1953 if (spi->cur_midi != 0) { in stm32h7_spi_data_idleness()1958 spi->cur_midi = spi_delay_ns; in stm32h7_spi_data_idleness()1961 spi->cur_midi = spi_delay_ns; in stm32h7_spi_data_idleness()1965 if ((len > 1) && (spi->cur_midi > 0)) { in stm32h7_spi_data_idleness()1967 u32 midi = DIV_ROUND_UP(spi->cur_midi, sck_period_ns); in stm32h7_spi_data_idleness()