Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Damd_manager.c534 u32 dpn_ch_enable; in amd_sdw_port_enable() local
560 dpn_ch_enable = readl(amd_manager->mmio + lane_ctrl_ch_en_reg); in amd_sdw_port_enable()
561 u32p_replace_bits(&dpn_ch_enable, enable_ch->ch_mask, AMD_DPN_CH_EN_CHMASK); in amd_sdw_port_enable()
563 writel(dpn_ch_enable, amd_manager->mmio + lane_ctrl_ch_en_reg); in amd_sdw_port_enable()