Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dciphy.c270 if (bmsr & CIPHY_AUXCSR_FDX) in ciphy_status()
331 (status & CIPHY_AUXCSR_FDX)) { in ciphy_fixup()
350 (status & CIPHY_AUXCSR_FDX)) { in ciphy_fixup()
H A Dciphyreg.h345 #define CIPHY_AUXCSR_FDX 0x0020 /* duplex 1=full, 0=half */ macro