/src/sys/arch/arm/xscale/ |
pxa2x0_gpio.c | 686 uint32_t grer; local in function:pxa2x0_gpio_set_intr_level 693 grer = pxagpio_reg_read(sc, GPIO_REG(GPIO_GRER0, gpio)); 698 grer &= ~bit; 702 grer &= ~bit; 706 grer |= bit; 710 grer |= bit; 718 pxagpio_reg_write(sc, GPIO_REG(GPIO_GRER0, gpio), grer);
|
pxa2x0_gpio.c | 686 uint32_t grer; local in function:pxa2x0_gpio_set_intr_level 693 grer = pxagpio_reg_read(sc, GPIO_REG(GPIO_GRER0, gpio)); 698 grer &= ~bit; 702 grer &= ~bit; 706 grer |= bit; 710 grer |= bit; 718 pxagpio_reg_write(sc, GPIO_REG(GPIO_GRER0, gpio), grer);
|