Searched refs:RK_GPIO_INTEN (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm64/rockchip/ |
H A D | rk_gpio.c | 59 RK_GPIO_INTEN, /* Interrupt enable register */ enumerator 318 sc->regs[RK_GPIO_INTEN] = 0x30; in rk_gpio_attach() 331 sc->regs[RK_GPIO_INTEN] = 0x10; in rk_gpio_attach() 744 rk_gpio_write_bit(sc, RK_GPIO_INTEN, pin, 0); in rk_pic_setup_intr() 750 rk_gpio_write_bit(sc, RK_GPIO_INTEN, pin, 1); in rk_pic_setup_intr() 768 rk_gpio_write_bit(sc, RK_GPIO_INTEN, irqsrc->irq, 0); in rk_pic_teardown_intr()
|