Searched refs:PHY_APB_ADDR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/samsung/ |
H A D | phy-samsung-ufs.h | 17 #define PHY_APB_ADDR(off) ((off) << 2) macro 20 .off_0 = PHY_APB_ADDR((o)), \ 28 .off_0 = PHY_APB_ADDR((o)), \ 29 .off_1 = PHY_APB_ADDR((o) + PHY_TRSV_CH_OFFSET), \
|
H A D | phy-samsung-ufs.c | 57 ufs_phy->reg_pma + PHY_APB_ADDR(PHY_PLL_LOCK_STATUS), in samsung_ufs_phy_wait_for_lock_acq() 66 ufs_phy->reg_pma + PHY_APB_ADDR(PHY_CDR_LOCK_STATUS), in samsung_ufs_phy_wait_for_lock_acq()
|
/kernel/linux/linux-6.6/drivers/phy/samsung/ |
H A D | phy-samsung-ufs.h | 20 #define PHY_APB_ADDR(off) ((off) << 2) macro 23 .off_0 = PHY_APB_ADDR((o)), \ 31 .off_0 = PHY_APB_ADDR((o)), \ 32 .off_1 = PHY_APB_ADDR((o) + (c)), \
|
H A D | phy-samsung-ufs.c | 57 ufs_phy->reg_pma + PHY_APB_ADDR(PHY_PLL_LOCK_STATUS), in samsung_ufs_phy_wait_for_lock_acq() 67 PHY_APB_ADDR(ufs_phy->drvdata->cdr_lock_status_offset), in samsung_ufs_phy_wait_for_lock_acq()
|
Completed in 5 milliseconds