Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dbcm2835.c1261 char pio_limit_string[20]; in bcm2835_add_host() local
1336 pio_limit_string[0] = '\0'; in bcm2835_add_host()
1338 sprintf(pio_limit_string, " (>%d)", PIO_THRESHOLD); in bcm2835_add_host()
1340 host->use_dma ? "enabled" : "disabled", pio_limit_string); in bcm2835_add_host()