Home
last modified time | relevance | path

Searched refs:spi_hz (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/spi/
H A Dspi-bcm2835.c1058 unsigned long spi_hz, cdiv; in bcm2835_spi_transfer_one() local
1063 spi_hz = tfr->speed_hz; in bcm2835_spi_transfer_one()
1065 if (spi_hz >= bs->clk_hz / 2) { in bcm2835_spi_transfer_one()
1067 } else if (spi_hz) { in bcm2835_spi_transfer_one()
1069 cdiv = DIV_ROUND_UP(bs->clk_hz, spi_hz); in bcm2835_spi_transfer_one()