Lines Matching refs:pcpu_master
103 int pcpu_master; member
212 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_start()
260 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_stop()
309 mt = (t->pcpu_master < 0) ? t : &sc->t[t->pcpu_master]; in hpet_intr_single()
476 int pcpu_master, error; in hpet_attach() local
558 t->pcpu_master = -1; in hpet_attach()
715 pcpu_master = 0; in hpet_attach()
721 pcpu_master = i; in hpet_attach()
723 t->pcpu_master = pcpu_master; in hpet_attach()
724 sc->t[pcpu_master]. in hpet_attach()
798 if (t->pcpu_master >= 0) { in hpet_attach()
812 if (t->pcpu_master < 0 || t->pcpu_master == i) { in hpet_attach()