HomeSort by: relevance | last modified time | path
    Searched refs:sc_ipl (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/mvme68k/dev/
wdsc.c 181 sc->sc_ipl = pa->pa_ipl & PCC_IMASK;
187 evcnt_attach_dynamic(&evcnt, EVCNT_TYPE_INTR, pccintr_evcnt(sc->sc_ipl),
189 pccintr_establish(PCCV_DMA, wdsc_dmaintr, sc->sc_ipl, sc, &evcnt);
190 pccintr_establish(PCCV_SCSI, wdsc_scsiintr, sc->sc_ipl, sc, &evcnt);
192 sc->sc_ipl | PCC_IENABLE | PCC_ICLEAR);
207 dev->sc_ipl | PCC_IENABLE | PCC_ICLEAR);
235 dev->sc_ipl | PCC_IENABLE | PCC_ICLEAR);
268 dev->sc_ipl | PCC_IENABLE | PCC_ICLEAR);
289 pcc_reg_write(sys_pcc, PCCREG_DMA_INTR_CTRL, dev->sc_ipl | PCC_ICLEAR);
318 dev->sc_ipl | PCC_IENABLE | PCC_ICLEAR)
    [all...]
lpt_pcc.c 112 sc->sc_ipl = pa->pa_ipl & PCC_IMASK;
130 pccintr_evcnt(sc->sc_ipl), "printer", device_xname(sc->sc_dev));
135 pccintr_establish(PCCV_PRINTER, lpt_pcc_intr, sc->sc_ipl, sc,
176 sc->sc_icr = sc->sc_ipl | LPI_ENABLE;
187 sc->sc_icr = sc->sc_ipl;
sbicvar.h 101 int sc_ipl; member in struct:sbic_softc
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_var.h 59 int sc_ipl; /* Max ipl among sub interrupts */ member in struct:obio_softc
obio.c 254 sc->sc_ipl = IPL_AUDIO;
255 sc->sc_ih = pxa2x0_gpio_intr_establish(0, IST_EDGE_FALLING, sc->sc_ipl,
343 if (ipl > sc->sc_ipl) {
345 sc->sc_ipl = ipl;
  /src/sys/dev/mvme/
lptvar.h 66 int sc_ipl; member in struct:lpt_softc
lpt_pcctwo.c 123 sc->sc_ipl = pa->pa_ipl & PCCTWO_ICR_LEVEL_MASK;
146 pcctwointr_evcnt(sc->sc_ipl), "printer", device_xname(sc->sc_dev));
151 pcctwointr_establish(PCCTWOV_PRT_ACK, lpt_pcctwo_intr, sc->sc_ipl, sc,
192 sc->sc_icr = sc->sc_ipl | PCCTWO_ICR_EDGE;
  /src/sys/arch/evbarm/lubbock/
obio.c 256 sc->sc_ipl = IPL_BIO;
272 sc->sc_ipl = IPL_BIO;
277 sc->sc_ipl = IPL_AUDIO;
279 sc->sc_ih = pxa2x0_gpio_intr_establish(0, IST_EDGE_FALLING, sc->sc_ipl,
324 if (ipl > sc->sc_ipl) {
326 sc->sc_ipl = ipl;
lubbock_var.h 56 int sc_ipl; /* Max ipl among sub interrupts */ member in struct:obio_softc
  /src/sys/arch/hp300/dev/
dma.c 125 int sc_ipl; /* our interrupt level */ member in struct:dma_softc
270 if (sc->sc_ih != NULL && sc->sc_ipl == ipl) {
279 if ((sc->sc_ipl = ipl) == 0) {
284 sc->sc_ih = intr_establish(dmaintr, sc, sc->sc_ipl, ISRPRI_BIO);
285 if (sc->sc_type == DMA_B && sc->sc_ipl != 3) {
288 sc->sc_ipl);
485 dc->dm_cmd = DMA_ENAB | DMA_IPL(sc->sc_ipl) | DMA_START;
frodo.c 96 int sc_ipl; member in struct:frodo_softc
155 sc->sc_ipl = ia->ia_ipl;
268 sc->sc_ih = intr_establish(frodointr, sc, sc->sc_ipl, isrpri);
310 sc->sc_ih = intr_establish(frodointr, sc, sc->sc_ipl, newpri);
  /src/sys/dev/fdt/
virtio_mmio_fdt.c 160 vsc->sc_ipl, flags, virtio_mmio_intr, msc,
  /src/sys/dev/pci/
virtiovar.h 153 int sc_ipl; /* set by child */ member in struct:virtio_softc
virtio_pci.c 988 sc->sc_ipl, virtio_pci_msix_config_intr, sc, intr_xname);
1010 psc->sc_ihp[n], sc->sc_ipl,
1027 psc->sc_ihp[idx], sc->sc_ipl,
1119 sc->sc_ipl, virtio_pci_intr, sc, device_xname(sc->sc_dev));
virtio.c 894 mutex_init(&vq->vq_freedesc_lock, MUTEX_SPIN, sc->sc_ipl);
895 mutex_init(&vq->vq_aring_lock, MUTEX_SPIN, sc->sc_ipl);
896 mutex_init(&vq->vq_uring_lock, MUTEX_SPIN, sc->sc_ipl);
1366 sc->sc_ipl = ipl;
  /src/sys/dev/virtio/arch/x86/
virtio_mmio_cmdline.c 323 msc->sc_ih = intr_establish_xname(irq, pic, pin, IST_LEVEL, vsc->sc_ipl,

Completed in 20 milliseconds