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

  /src/sys/arch/evbarm/g42xxeb/
if_ne_obio.c 196 GPIO_GPDR0, (0x01<<DEBUG_GPIO) | (0x01<<DEBUG_GPIO2) |
198 GPIO_GPDR0));
  /src/sys/arch/arm/xscale/
pxa2x0_gpio.c 503 io = pxagpio_reg_read(sc, GPIO_REG(GPIO_GPDR0, gpio));
562 rv = pxagpio_reg_read(sc, GPIO_REG(GPIO_GPDR0, gpio)) & ~bit;
565 pxagpio_reg_write(sc, GPIO_REG(GPIO_GPDR0, gpio), rv);
632 reg = pxagpio_reg_read(sc, GPIO_REG(GPIO_GPDR0, gpio)) & ~bit;
635 pxagpio_reg_write(sc, GPIO_REG(GPIO_GPDR0, gpio), reg);
pxa2x0_apm.c 932 sd.sd_gpdr0 = bus_space_read_4(sc->sc_iot, pxa2x0_gpio_ioh, GPIO_GPDR0);
1040 bus_space_write_4(sc->sc_iot, pxa2x0_gpio_ioh, GPIO_GPDR0, 0xd01c4418);
1062 bus_space_write_4(sc->sc_iot, pxa2x0_gpio_ioh, GPIO_GPDR0, sd.sd_gpdr0);
pxa2x0reg.h 369 #define GPIO_GPDR0 0x0c /* dir reg [31:0] */

Completed in 16 milliseconds