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

/freebsd-10.2-release/sys/dev/ichwd/
H A Dichwd.c269 * (by clearing the SMI_TCO_EN bit of the SMI_EN register) to prevent this
275 ichwd_write_smi_4(sc, SMI_EN, ichwd_read_smi_4(sc, SMI_EN) & ~SMI_TCO_EN);
284 ichwd_write_smi_4(sc, SMI_EN, ichwd_read_smi_4(sc, SMI_EN) | SMI_TCO_EN);
293 return ((ichwd_read_smi_4(sc, SMI_EN) & SMI_TCO_EN) != 0);
H A Dichwd.h232 #define SMI_EN 0x00 /* SMI Control and Enable Register */ macro
250 /* bit definitions for SMI_EN and SMI_STS */

Completed in 97 milliseconds