Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/radio/
Dtea575x.c111 tea->ops->set_pins(tea, data | TEA575X_WREN); in snd_tea575x_write()
113 tea->ops->set_pins(tea, data | TEA575X_WREN | TEA575X_CLK); in snd_tea575x_write()
115 tea->ops->set_pins(tea, data | TEA575X_WREN); in snd_tea575x_write()
152 tea->ops->set_pins(tea, TEA575X_WREN); in snd_tea575x_read()
Dradio-maxiradio.c90 bits |= (pins & TEA575X_WREN) ? wren : 0; in maxiradio_tea575x_set_pins()
Dradio-sf16fmr2.c67 bits |= (pins & TEA575X_WREN) ? 0 : STR_WREN | STR_DATA; in fmr2_tea575x_set_pins()
/linux-4.1.27/include/media/
Dtea575x.h35 #define TEA575X_WREN (1 << 2) macro
/linux-4.1.27/sound/pci/
Dfm801.c761 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_pins()
Des1968.c2568 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in snd_es1968_tea575x_set_pins()
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-cards.c3757 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in bttv_tea575x_set_pins()