Searched refs:spi_hz (Results 1 – 1 of 1) sorted by relevance
1058 unsigned long spi_hz, cdiv; in bcm2835_spi_transfer_one() local1063 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()