Searched refs:SMI_EN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/ichwd/
H A Dichwd.c331 * (by clearing the SMI_TCO_EN bit of the SMI_EN register) to prevent this
337 ichwd_write_smi_4(sc, SMI_EN, ichwd_read_smi_4(sc, SMI_EN) & ~SMI_TCO_EN);
346 ichwd_write_smi_4(sc, SMI_EN, ichwd_read_smi_4(sc, SMI_EN) | SMI_TCO_EN);
355 return ((ichwd_read_smi_4(sc, SMI_EN) & SMI_TCO_EN) != 0);
H A Dichwd.h295 #define SMI_EN 0x00 /* SMI Control and Enable Register */ macro
313 /* bit definitions for SMI_EN and SMI_STS */
/freebsd-11.0-release/sys/dev/vnic/
H A Dthunder_mdio.c87 #define SMI_EN 0x20 macro
174 mdio_reg_write(sc, SMI_EN, SMI_EN_EN);

Completed in 162 milliseconds