Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/bridge/
Dite-it66121.c157 #define IT66121_AV_MUTE_ON BIT(0) macro
699 val = IT66121_AV_MUTE_ON; in it66121_set_mute()
701 ret = regmap_write_bits(ctx->regmap, IT66121_AV_MUTE_REG, IT66121_AV_MUTE_ON, val); in it66121_set_mute()