Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dbcm2835.c1263 char pio_limit_string[20]; in bcm2835_add_host() local
1338 pio_limit_string[0] = '\0'; in bcm2835_add_host()
1340 sprintf(pio_limit_string, " (>%d)", PIO_THRESHOLD); in bcm2835_add_host()
1342 host->use_dma ? "enabled" : "disabled", pio_limit_string); in bcm2835_add_host()