Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-bcm2835aux.c349 unsigned long hz_per_byte, byte_limit; in bcm2835aux_spi_transfer_one() local
393 hz_per_byte = polling_limit_us ? (9 * 1000000) / polling_limit_us : 0; in bcm2835aux_spi_transfer_one()
394 byte_limit = hz_per_byte ? spi_used_hz / hz_per_byte : 1; in bcm2835aux_spi_transfer_one()
Dspi-bcm2835.c1072 unsigned long hz_per_byte, byte_limit; in bcm2835_spi_transfer_one() local
1110 hz_per_byte = polling_limit_us ? (9 * 1000000) / polling_limit_us : 0; in bcm2835_spi_transfer_one()
1111 byte_limit = hz_per_byte ? spi_used_hz / hz_per_byte : 1; in bcm2835_spi_transfer_one()