Searched refs:MP_LN_DIG_RX_AC (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/mediatek/ |
H A D | phy-mtk-ufs.c | 27 #define MP_LN_DIG_RX_AC 0xA0AC macro 81 mtk_phy_set_bits(mmio + MP_LN_DIG_RX_AC, RX_SQ_EN); in ufs_mtk_phy_set_active() 82 mtk_phy_clear_bits(mmio + MP_LN_DIG_RX_AC, FRC_RX_SQ_EN); in ufs_mtk_phy_set_active() 99 mtk_phy_set_bits(mmio + MP_LN_DIG_RX_AC, FRC_RX_SQ_EN); in ufs_mtk_phy_set_deep_hibern() 100 mtk_phy_clear_bits(mmio + MP_LN_DIG_RX_AC, RX_SQ_EN); in ufs_mtk_phy_set_deep_hibern()
|
/kernel/linux/linux-5.10/drivers/phy/mediatek/ |
H A D | phy-mtk-ufs.c | 24 #define MP_LN_DIG_RX_AC 0xA0AC macro 112 mphy_set_bit(phy, MP_LN_DIG_RX_AC, RX_SQ_EN); in ufs_mtk_phy_set_active() 113 mphy_clr_bit(phy, MP_LN_DIG_RX_AC, FRC_RX_SQ_EN); in ufs_mtk_phy_set_active() 128 mphy_set_bit(phy, MP_LN_DIG_RX_AC, FRC_RX_SQ_EN); in ufs_mtk_phy_set_deep_hibern() 129 mphy_clr_bit(phy, MP_LN_DIG_RX_AC, RX_SQ_EN); in ufs_mtk_phy_set_deep_hibern()
|
Completed in 2 milliseconds