Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dite-it66121.c154 #define IT66121_AV_MUTE_ON BIT(0) macro
661 val = IT66121_AV_MUTE_ON; in it66121_set_mute()
663 ret = regmap_write_bits(ctx->regmap, IT66121_AV_MUTE_REG, IT66121_AV_MUTE_ON, val); in it66121_set_mute()