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

/freebsd-10.2-release/sys/dev/ichwd/
H A Dichwd.c242 #define ichwd_read_smi_4(sc, off) \ macro
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);

Completed in 27 milliseconds