Searched defs:no_piix_dma (Results 1 - 2 of 2) sorted by relevance

/drivers/ide/
H A Dpiix.c58 static int no_piix_dma; variable
305 if (no_piix_dma)
408 no_piix_dma = 1;
411 no_piix_dma = 2;
413 if(no_piix_dma)
415 if(no_piix_dma == 2)
/drivers/ata/
H A Data_piix.c1331 int no_piix_dma = 0; local
1339 no_piix_dma = 1;
1342 no_piix_dma = 2;
1344 if (no_piix_dma)
1347 no_piix_dma == 2 ? " - a BIOS update may resolve this"
1350 return no_piix_dma;

Completed in 56 milliseconds