Searched refs:ecntrl (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c975 WRITE_UINT32(p_Dtsec->p_MemMap->ecntrl, GET_UINT32(p_Dtsec->p_MemMap->ecntrl) | ECNTRL_CLRCNT);
1228 WRITE_UINT32(p_DtsecMemMap->ecntrl, GET_UINT32(p_DtsecMemMap->ecntrl) & ~ECNTRL_STEN);
1235 WRITE_UINT32(p_DtsecMemMap->ecntrl, GET_UINT32(p_DtsecMemMap->ecntrl) | ECNTRL_STEN);
1242 WRITE_UINT32(p_DtsecMemMap->ecntrl, GET_UINT32(p_DtsecMemMap->ecntrl) | ECNTRL_STEN);
1290 tmpReg32 = GET_UINT32(p_DtsecMemMap->ecntrl);
1298 WRITE_UINT32(p_DtsecMemMap->ecntrl, tmpReg3
[all...]
H A Ddtsec.h429 volatile uint32_t ecntrl; /* 0x014 E control register */ member in struct:__anon8160
/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.c1626 uint32_t ecntrl, id, tmp; local
1669 ecntrl = TSEC_READ(sc, TSEC_REG_ECNTRL) & ~TSEC_ECNTRL_R100M;
1670 ecntrl |= (tmp & TSEC_MACCFG2_MII) ? TSEC_ECNTRL_R100M : 0;
1671 TSEC_WRITE(sc, TSEC_REG_ECNTRL, ecntrl);

Completed in 501 milliseconds