Searched refs:polling_limit_us (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-bcm2835aux.c | 32 static unsigned int polling_limit_us = 30; variable 33 module_param(polling_limit_us, uint, 0664); 34 MODULE_PARM_DESC(polling_limit_us, 318 timeout = jiffies + 2 + HZ * polling_limit_us / 1000000; in bcm2835aux_spi_transfer_one_poll() 393 hz_per_byte = polling_limit_us ? (9 * 1000000) / polling_limit_us : 0; in bcm2835aux_spi_transfer_one()
|
H A D | spi-bcm2835.c | 78 static unsigned int polling_limit_us = 30; variable 79 module_param(polling_limit_us, uint, 0664); 80 MODULE_PARM_DESC(polling_limit_us, 1048 timeout = jiffies + 2 + HZ * polling_limit_us / 1000000; in bcm2835_spi_transfer_one_poll() 1125 hz_per_byte = polling_limit_us ? (9 * 1000000) / polling_limit_us : 0; in bcm2835_spi_transfer_one()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-bcm2835aux.c | 29 static unsigned int polling_limit_us = 30; variable 30 module_param(polling_limit_us, uint, 0664); 31 MODULE_PARM_DESC(polling_limit_us, 315 timeout = jiffies + 2 + HZ * polling_limit_us / 1000000; in bcm2835aux_spi_transfer_one_poll() 390 hz_per_byte = polling_limit_us ? (9 * 1000000) / polling_limit_us : 0; in bcm2835aux_spi_transfer_one()
|
H A D | spi-bcm2835.c | 77 static unsigned int polling_limit_us = 30; variable 78 module_param(polling_limit_us, uint, 0664); 79 MODULE_PARM_DESC(polling_limit_us, 1014 timeout = jiffies + 2 + HZ * polling_limit_us / 1000000; in bcm2835_spi_transfer_one_poll() 1092 hz_per_byte = polling_limit_us ? (9 * 1000000) / polling_limit_us : 0; in bcm2835_spi_transfer_one()
|
H A D | spi-imx.c | 35 static unsigned int polling_limit_us = 30; variable 36 module_param(polling_limit_us, uint, 0664); 37 MODULE_PARM_DESC(polling_limit_us, 1651 hz_per_byte = polling_limit_us ? ((8 + 4) * USEC_PER_SEC) / polling_limit_us : 0; in spi_imx_transfer_one()
|
Completed in 8 milliseconds