Home
last modified time | relevance | path

Searched refs:dtq_chip (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/en/
HDmidway.c1472 sc->dtq_chip = MID_DTQ_REG2A(en_read(sc, MID_DMA_RDTX)); in en_init()
1473 en_write(sc, MID_DMA_WRTX, MID_DRQ_A2REG(sc->dtq_chip)); in en_init()
1474 sc->dtq_us = sc->dtq_chip; in en_init()
1481 sc->dtq_chip, sc->hwslistp)); in en_init()
1719 idx = MID_DTQ_A2REG(sc->dtq_chip); /* where we last saw chip */ in en_intr_tx_dma()
1748 sc->dtq_chip = MID_DTQ_REG2A(val); /* sync softc */ in en_intr_tx_dma()
2601 sc->dtq_chip = MID_DTQ_REG2A(en_read(sc, MID_DMA_RDTX)); in en_dmaprobe_doit()
2624 en_write(sc, sc->dtq_chip, in en_dmaprobe_doit()
2627 en_write(sc, sc->dtq_chip, in en_dmaprobe_doit()
2629 en_write(sc, sc->dtq_chip + 4, psp); in en_dmaprobe_doit()
[all …]
HDmidwayvar.h177 uint32_t dtq_chip; /* chip's pointer (byte offset) */ member