Home
last modified time | relevance | path

Searched refs:int_type (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/irq/
H A Dirq-gpio.c178 eGPIOIntType_t int_type = 0; in gpio_irq_set_type() local
189 int_type = GPIOEdgelRising; in gpio_irq_set_type()
192 int_type = GPIOEdgelFalling; in gpio_irq_set_type()
195 int_type = GPIOLevelHigh; in gpio_irq_set_type()
198 int_type = GPIOLevelLow; in gpio_irq_set_type()
207 gpio_set_intr_type(bank->regbase, offset_to_bit(gpio), int_type); in gpio_irq_set_type()
216 eGPIOIntType_t int_type = 0; in gpio_irq_revert_type() local
229 int_type = GPIOEdgelRising; in gpio_irq_revert_type()
232 int_type = GPIOEdgelFalling; in gpio_irq_revert_type()
235 int_type = GPIOLevelLow; in gpio_irq_revert_type()
[all …]
H A Dirq-gpio-v2.c190 eGPIOIntType_t int_type = 0; in gpio_irq_set_type() local
201 int_type = GPIOEdgelRising; in gpio_irq_set_type()
204 int_type = GPIOEdgelFalling; in gpio_irq_set_type()
207 int_type = GPIOLevelHigh; in gpio_irq_set_type()
210 int_type = GPIOLevelLow; in gpio_irq_set_type()
219 gpio_set_intr_type(bank->regbase, offset_to_bit(gpio), int_type); in gpio_irq_set_type()
228 eGPIOIntType_t int_type = 0; in gpio_irq_revert_type() local
241 int_type = GPIOEdgelRising; in gpio_irq_revert_type()
244 int_type = GPIOEdgelFalling; in gpio_irq_revert_type()
247 int_type = GPIOLevelLow; in gpio_irq_revert_type()
[all …]
H A Dirq-gic.c187 unsigned int int_type; in gic_irq_set_type() local
192 int_type = 0x1; in gic_irq_set_type()
196 int_type = 0x0; in gic_irq_set_type()
202 gic_irq_set_trigger(irq, int_type); in gic_irq_set_type()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/
H A Ddc.h61 uint int_type; /* _CMD_INT_TYPE_0 */ member
/rk3399_rockchip-uboot/drivers/video/
H A Dtegra.c153 writel(0x00000000, &cmd->int_type); in basic_init()