Home
last modified time | relevance | path

Searched refs:logic_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pinctrl/
H A Dpinctrl-equilibrium.c96 eqbr_cfg_bit(gctrl->membase + GPIO_EXINTCR0, offset, type->logic_type); in eqbr_irq_type_cfg()
118 it.logic_type = GPIO_POSITIVE_TRIG; in eqbr_irq_set_type()
124 it.logic_type = GPIO_NEGATIVE_TRIG; in eqbr_irq_set_type()
130 it.logic_type = GPIO_POSITIVE_TRIG; in eqbr_irq_set_type()
136 it.logic_type = GPIO_POSITIVE_TRIG; in eqbr_irq_set_type()
142 it.logic_type = GPIO_NEGATIVE_TRIG; in eqbr_irq_set_type()
H A Dpinctrl-equilibrium.h67 unsigned int logic_type; member
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c3233 u16 modem_power,pin_config,logic_type; in voyetra_setup_eapd_slot() local
3283 logic_type = snd_cs46xx_codec_read(chip, AC97_GPIO_POLARITY, in voyetra_setup_eapd_slot()
3285 logic_type &=0x27F; in voyetra_setup_eapd_slot()
3287 snd_cs46xx_codec_write (chip, AC97_GPIO_POLARITY, logic_type, in voyetra_setup_eapd_slot()