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

  /src/sys/arch/arm/ep93xx/
epgpio.c 70 bus_size_t xinttype2; member in struct:port_info
156 pi->xinttype2 = EP93XX_GPIO_AIntType2;
171 pi->xinttype2 = EP93XX_GPIO_BIntType2;
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;
216 pi->xinttype2 = EP93XX_GPIO_FIntType2;
229 pi->xinten = pi->xinttype1 = pi->xinttype2 = pi->xeoi = pi->xdb = -1;
239 pi->xinten = pi->xinttype1 = pi->xinttype2 = pi->xeoi = pi->xdb = -1;
469 epgpio_bit_set(sc, pi->xinttype2, bit)
    [all...]
  /src/sys/arch/arm/at91/
at91pio.c 343 at91pio_bit_set(sc, sc->xinttype2, bit);
345 at91pio_bit_clear(sc, sc->xinttype2, bit);

Completed in 13 milliseconds