Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dmtd8xx.c226 MIIMGT_MDO; in mtd_mii_command()
238 miir &= ~(MIIMGT_MDC | MIIMGT_MDO); in mtd_mii_command()
240 miir |= MIIMGT_MDO; in mtd_mii_command()
296 miir &= ~(MIIMGT_MDC | MIIMGT_MDO); in mtd_miibus_writereg()
298 miir |= MIIMGT_MDO;; in mtd_miibus_writereg()
Dmtd8xxreg.h192 #define MIIMGT_MDO 0x00000004U macro