Home
last modified time | relevance | path

Searched refs:gsr (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/mii/
Dciphy.c250 int bmsr, bmcr, gsr; in ciphy_status() local
295 gsr = PHY_READ(sc, MII_100T2SR); in ciphy_status()
297 gsr & GTSR_MS_RES) in ciphy_status()
Datphy.c285 uint32_t bmsr, bmcr, gsr, ssr; in atphy_status() local
339 gsr = PHY_READ(sc, MII_100T2SR); in atphy_status()
341 gsr & GTSR_MS_RES) in atphy_status()
Deephy.c402 int bmcr, gsr, ssr; in eephy_status() local
439 gsr = PHY_READ(sc, E1000_1GSR) | PHY_READ(sc, E1000_1GSR); in eephy_status()
440 if (gsr & E1000_1GSR_MS_CONFIG_RES) in eephy_status()
/openbsd/src/sys/arch/sparc64/sparc64/
Dlocore.s3185 rd %gsr, %g2 ! Save %gsr
6038 rd %gsr, %o4 ! Save %gsr
6072 ld [%o0 + FS_GSR], %o4 ! Restore %gsr
6079 wr %o4, %g0, %gsr
/openbsd/src/sys/dev/pci/
Dif_em.c1053 u_int16_t gsr; in em_media_status() local
1094 em_read_phy_reg(&sc->hw, PHY_1000T_STATUS, &gsr); in em_media_status()
1095 if (gsr & SR_1000T_MS_CONFIG_RES) in em_media_status()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.td418 def GSR: Rg<1, "gsr", ["g1"]>, DwarfRegNum<[221]>;