Home
last modified time | relevance | path

Searched refs:tco_version (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ichwd/
Dichwd.c392 if (sc->tco_version < 4) in ichwd_sts_reset()
435 if (sc->tco_version == 1) in ichwd_tmr_reload()
452 if (sc->tco_version == 1) { in ichwd_tmr_set()
482 switch (sc->tco_version) { in ichwd_clear_noreboot()
518 sc->tco_version); in ichwd_clear_noreboot()
542 if (sc->tco_version == 3) { in ichwd_event()
639 KASSERT(id_p->tco_version >= 1, in ichwd_identify()
640 ("unexpected TCO version %d", id_p->tco_version)); in ichwd_identify()
641 KASSERT(id_p->tco_version != 4 || smb != NULL, in ichwd_identify()
643 KASSERT(id_p->tco_version >= 4 || ich != NULL, in ichwd_identify()
[all …]
Dichwd.h40 unsigned int tco_version; member
47 int tco_version; member