Home
last modified time | relevance | path

Searched refs:GM_GP_CTRL (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/msk/
HDif_msk.c543 GMAC_WRITE_2(sc, sc_if->msk_port, GM_GP_CTRL, gmac); in msk_miibus_statchg()
545 GMAC_READ_2(sc, sc_if->msk_port, GM_GP_CTRL); in msk_miibus_statchg()
564 gmac = GMAC_READ_2(sc, sc_if->msk_port, GM_GP_CTRL); in msk_miibus_statchg()
567 GMAC_WRITE_2(sc, sc_if->msk_port, GM_GP_CTRL, gmac); in msk_miibus_statchg()
569 GMAC_READ_2(sc, sc_if->msk_port, GM_GP_CTRL); in msk_miibus_statchg()
3847 GMAC_WRITE_2(sc, sc_if->msk_port, GM_GP_CTRL, 0); in msk_init_locked()
4180 val = GMAC_READ_2(sc, sc_if->msk_port, GM_GP_CTRL); in msk_stop()
4182 GMAC_WRITE_2(sc, sc_if->msk_port, GM_GP_CTRL, val); in msk_stop()
4184 GMAC_READ_2(sc, sc_if->msk_port, GM_GP_CTRL); in msk_stop()
HDif_mskreg.h1665 #define GM_GP_CTRL 0x0004 /* 16 bit r/w General Purpose Control */ macro