Searched refs:pio_bytes (Results 1 – 2 of 2) sorted by relevance
438 if (!host->pio_bytes) { in do_pio_read()439 res = get_data_buffer(host, &host->pio_bytes, in do_pio_read()452 host->pio_bytes, host->pio_ptr); in do_pio_read()457 fifo, host->pio_bytes, in do_pio_read()465 if (fifo >= host->pio_bytes) in do_pio_read()466 fifo = host->pio_bytes; in do_pio_read()470 host->pio_bytes -= fifo; in do_pio_read()491 if (!host->pio_bytes) { in do_pio_read()492 res = get_data_buffer(host, &host->pio_bytes, &host->pio_ptr); in do_pio_read()517 if (!host->pio_bytes) { in do_pio_write()[all …]
54 u32 pio_bytes; member