Home
last modified time | relevance | path

Searched refs:SK_GPHY_CTRL (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/sandpoint/stand/altboot/
H A Dskg.c137 #define SK_GPHY_CTRL 0x0f04 macro
467 CSR_WRITE_4(l, SK_GPHY_CTRL, GPHY_RESET_SET); in mii_initphy()
476 CSR_WRITE_4(l, SK_GPHY_CTRL, val | GPHY_RESET_SET); in mii_initphy()
478 CSR_WRITE_4(l, SK_GPHY_CTRL, val | GPHY_RESET_CLEAR); in mii_initphy()
/netbsd/sys/dev/pci/
H A Dif_sk.c2602 SK_IF_WRITE_4(sc_if, 0, SK_GPHY_CTRL, SK_GPHY_RESET_SET); in sk_unreset_yukon()
2632 SK_IF_WRITE_4(sc_if, 0, SK_GPHY_CTRL, phy | SK_GPHY_RESET_SET); in sk_unreset_yukon()
2634 SK_IF_WRITE_4(sc_if, 0, SK_GPHY_CTRL, phy | SK_GPHY_RESET_CLEAR); in sk_unreset_yukon()
H A Dif_skreg.h1332 #define SK_GPHY_CTRL 0x0f04 /* GPHY Control Register */ macro
H A Dif_msk.c1155 SK_IF_WRITE_1(sc_if, 0, SK_GPHY_CTRL, SK_GPHY_RESET_SET); in msk_reset()
1157 SK_IF_WRITE_1(sc_if, 0, SK_GPHY_CTRL, SK_GPHY_RESET_CLEAR); in msk_reset()