Searched refs:TEA575X_WREN (Results 1 – 4 of 4) sorted by relevance
31 #define TEA575X_WREN (1 << 2) macro
107 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()
90 bits |= (pins & TEA575X_WREN) ? wren : 0; in maxiradio_tea575x_set_pins()
67 bits |= (pins & TEA575X_WREN) ? 0 : STR_WREN | STR_DATA; in fmr2_tea575x_set_pins()