Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Ds3cmci.c434 if (!host->pio_bytes) { in do_pio_read()
435 res = get_data_buffer(host, &host->pio_bytes, in do_pio_read()
448 host->pio_bytes, host->pio_ptr); in do_pio_read()
453 fifo, host->pio_bytes, in do_pio_read()
461 if (fifo >= host->pio_bytes) in do_pio_read()
462 fifo = host->pio_bytes; in do_pio_read()
466 host->pio_bytes -= fifo; in do_pio_read()
487 if (!host->pio_bytes) { in do_pio_read()
488 res = get_data_buffer(host, &host->pio_bytes, &host->pio_ptr); in do_pio_read()
513 if (!host->pio_bytes) { in do_pio_write()
[all …]
Ds3cmci.h54 u32 pio_bytes; member