Searched refs:pio_bytes (Results 1 – 2 of 2) sorted by relevance
425 if (!host->pio_bytes) { in do_pio_read()444 fifo, host->pio_bytes, in do_pio_read()452 if (fifo >= host->pio_bytes) in do_pio_read()453 fifo = host->pio_bytes; in do_pio_read()457 host->pio_bytes -= fifo; in do_pio_read()478 if (!host->pio_bytes) { in do_pio_read()504 if (!host->pio_bytes) { in do_pio_write()525 if (fifo >= host->pio_bytes) in do_pio_write()526 fifo = host->pio_bytes; in do_pio_write()530 host->pio_bytes -= fifo; in do_pio_write()[all …]
51 u32 pio_bytes; member
Completed in 9 milliseconds