Home | History | Annotate | Download | only in vr

Lines Matching defs:vsc

107 	struct pcic_vrip_softc	*vsc = device_private(self);
108 struct pcic_softc *sc = &vsc->sc_pcic;
115 vsc->sc_intr_valid = PCIC_INTR_IRQ_VALIDMASK;
116 vsc->sc_intr_mask = 0xffff;
118 vsc->sc_intrhand[i].ih_fun = NULL;
121 IPL_NET, pcic_vrip_intr, vsc))
137 vsc->sc_intr_mask);
185 struct pcic_vrip_softc *vsc;
206 vsc = device_private(h->ph_parent);
207 sc = &vsc->sc_pcic;
210 ih = &vsc->sc_intrhand[irq];
223 vsc->sc_intr_mask &= ~(1 << irq);
225 vsc->sc_intr_mask);
235 struct pcic_vrip_softc *vsc;
242 vsc = device_private(h->ph_parent);
243 sc = &vsc->sc_pcic;
245 if (ih != &vsc->sc_intrhand[h->ih_irq])
250 vsc->sc_intr_mask |= 1 << h->ih_irq;
252 vsc->sc_intr_mask);
273 struct pcic_vrip_softc *vsc = arg;
274 struct pcic_softc *sc = &vsc->sc_pcic;
279 & ~vsc->sc_intr_mask;
282 struct intrhand *ih = &vsc->sc_intrhand[i];