Searched refs:omap_pipe3_readl (Results 1 – 2 of 2) sorted by relevance
/u-boot/arch/arm/mach-omap2/ |
A D | pipe3-phy.c | 57 static inline u32 omap_pipe3_readl(void __iomem *addr, unsigned offset) in omap_pipe3_readl() function 94 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in omap_pipe3_wait_lock() 118 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION1); in omap_pipe3_dpll_program() 123 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in omap_pipe3_dpll_program() 128 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION1); in omap_pipe3_dpll_program() 133 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION4); in omap_pipe3_dpll_program() 138 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION3); in omap_pipe3_dpll_program() 179 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in phy_pipe3_power_on() 186 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in phy_pipe3_power_on() 212 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in phy_pipe3_power_off() [all …]
|
/u-boot/drivers/phy/ |
A D | ti-pipe3-phy.c | 207 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in omap_pipe3_wait_lock() 231 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION1); in omap_pipe3_dpll_program() 236 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION2); in omap_pipe3_dpll_program() 298 val = omap_pipe3_readl(phy->phy_rx, PIPE3_PHY_RX_DIGITAL_MODES); in ti_pipe3_calibrate() 313 val = omap_pipe3_readl(phy->phy_rx, PIPE3_PHY_RX_TRIM); in ti_pipe3_calibrate() 318 val = omap_pipe3_readl(phy->phy_rx, PIPE3_PHY_RX_DLL); in ti_pipe3_calibrate() 323 val = omap_pipe3_readl(phy->phy_rx, PIPE3_PHY_RX_EQUALIZER); in ti_pipe3_calibrate() 334 val = omap_pipe3_readl(phy->phy_rx, in ti_pipe3_calibrate() 349 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in pipe3_init() 358 val = omap_pipe3_readl(pipe3->pll_ctrl_base, in pipe3_init() [all …]
|
Completed in 5 milliseconds