Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpreg.h45 #define FXP_CSR_MDICONTROL 16 /* mdi control (4 bytes) */ macro
H A Dif_fxp.c2741 CSR_WRITE_4(sc, FXP_CSR_MDICONTROL, in fxp_miibus_readreg()
2744 while (((value = CSR_READ_4(sc, FXP_CSR_MDICONTROL)) & 0x10000000) == 0 in fxp_miibus_readreg()
2760 CSR_WRITE_4(sc, FXP_CSR_MDICONTROL, in fxp_miibus_writereg()
2764 while ((CSR_READ_4(sc, FXP_CSR_MDICONTROL) & 0x10000000) == 0 && in fxp_miibus_writereg()