Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Ds3cmci.h53 u32 pio_sgptr; member
Ds3cmci.c328 if (host->pio_sgptr >= host->mrq->data->sg_len) { in get_data_buffer()
330 host->pio_sgptr, host->mrq->data->sg_len); in get_data_buffer()
333 sg = &host->mrq->data->sg[host->pio_sgptr]; in get_data_buffer()
338 host->pio_sgptr++; in get_data_buffer()
341 host->pio_sgptr, host->mrq->data->sg_len); in get_data_buffer()
1070 host->pio_sgptr = 0; in s3cmci_prepare_pio()