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

  /src/sys/arch/arm/xscale/
pxa2x0_gpio.c 685 uint32_t gfer; local in function:pxa2x0_gpio_set_intr_level
692 gfer = pxagpio_reg_read(sc, GPIO_REG(GPIO_GFER0, gpio));
697 gfer &= ~bit;
701 gfer |= bit;
705 gfer &= ~bit;
709 gfer |= bit;
717 pxagpio_reg_write(sc, GPIO_REG(GPIO_GFER0, gpio), gfer);
pxa2x0_gpio.c 685 uint32_t gfer; local in function:pxa2x0_gpio_set_intr_level
692 gfer = pxagpio_reg_read(sc, GPIO_REG(GPIO_GFER0, gpio));
697 gfer &= ~bit;
701 gfer |= bit;
705 gfer &= ~bit;
709 gfer |= bit;
717 pxagpio_reg_write(sc, GPIO_REG(GPIO_GFER0, gpio), gfer);
pxa2x0_gpio.c 685 uint32_t gfer; local in function:pxa2x0_gpio_set_intr_level
692 gfer = pxagpio_reg_read(sc, GPIO_REG(GPIO_GFER0, gpio));
697 gfer &= ~bit;
701 gfer |= bit;
705 gfer &= ~bit;
709 gfer |= bit;
717 pxagpio_reg_write(sc, GPIO_REG(GPIO_GFER0, gpio), gfer);

Completed in 130 milliseconds