OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DMA_READ
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/arm/imx/
imx23_apbdma.h
55
#define
DMA_READ
2
/src/sys/arch/arm/sunxi/
sun4i_dma.c
126
#define
DMA_READ
(sc, reg) \
159
irqen =
DMA_READ
(sc, DMA_IRQ_EN_REG);
181
irqen =
DMA_READ
(sc, DMA_IRQ_EN_REG);
296
val =
DMA_READ
(sc, NDMA_CTRL_REG(ch->ch_index));
300
val =
DMA_READ
(sc, DDMA_CTRL_REG(ch->ch_index));
320
pend =
DMA_READ
(sc, DMA_IRQ_PEND_STAS_REG);
sun6i_dma.c
222
#define
DMA_READ
(sc, reg) \
260
irqen =
DMA_READ
(sc, index < 8 ?
289
irqen =
DMA_READ
(sc, index < 8 ?
379
if ((
DMA_READ
(sc, DMA_EN_REG(ch->ch_index)) & DMA_EN_EN) == 0) {
412
pend0 =
DMA_READ
(sc, DMA_IRQ_PEND_REG0_REG);
413
pend1 =
DMA_READ
(sc, DMA_IRQ_PEND_REG1_REG);
569
device_printf(dev, "DMA_IRQ_EN_REG0_REG: %08x\n",
DMA_READ
(sc, DMA_IRQ_EN_REG0_REG));
570
device_printf(dev, "DMA_IRQ_EN_REG1_REG: %08x\n",
DMA_READ
(sc, DMA_IRQ_EN_REG1_REG));
571
device_printf(dev, "DMA_IRQ_PEND_REG0_REG: %08x\n",
DMA_READ
(sc, DMA_IRQ_PEND_REG0_REG));
572
device_printf(dev, "DMA_IRQ_PEND_REG1_REG: %08x\n",
DMA_READ
(sc, DMA_IRQ_PEND_REG1_REG))
[
all
...]
/src/sys/arch/bebox/stand/boot/
fd.c
730
#define
DMA_READ
0x46 /* DMA read opcode */
747
outb(DMA_MODE, func == F_READ ?
DMA_READ
: DMA_WRITE);
/src/sys/dev/ic/
interwavereg.h
217
#define
DMA_READ
0x01
Completed in 14 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025