Searched refs:TSEC_READ (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/tsec/
H A Dif_tsec_fdt.c135 id = TSEC_READ(sc, TSEC_REG_ID);
137 id |= TSEC_READ(sc, TSEC_REG_ID2);
351 hw.reg[0] = TSEC_READ(sc, TSEC_REG_MACSTNADDR1);
352 hw.reg[1] = TSEC_READ(sc, TSEC_REG_MACSTNADDR2);
H A Dif_tsec.c400 i = TSEC_READ(sc, TSEC_REG_ID2);
529 val = TSEC_READ(sc, TSEC_REG_MACCFG1);
591 dma_flags = TSEC_READ(sc, TSEC_REG_DMACTRL);
621 while (--timeout && (!(TSEC_READ(sc, TSEC_REG_IEVENT) &
668 maccfg1_flags = TSEC_READ(sc, TSEC_REG_MACCFG1);
673 maccfg1_flags = TSEC_READ(sc, TSEC_REG_MACCFG1);
857 flags = TSEC_READ(sc, TSEC_REG_RCTRL);
890 ie = TSEC_READ(sc, TSEC_REG_IEVENT);
1229 tmpval = TSEC_READ(sc, TSEC_REG_MACCFG1);
1432 ifp->if_collisions += TSEC_READ(s
[all...]
H A Dif_tsec.h252 #define TSEC_READ(sc, reg) \ macro

Completed in 31 milliseconds