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

/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dif_ecereg.h36 #define PHY_RW_OK (1<<15) macro
H A Dif_ece.c197 write_4(sc, PHY_CONTROL, PHY_RW_OK);
204 if (status & PHY_RW_OK) {
207 write_4(sc, PHY_CONTROL, PHY_RW_OK);
220 write_4(sc, PHY_CONTROL, PHY_RW_OK);
225 if (read_4(sc, PHY_CONTROL) & PHY_RW_OK) {
229 write_4(sc, PHY_CONTROL, PHY_RW_OK);

Completed in 47 milliseconds