Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/src/
H A Dddrphy_phyinit_i_loadpieimage.c323 calrate = (uint16_t)((0x1U << CSR_CALRUN_LSB) | (calonce << CSR_CALONCE_LSB) | in calrate_program()
H A Dddrphy_phyinit_c_initphyconfig.c607 calrate = (uint16_t)((calonce << CSR_CALONCE_LSB) | (calinterval << CSR_CALINTERVAL_LSB)); in calibration_program()
/rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/include/
H A Dddrphy_csr_all_cdefines.h2165 #define CSR_CALONCE_LSB 5 macro