Searched refs:mmio_en (Results 1 - 1 of 1) sorted by path

/linux-master/arch/powerpc/kernel/
H A Deeh.c1375 bool rst_active, dma_en, mmio_en; local
1398 mmio_en = !!(result & EEH_STATE_MMIO_ENABLED);
1402 else if (dma_en && mmio_en)
1404 else if (!dma_en && !mmio_en)
1406 else if (!dma_en && mmio_en)

Completed in 241 milliseconds