Searched refs:cur_midi (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-stm32.c | 275 * @cur_midi: master inter-data idleness in ns 302 unsigned int cur_midi; member 1008 spi->cur_midi = 0; in stm32_spi_prepare_msg() 1009 if (np && !of_property_read_u32(np, "st,spi-midi-ns", &spi->cur_midi)) in stm32_spi_prepare_msg() 1010 dev_dbg(spi->dev, "%dns inter-data idleness\n", spi->cur_midi); in stm32_spi_prepare_msg() 1545 if ((len > 1) && (spi->cur_midi > 0)) { in stm32h7_spi_data_idleness() 1547 u32 midi = min((u32)DIV_ROUND_UP(spi->cur_midi, sck_period_ns), in stm32h7_spi_data_idleness()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-stm32.c | 278 * @cur_midi: master inter-data idleness in ns 306 unsigned int cur_midi; member 977 spi->cur_midi = 0; in stm32_spi_prepare_msg() 978 if (np && !of_property_read_u32(np, "st,spi-midi-ns", &spi->cur_midi)) in stm32_spi_prepare_msg() 979 dev_dbg(spi->dev, "%dns inter-data idleness\n", spi->cur_midi); in stm32_spi_prepare_msg() 1508 if ((len > 1) && (spi->cur_midi > 0)) { in stm32h7_spi_data_idleness() 1511 DIV_ROUND_UP(spi->cur_midi, sck_period_ns), in stm32h7_spi_data_idleness()
|
Completed in 6 milliseconds