Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/uniphier/
H A Daio-core.c840 u32 repet = 0, pause = OPORTMXPAUDAT_PAUSEPC_CMN; in aio_oport_set_stream_type() local
844 repet = OPORTMXREPET_STRLENGTH_AC3 | in aio_oport_set_stream_type()
849 repet = OPORTMXREPET_STRLENGTH_MPA | in aio_oport_set_stream_type()
854 repet = OPORTMXREPET_STRLENGTH_MP3 | in aio_oport_set_stream_type()
859 repet = OPORTMXREPET_STRLENGTH_DTS1 | in aio_oport_set_stream_type()
864 repet = OPORTMXREPET_STRLENGTH_DTS2 | in aio_oport_set_stream_type()
869 repet = OPORTMXREPET_STRLENGTH_DTS3 | in aio_oport_set_stream_type()
874 repet = OPORTMXREPET_STRLENGTH_AAC | in aio_oport_set_stream_type()
883 regmap_write(r, OPORTMXREPET(sub->swm->oport.map), repet); in aio_oport_set_stream_type()