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

  /src/sys/arch/arm/xscale/
pxa2x0_gpio.c 182 pxagpio_reg_write(sc, GPIO_GEDR0, ~0);
346 pxagpio_reg_write(sc, GPIO_REG(GPIO_GEDR0, gh->gh_gpio), bit);
383 bus_space_write_4(sc->sc_bust, sc->sc_bush, GPIO_REG(GPIO_GEDR0, 0),
401 bus_space_write_4(sc->sc_bust, sc->sc_bush, GPIO_REG(GPIO_GEDR0, 1),
417 gedr = pxagpio_reg_read(sc, GPIO_REG(GPIO_GEDR0, gpio_base));
428 pxagpio_reg_write(sc, GPIO_REG(GPIO_GEDR0, gpio_base), gedr);
652 pxagpio_reg_write(sc, GPIO_REG(GPIO_GEDR0, gpio), bit);
pxa2x0reg.h 393 #define GPIO_GEDR0 0x48 /* edge detect [31:0] */
pxa2x0_apm.c 1057 bus_space_write_4(sc->sc_iot, pxa2x0_gpio_ioh, GPIO_GEDR0, 0xffffffff);

Completed in 17 milliseconds