Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dbcm2835.c1269 char pio_limit_string[20]; in bcm2835_add_host() local
1346 pio_limit_string[0] = '\0'; in bcm2835_add_host()
1348 sprintf(pio_limit_string, " (>%d)", PIO_THRESHOLD); in bcm2835_add_host()
1350 host->use_dma ? "enabled" : "disabled", pio_limit_string); in bcm2835_add_host()