Searched refs:TSEC_REG_MACCFG1 (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/tsec/ |
| HD | if_tsec.c | 529 val = TSEC_READ(sc, TSEC_REG_MACCFG1); in tsec_init_locked() 531 TSEC_WRITE(sc, TSEC_REG_MACCFG1, val); in tsec_init_locked() 668 maccfg1_flags = TSEC_READ(sc, TSEC_REG_MACCFG1); in tsec_reset_mac() 670 TSEC_WRITE(sc, TSEC_REG_MACCFG1, maccfg1_flags); in tsec_reset_mac() 673 maccfg1_flags = TSEC_READ(sc, TSEC_REG_MACCFG1); in tsec_reset_mac() 675 TSEC_WRITE(sc, TSEC_REG_MACCFG1, maccfg1_flags); in tsec_reset_mac() 1229 tmpval = TSEC_READ(sc, TSEC_REG_MACCFG1); in tsec_stop() 1231 TSEC_WRITE(sc, TSEC_REG_MACCFG1, tmpval); in tsec_stop()
|
| HD | if_tsecreg.h | 74 #define TSEC_REG_MACCFG1 0x500 /* MAC configuration 1 register */ macro
|