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

  /src/sys/arch/arm/ep93xx/
epgpio.c 69 bus_size_t xinttype1; member in struct:port_info
155 pi->xinttype1 = EP93XX_GPIO_AIntType1;
170 pi->xinttype1 = EP93XX_GPIO_BIntType1;
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;
215 pi->xinttype1 = EP93XX_GPIO_FIntType1;
229 pi->xinten = pi->xinttype1 = pi->xinttype2 = pi->xeoi = pi->xdb = -1;
239 pi->xinten = pi->xinttype1 = pi->xinttype2 = pi->xeoi = pi->xdb = -1;
465 epgpio_bit_set(sc, pi->xinttype1, bit)
    [all...]
  /src/sys/arch/arm/at91/
at91pio.c 339 at91pio_bit_set(sc, sc->xinttype1, bit);
341 at91pio_bit_clear(sc, sc->xinttype1, bit);

Completed in 11 milliseconds