Searched refs:pio_bytes (Results 1 – 2 of 2) sorted by relevance
425 if (!host->pio_bytes) { in do_pio_read()426 res = get_data_buffer(host, &host->pio_bytes, in do_pio_read()439 host->pio_bytes, host->pio_ptr); 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()479 res = get_data_buffer(host, &host->pio_bytes, &host->pio_ptr); in do_pio_read()504 if (!host->pio_bytes) { in do_pio_write()[all …]
51 u32 pio_bytes; member