HomeSort by: relevance | last modified time | path
    Searched defs:mac_write (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/sociox/
if_scx.c 626 mac_write(struct scx_softc *sc, int reg, int val) function in typeref:typename:void
1087 mac_write(sc, GMACOMR, 0);
1088 mac_write(sc, GMACBMR, BMR_RST);
1093 mac_write(sc, GMACBMR, _BMR);
1094 mac_write(sc, GMACAFR, 0);
1120 mac_write(sc, GMACOMR, csr &~ (OMR_SR | OMR_ST));
1170 mac_write(sc, GMACMAL0, csr);
1172 mac_write(sc, GMACMAH0, csr);
1188 mac_write(sc, GMACRDLA, _RDLA); /* GMAC rdes store */
1189 mac_write(sc, GMACTDLA, _TDLA); /* GMAC tdes store *
    [all...]

Completed in 13 milliseconds