Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ste.c156 MII_SET(STE_PHYCTL_MDIR|STE_PHYCTL_MDATA); in ste_mii_sync()
211 MII_SET(STE_PHYCTL_MDIR); in ste_mii_readreg()
224 MII_CLR(STE_PHYCTL_MDIR); in ste_mii_readreg()
299 MII_SET(STE_PHYCTL_MDIR); in ste_mii_writereg()
319 MII_CLR(STE_PHYCTL_MDIR); in ste_mii_writereg()
H A Dif_stereg.h339 #define STE_PHYCTL_MDIR 0x04 macro