Searched refs:pio_bytes (Results 1 – 2 of 2) sorted by relevance
434 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 …]
54 u32 pio_bytes; member