Home
last modified time | relevance | path

Searched refs:int_polarity (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Dirq_types.h186 #define DC_DECODE_INTERRUPT_POLARITY(int_polarity) \ argument
187 (int_polarity == INTERRUPT_POLARITY_LOW) ? "Low" : \
188 (int_polarity == INTERRUPT_POLARITY_HIGH) ? "High" : \
189 (int_polarity == INTERRUPT_POLARITY_BOTH) ? "Both" : "Invalid"
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-rockchip.c40 .int_polarity = 0x3c,
54 .int_polarity = 0x28,
369 bank->gpio_regs->int_polarity); in rockchip_irq_demux()
376 bank->gpio_regs->int_polarity); in rockchip_irq_demux()
418 polarity = rockchip_gpio_readl(bank, bank->gpio_regs->int_polarity); in rockchip_irq_set_type()
468 rockchip_gpio_writel(bank, polarity, bank->gpio_regs->int_polarity); in rockchip_irq_set_type()
H A Dgpio-zynq.c112 u32 int_polarity[ZYNQMP_GPIO_MAX_BANK]; member
690 gpio->context.int_polarity[bank_num] = in zynq_gpio_save_context()
720 writel_relaxed(gpio->context.int_polarity[bank_num], in zynq_gpio_restore_context()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dgpio.h18 u32 int_polarity; member
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rockchip.h230 u32 int_polarity; member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Ddc.h62 uint int_polarity; /* _CMD_INT_POLARITY_0 */ member
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dtegra.c154 writel(0x00000000, &cmd->int_polarity); in basic_init()