Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3188.c157 DXDLLCR_DLLDIS); in phy_dll_bypass_set()
165 DXDLLCR_DLLDIS); in phy_dll_bypass_set()
391 setbits_le32(&publ->datx8[2].dxdllcr, DXDLLCR_DLLDIS); in set_bandwidth_ratio()
392 setbits_le32(&publ->datx8[3].dxdllcr, DXDLLCR_DLLDIS); in set_bandwidth_ratio()
402 clrbits_le32(&publ->datx8[2].dxdllcr, DXDLLCR_DLLDIS); in set_bandwidth_ratio()
403 clrbits_le32(&publ->datx8[3].dxdllcr, DXDLLCR_DLLDIS); in set_bandwidth_ratio()
H A Dsdram_rk3288.c156 DXDLLCR_DLLDIS); in phy_dll_bypass_set()
164 DXDLLCR_DLLDIS); in phy_dll_bypass_set()
449 setbits_le32(&publ->datx8[2].dxdllcr, DXDLLCR_DLLDIS); in set_bandwidth_ratio()
450 setbits_le32(&publ->datx8[3].dxdllcr, DXDLLCR_DLLDIS); in set_bandwidth_ratio()
460 clrbits_le32(&publ->datx8[2].dxdllcr, DXDLLCR_DLLDIS); in set_bandwidth_ratio()
461 clrbits_le32(&publ->datx8[3].dxdllcr, DXDLLCR_DLLDIS); in set_bandwidth_ratio()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dddr_rk3288.h262 #define DXDLLCR_DLLDIS (1 << 31) macro
H A Dsdram_rk322x.h322 #define DXDLLCR_DLLDIS BIT(31) macro