Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_master.h321 #define CFG_S0I 0x00000001 macro
H A Dfm_macsec_master.c573 if (enable && (tmpReg & CFG_S0I)) in FmMacsecSetPTP()
577 tmpReg |= CFG_S0I; in FmMacsecSetPTP()
579 tmpReg &= ~CFG_S0I; in FmMacsecSetPTP()