Searched full:odt (Results 1 – 14 of 14) sorted by relevance
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | rockchip,rk3399-dmc.yaml | 110 Note: if DLL was bypassed, the odt will also stop working. 118 Note: PHY DLL and PHY ODT are independent. 130 When the DRAM type is DDR3, this parameter defines the ODT disable 132 the ODT on the DRAM side and controller side are both disabled. 146 When the DRAM type is DDR3, this parameter defines the DRAM side ODT 170 When the DRAM type is DDR3, this parameter defines the PHY side ODT 178 When the DRAM type is LPDDR3, this parameter defines then ODT disable 180 ODT on the DRAM side and controller side are both disabled. 194 When the DRAM type is LPDDR3, this parameter defines the DRAM side ODT 218 When dram type is LPDDR3, this parameter define the phy side odt [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | sddr3.c | 72 int CWL, CL, WR, DLL = 0, ODT = 0; in nvkm_sddr3_calc() local 85 ODT = ram->next->bios.timing_10_ODT; in nvkm_sddr3_calc() 92 ODT = (ram->mr[1] & 0x004) >> 2 | in nvkm_sddr3_calc() 112 ram->mr[1] |= (ODT & 0x1) << 2; in nvkm_sddr3_calc() 113 ram->mr[1] |= (ODT & 0x2) << 5; in nvkm_sddr3_calc() 114 ram->mr[1] |= (ODT & 0x4) << 7; in nvkm_sddr3_calc()
|
H A D | sddr2.c | 63 int CL, WR, DLL = 0, ODT = 0; in nvkm_sddr2_calc() local 70 ODT = ram->next->bios.timing_10_ODT & 3; in nvkm_sddr2_calc() 82 ODT = (ram->mr[1] & 0x004) >> 2 | in nvkm_sddr2_calc() 96 ram->mr[1] |= (ODT & 0x1) << 2; in nvkm_sddr2_calc() 97 ram->mr[1] |= (ODT & 0x2) << 5; in nvkm_sddr2_calc()
|
H A D | gddr3.c | 73 int CL, WR, CWL, DLL = 0, ODT = 0, RON, hi; in nvkm_gddr3_calc() local 81 ODT = ram->next->bios.timing_10_ODT; in nvkm_gddr3_calc() 98 ODT = (ram->mr[1] & 0xc) >> 2; in nvkm_gddr3_calc() 113 ram->mr[1] |= (ODT & 0x03) << 2; in nvkm_gddr3_calc()
|
/linux/drivers/devfreq/ |
H A D | sun8i-a33-mbus.c | 172 /* Enable ODT if needed, or disable it to save power. */ in sun8i_a33_mbus_set_dram_freq() 187 "Setting DRAM to %u MHz, tREFI=%u, tRFC=%u, ODT=%s\n", in sun8i_a33_mbus_set_dram_freq() 296 dev_dbg(dev, "Detected %u-bit %sDDRx with%s ODT\n", in sun8i_a33_mbus_hw_init()
|
H A D | rk3399_dmc.c | 158 * ODT (on-die termination) resistors. in rk3399_dmcfreq_target()
|
/linux/include/soc/at91/ |
H A D | sama7-ddr.h | 41 #define DDR3PHY_DSGCR_ODTPDD_ODT0 (1 << 20) /* ODT[0] Power Down Driver */
|
/linux/arch/mips/alchemy/common/ |
H A D | sleeper.S | 177 /* disable ODT */
|
/linux/drivers/gpu/drm/radeon/ |
H A D | rv770_dpm.h | 108 /* dc odt */
|
/linux/arch/arm/mach-at91/ |
H A D | pm_suspend.S | 207 /* Power down ODT. */ 234 /* Power up ODT. */
|
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hardwaremanager.h | 111 PHM_PlatformCaps_DisableDCODT, /* indicates if DC ODT apply or not */
|
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.h | 564 /* dc odt */
|
/linux/arch/mips/include/asm/sibyte/ |
H A D | bcm1480_mc.h | 469 * ODT Register (Table 99)
|
/linux/drivers/gpu/drm/ast/ |
H A D | ast_post.c | 374 u32 odt; member
|