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

/freebsd-11.0-release/sys/dev/fxp/
H A Dif_fxpreg.h45 #define FXP_CSR_MDICONTROL 16 /* mdi control (4 bytes) */ macro
H A Dif_fxp.c2771 CSR_WRITE_4(sc, FXP_CSR_MDICONTROL,
2774 while (((value = CSR_READ_4(sc, FXP_CSR_MDICONTROL)) & 0x10000000) == 0
2790 CSR_WRITE_4(sc, FXP_CSR_MDICONTROL,
2794 while ((CSR_READ_4(sc, FXP_CSR_MDICONTROL) & 0x10000000) == 0 &&

Completed in 63 milliseconds