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

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751.c1343 dma->cmdr[HIFN_D_CMD_RSIZE].l = htole32(HIFN_D_VALID |
1353 dma->srcr[HIFN_D_SRC_RSIZE].l = htole32(HIFN_D_VALID |
1363 dma->dstr[HIFN_D_DST_RSIZE].l = htole32(HIFN_D_VALID |
1373 dma->resr[HIFN_D_RES_RSIZE].l = htole32(HIFN_D_VALID |
1387 const u_int32_t masks = HIFN_D_VALID | HIFN_D_LAST | HIFN_D_MASKDONEIRQ;
1423 if ((dma->resr[resi].l & htole32(HIFN_D_VALID)) == 0)
1448 const u_int32_t masks = HIFN_D_VALID | HIFN_D_LAST | HIFN_D_MASKDONEIRQ;
1483 if ((dma->resr[resi].l & htole32(HIFN_D_VALID)) == 0)
1659 dma->dstr[idx].l = htole32(HIFN_D_VALID | HIFN_D_JUMP |
1679 dma->dstr[idx].l = htole32(HIFN_D_VALID |
[all...]
H A Dhifn7751reg.h109 #define HIFN_D_VALID 0x80000000 /* valid bit */ macro

Completed in 60 milliseconds