Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soundwire/
H A Damd_manager.c538 u32 dpn_ch_enable; in amd_sdw_port_enable() local
556 dpn_ch_enable = readl(amd_manager->mmio + lane_ctrl_ch_en_reg); in amd_sdw_port_enable()
557 u32p_replace_bits(&dpn_ch_enable, enable_ch->ch_mask, AMD_DPN_CH_EN_CHMASK); in amd_sdw_port_enable()
559 writel(dpn_ch_enable, amd_manager->mmio + lane_ctrl_ch_en_reg); in amd_sdw_port_enable()