Home | History | Annotate | Download | only in ep93xx

Lines Matching defs:xinten

68 	bus_size_t		xinten;
154 pi->xinten = EP93XX_GPIO_AIntEn;
162 bus_space_write_4(sc->sc_iot, sc->sc_ioh, pi->xinten, 0);
169 pi->xinten = EP93XX_GPIO_BIntEn;
177 bus_space_write_4(sc->sc_iot, sc->sc_ioh, pi->xinten, 0);
184 pi->xinten = pi->xinttype1 = pi->xinttype2 = pi->xeoi = pi->xdb = -1;
194 pi->xinten = pi->xinttype1 = pi->xinttype2 = pi->xeoi = pi->xdb = -1;
204 pi->xinten = pi->xinttype1 = pi->xinttype2 = pi->xeoi = pi->xdb = -1;
214 pi->xinten = EP93XX_GPIO_FIntEn;
222 bus_space_write_4(sc->sc_iot, sc->sc_ioh, pi->xinten, 0);
229 pi->xinten = pi->xinttype1 = pi->xinttype2 = pi->xeoi = pi->xdb = -1;
239 pi->xinten = pi->xinttype1 = pi->xinttype2 = pi->xeoi = pi->xdb = -1;
458 epgpio_bit_clear(sc, pi->xinten, bit);
481 epgpio_bit_set(sc, pi->xinten, bit);
512 epgpio_bit_clear(sc, pi->xinten, bit);