GPIO_PORTA_DEBOUNCE 351 drivers/gpio/gpio-dwapb.c val_deb = dwapb_read(gpio, GPIO_PORTA_DEBOUNCE); GPIO_PORTA_DEBOUNCE 353 drivers/gpio/gpio-dwapb.c dwapb_write(gpio, GPIO_PORTA_DEBOUNCE, val_deb | mask); GPIO_PORTA_DEBOUNCE 355 drivers/gpio/gpio-dwapb.c dwapb_write(gpio, GPIO_PORTA_DEBOUNCE, val_deb & ~mask); GPIO_PORTA_DEBOUNCE 775 drivers/gpio/gpio-dwapb.c ctx->int_deb = dwapb_read(gpio, GPIO_PORTA_DEBOUNCE); GPIO_PORTA_DEBOUNCE 820 drivers/gpio/gpio-dwapb.c dwapb_write(gpio, GPIO_PORTA_DEBOUNCE, ctx->int_deb);