Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_phy_px30.h60 int phy_data_training(void __iomem *phy_base, u32 cs, u32 dramtype);
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_phy_px30.c116 int phy_data_training(void __iomem *phy_base, u32 cs, u32 dramtype) in phy_data_training() function
H A Dsdram_rk3328.c249 ret = phy_data_training(dram->phy, cs, dramtype); in data_training()
H A Dsdram_px30.c287 ret = phy_data_training(dram->phy, cs, dramtype); in data_training()