Searched refs:resr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h97 struct hifn_desc resr[HIFN_D_RES_RSIZE+1]; member in struct:hifn_dma
115 #define HIFN_RESR_SYNC(sc, i, f) HIFN_RING_SYNC((sc), resr, (i), (f))
H A Dhifn7751.c1138 offsetof(struct hifn_dma, resr[0]));
1373 dma->resr[HIFN_D_RES_RSIZE].l = htole32(HIFN_D_VALID |
1414 dma->resr[resi].l = htole32(4 | masks);
1423 if ((dma->resr[resi].l & htole32(HIFN_D_VALID)) == 0)
1474 dma->resr[resi].l = htole32(HIFN_MAX_RESULT | masks);
1483 if ((dma->resr[resi].l & htole32(HIFN_D_VALID)) == 0)
1520 dma->resr[i].p = htole32(sc->sc_dma_physaddr +
1529 dma->resr[HIFN_D_RES_RSIZE].p =
1530 htole32(sc->sc_dma_physaddr + offsetof(struct hifn_dma, resr[0]));
2001 dma->resr[HIFN_D_RES_RSIZ
[all...]

Completed in 98 milliseconds