Searched refs:GPIO_RZ_TITSR_OFFSET (Results 1 – 2 of 2) sorted by relevance
47 #define GPIO_RZ_TITSR_OFFSET(irq) ((irq % 16) * 2) macro
312 *titsr &= ~(0x3 << GPIO_RZ_TITSR_OFFSET(int_num)); in gpio_rz_int_disable()351 *titsr &= ~(3U << GPIO_RZ_TITSR_OFFSET(int_num)); in gpio_rz_int_enable()352 *titsr |= (irq_type << GPIO_RZ_TITSR_OFFSET(int_num)); in gpio_rz_int_enable()