Home
last modified time | relevance | path

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

/freebsd/sys/dev/hifn/
H A Dhifn7751.c1340 HIFN_D_JUMP | HIFN_D_MASKDONEIRQ); in hifn_alloc_slot()
1350 HIFN_D_JUMP | HIFN_D_MASKDONEIRQ); in hifn_alloc_slot()
1360 HIFN_D_JUMP | HIFN_D_MASKDONEIRQ); in hifn_alloc_slot()
1370 HIFN_D_JUMP | HIFN_D_MASKDONEIRQ); in hifn_alloc_slot()
1383 const u_int32_t masks = HIFN_D_VALID | HIFN_D_LAST | HIFN_D_MASKDONEIRQ; in hifn_writeramaddr()
1444 const u_int32_t masks = HIFN_D_VALID | HIFN_D_LAST | HIFN_D_MASKDONEIRQ; in hifn_readramaddr()
1656 HIFN_D_MASKDONEIRQ); in hifn_dmamap_dstwrap()
1676 HIFN_D_MASKDONEIRQ | dst->segs[i].ds_len); in hifn_dmamap_load_dst()
1686 l = HIFN_D_VALID | HIFN_D_MASKDONEIRQ | HIFN_D_LAST | in hifn_dmamap_load_dst()
1691 l = HIFN_D_VALID | HIFN_D_MASKDONEIRQ | HIFN_D_LAST | in hifn_dmamap_load_dst()
[all …]
H A Dhifn7751reg.h103 #define HIFN_D_MASKDONEIRQ 0x02000000 /* mask the done interrupt */ macro