Lines Matching refs:pcpu_master
107 int pcpu_master; member
215 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_start()
263 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_stop()
312 mt = (t->pcpu_master < 0) ? t : &sc->t[t->pcpu_master]; in hpet_intr_single()
477 int pcpu_master, error; in hpet_attach() local
545 t->pcpu_master = -1; in hpet_attach()
702 pcpu_master = 0; in hpet_attach()
708 pcpu_master = i; in hpet_attach()
710 t->pcpu_master = pcpu_master; in hpet_attach()
711 sc->t[pcpu_master]. in hpet_attach()
785 if (t->pcpu_master >= 0) { in hpet_attach()
799 if (t->pcpu_master < 0 || t->pcpu_master == i) { in hpet_attach()