Searched refs:INT_ENABLE (Results 1 – 5 of 5) sorted by relevance
321 int_enable = gpio->INT_ENABLE.reg; in gpio_pin_irq_enable()323 gpio->INT_ENABLE.reg = int_enable | bitpos; in gpio_pin_irq_enable()334 int_enable = gpio->INT_ENABLE.reg; in gpio_pin_irq_enable()336 gpio->INT_ENABLE.reg = int_enable; in gpio_pin_irq_enable()
202 union _gpio_interrupt INT_ENABLE; member
45 #define INT_ENABLE 0x30 macro
253 kd_gpio_reg_writel(reg + INT_ENABLE, pin, 0x1); in kd_set_pin_edge()359 kd_gpio_reg_writel(reg + INT_ENABLE, pin, 0x0); in kd_pin_detach_irq()
977 __IO uint32_t INT_ENABLE; member
Completed in 29 milliseconds