Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3188.c290 setbits_le32(&publ->datx8[i].dxgcr, DQSRTT | DQRTT); in phy_cfg()
294 clrbits_le32(&publ->datx8[i].dxgcr, DQSRTT | DQRTT); in phy_cfg()
388 clrbits_le32(&publ->datx8[2].dxgcr, 1); in set_bandwidth_ratio()
389 clrbits_le32(&publ->datx8[3].dxgcr, 1); in set_bandwidth_ratio()
398 setbits_le32(&publ->datx8[2].dxgcr, 1); in set_bandwidth_ratio()
399 setbits_le32(&publ->datx8[3].dxgcr, 1); in set_bandwidth_ratio()
H A Dsdram_rk3288.c348 setbits_le32(&publ->datx8[i].dxgcr, DQSRTT | DQRTT); in phy_cfg()
352 clrbits_le32(&publ->datx8[i].dxgcr, DQSRTT | DQRTT); in phy_cfg()
446 clrbits_le32(&publ->datx8[2].dxgcr, 1); in set_bandwidth_ratio()
447 clrbits_le32(&publ->datx8[3].dxgcr, 1); in set_bandwidth_ratio()
456 setbits_le32(&publ->datx8[2].dxgcr, 1); in set_bandwidth_ratio()
457 setbits_le32(&publ->datx8[3].dxgcr, 1); in set_bandwidth_ratio()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dddr_rk3288.h158 u32 dxgcr; member