HomeSort by: relevance | last modified time | path
    Searched refs:SK_GMAC_CTRL (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
skg.c 132 #define SK_GMAC_CTRL 0x0f00
468 CSR_WRITE_4(l, SK_GMAC_CTRL, GMAC_RESET_SET);
470 CSR_WRITE_4(l, SK_GMAC_CTRL, GMAC_RESET_CLEAR);
471 CSR_WRITE_4(l, SK_GMAC_CTRL, GMAC_RESET_SET);
479 CSR_WRITE_4(l, SK_GMAC_CTRL, GMAC_LOOP_OFF | GMAC_PAUSE_ON |
  /src/sys/dev/pci/
if_sk.c 2596 SK_IF_WRITE_4(sc_if, 0, SK_GMAC_CTRL, SK_GMAC_RESET_SET);
2598 SK_IF_WRITE_4(sc_if, 0, SK_GMAC_CTRL, SK_GMAC_RESET_CLEAR);
2599 SK_IF_WRITE_4(sc_if, 0, SK_GMAC_CTRL, SK_GMAC_RESET_SET);
2625 SK_IF_WRITE_4(sc_if, 0, SK_GMAC_CTRL, SK_GMAC_LOOP_OFF |
2629 SK_IF_READ_4(sc_if, 0, SK_GMAC_CTRL)));
if_msk.c 1010 CSR_WRITE_2(sc, SK_GMAC_CTRL, SK_GMAC_BYP_MACSECRX |
1154 SK_IF_WRITE_4(sc_if, 0, SK_GMAC_CTRL, SK_GMAC_RESET_SET);
1158 SK_IF_WRITE_4(sc_if, 0, SK_GMAC_CTRL, SK_GMAC_LOOP_OFF |
2408 SK_IF_READ_4(sc_if, 0, SK_GMAC_CTRL)));
if_skreg.h 1333 #define SK_GMAC_CTRL 0x0f00 /* GMAC Control Register */

Completed in 43 milliseconds