Home
last modified time | relevance | path

Searched refs:DMA_PAGE_0 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/alpha/include/asm/
Ddma.h176 #define DMA_PAGE_0 0x87 /* DMA page registers */ macro
184 #define DMA_HIPAGE_0 (0x400 | DMA_PAGE_0)
271 dma_outb(pagenr, DMA_PAGE_0); in set_dma_page()
/linux-6.1.9/arch/x86/include/asm/
Ddma.h132 #define DMA_PAGE_0 0x87 /* DMA page registers */ macro
216 dma_outb(pagenr, DMA_PAGE_0); in set_dma_page()
/linux-6.1.9/arch/mips/include/asm/
Ddma.h144 #define DMA_PAGE_0 0x87 /* DMA page registers */ macro
222 dma_outb(pagenr, DMA_PAGE_0); in set_dma_page()
/linux-6.1.9/arch/x86/kernel/
Di8237.c61 if (dma_inb(DMA_PAGE_0) == 0xFF) in i8237A_init_ops()