Home
last modified time | relevance | path

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

/freebsd/sys/dev/ichwd/
H A Dichwd.c353 ichwd_write_smi_4(sc, SMI_EN, ichwd_read_smi_4(sc, SMI_EN) & ~SMI_TCO_EN); in ichwd_smi_disable()
362 ichwd_write_smi_4(sc, SMI_EN, ichwd_read_smi_4(sc, SMI_EN) | SMI_TCO_EN); in ichwd_smi_enable()
371 return ((ichwd_read_smi_4(sc, SMI_EN) & SMI_TCO_EN) != 0); in ichwd_smi_is_enabled()
H A Dichwd.h325 #define SMI_EN 0x00 /* SMI Control and Enable Register */ macro
/freebsd/sys/dev/vnic/
H A Dthunder_mdio.c83 #define SMI_EN 0x20 macro
169 mdio_reg_write(sc, SMI_EN, SMI_EN_EN); in thunder_mdio_attach()