Searched refs:SMI_TCO_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.h251 #define SMI_TCO_EN 0x2000 macro

Completed in 88 milliseconds