Searched refs:RK_GPIO_INTEN (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/arm64/rockchip/ |
| HD | rk_gpio.c | 60 RK_GPIO_INTEN, /* Interrupt enable register */ enumerator 319 sc->regs[RK_GPIO_INTEN] = 0x30; in rk_gpio_attach() 332 sc->regs[RK_GPIO_INTEN] = 0x10; in rk_gpio_attach() 745 rk_gpio_write_bit(sc, RK_GPIO_INTEN, pin, 0); in rk_pic_setup_intr() 751 rk_gpio_write_bit(sc, RK_GPIO_INTEN, pin, 1); in rk_pic_setup_intr() 769 rk_gpio_write_bit(sc, RK_GPIO_INTEN, irqsrc->irq, 0); in rk_pic_teardown_intr()
|