elan520.c | 484 uint16_t mstcmd, mstirq, tgtid, tgtirq; local in function:elanpex_intr 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; local in function:elanpex_intr_establish 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 1082 uint16_t pcihostmap, mstirq, tgtirq; local in function:elanpex_shutdown [all...] |