Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/radio/
Dtea575x.c107 tea->ops->set_pins(tea, data | TEA575X_WREN); in snd_tea575x_write()
109 tea->ops->set_pins(tea, data | TEA575X_WREN | TEA575X_CLK); in snd_tea575x_write()
111 tea->ops->set_pins(tea, data | TEA575X_WREN); in snd_tea575x_write()
148 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-v4.19/include/media/drv-intf/
Dtea575x.h31 #define TEA575X_WREN (1 << 2) macro
/Linux-v4.19/sound/pci/
Dfm801.c777 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-v4.19/drivers/media/pci/bt8xx/
Dbttv-cards.c3761 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in bttv_tea575x_set_pins()