Home | History | Annotate | Download | only in pci

Lines Matching defs:tgtirq

484 	uint16_t mstcmd, mstirq, tgtid, tgtirq;
493 tgtirq = bus_space_read_2(sc->sc_memt, sc->sc_memh, MMCR_HBTGTIRQSTA);
519 tgtid = __SHIFTOUT(tgtirq, MMCR_HBTGTIRQSTA_T_IRQ_ID);
522 if ((tgtirq & tmsg[i].bit) == 0)
994 uint16_t pcihostmap, mstirq, tgtirq;
1010 tgtirq = bus_space_read_2(sc->sc_memt, sc->sc_memh, MMCR_HBTGTIRQCTL);
1021 tgtirq |= MMCR_HBTGTIRQCTL_T_DLYTO_IRQ_ENB;
1022 tgtirq |= MMCR_HBTGTIRQCTL_T_APER_IRQ_ENB;
1023 tgtirq |= MMCR_HBTGTIRQCTL_T_DPER_IRQ_ENB;
1038 tgtirq |= MMCR_HBTGTIRQCTL_T_DLYTO_IRQ_SEL;
1039 tgtirq |= MMCR_HBTGTIRQCTL_T_APER_IRQ_SEL;
1040 tgtirq |= MMCR_HBTGTIRQCTL_T_DPER_IRQ_SEL;
1046 bus_space_write_2(sc->sc_memt, sc->sc_memh, MMCR_HBTGTIRQCTL, tgtirq);
1082 uint16_t pcihostmap, mstirq, tgtirq;
1097 tgtirq = bus_space_read_2(sc->sc_memt, sc->sc_memh, MMCR_HBTGTIRQCTL);
1098 tgtirq &= ~MMCR_HBTGTIRQCTL_T_DLYTO_IRQ_ENB;
1099 tgtirq &= ~MMCR_HBTGTIRQCTL_T_APER_IRQ_ENB;
1100 tgtirq &= ~MMCR_HBTGTIRQCTL_T_DPER_IRQ_ENB;
1101 bus_space_write_2(sc->sc_memt, sc->sc_memh, MMCR_HBTGTIRQCTL, tgtirq);