[go: nahoru, domu]

Searched refs:use_pdc (Results 1 - 1 of 1) sorted by relevance

/drivers/spi/
H A Dspi-atmel.c239 bool use_pdc; member in struct:atmel_spi
1083 && (atmel_spi_use_dma(as, xfer) || as->use_pdc)) {
1096 if (as->use_pdc) {
1133 if (as->use_pdc) {
1163 && (atmel_spi_use_dma(as, xfer) || as->use_pdc))
1174 && (atmel_spi_use_dma(as, xfer) || as->use_pdc))
1224 if (as->use_pdc)
1348 as->use_pdc = false;
1353 as->use_pdc = true;
1359 if (as->use_pdc) {
[all...]

Completed in 46 milliseconds