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

  /src/sys/arch/sandpoint/stand/altboot/
skg.c 137 #define SK_GPHY_CTRL 0x0f04
467 CSR_WRITE_4(l, SK_GPHY_CTRL, GPHY_RESET_SET);
476 CSR_WRITE_4(l, SK_GPHY_CTRL, val | GPHY_RESET_SET);
478 CSR_WRITE_4(l, SK_GPHY_CTRL, val | GPHY_RESET_CLEAR);
  /src/sys/dev/pci/
if_sk.c 2592 SK_IF_WRITE_4(sc_if, 0, SK_GPHY_CTRL, SK_GPHY_RESET_SET);
2622 SK_IF_WRITE_4(sc_if, 0, SK_GPHY_CTRL, phy | SK_GPHY_RESET_SET);
2624 SK_IF_WRITE_4(sc_if, 0, SK_GPHY_CTRL, phy | SK_GPHY_RESET_CLEAR);
if_msk.c 1155 SK_IF_WRITE_1(sc_if, 0, SK_GPHY_CTRL, SK_GPHY_RESET_SET);
1157 SK_IF_WRITE_1(sc_if, 0, SK_GPHY_CTRL, SK_GPHY_RESET_CLEAR);
if_skreg.h 1334 #define SK_GPHY_CTRL 0x0f04 /* GPHY Control Register */

Completed in 19 milliseconds