Home
last modified time | relevance | path

Searched full:trfc (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/memory/
H A Djedec_ddr.h69 /* tRFC values */
228 u32 tRFC; member
257 u32 tRFC; member
H A Dof_memory.c175 ret |= of_property_read_u32(np, "tRFC-min-tck", &min->tRFC); in of_lpddr3_get_min_tck()
221 ret |= of_property_read_u32(np, "tRFC", &tim->tRFC); in of_lpddr3_do_get_timings()
/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr3.yaml99 tRFC-min-tck:
207 tRFC-min-tck = <17>;
232 tRFC = <65000>;
H A Djedec,lpddr3-timings.yaml74 tRFC:
146 tRFC = <65000>;
/linux/drivers/gpu/drm/ast/
H A Dast_dram_tables.h183 0x9971452F, /* tRFC */
203 0x99714545, /* tRFC */
H A Dast_post.c1734 static void check_dram_size_2500(struct ast_device *ast, u32 tRFC) in check_dram_size_2500() argument
1749 reg_14 |= (tRFC >> 24) & 0xFF; in check_dram_size_2500()
1753 reg_14 |= (tRFC >> 16) & 0xFF; in check_dram_size_2500()
1757 reg_14 |= (tRFC >> 8) & 0xFF; in check_dram_size_2500()
1759 reg_14 |= tRFC & 0xFF; in check_dram_size_2500()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1830 uint64_t trfc:5; member
1840 uint64_t trfc:5;
1854 uint64_t trfc:5; member
1864 uint64_t trfc:5;
2692 uint64_t trfc:5; member
2702 uint64_t trfc:5;
2722 uint64_t trfc:5; member
2732 uint64_t trfc:5;
/linux/drivers/devfreq/
H A Dsun8i-a33-mbus.c187 "Setting DRAM to %u MHz, tREFI=%u, tRFC=%u, ODT=%s\n", in sun8i_a33_mbus_set_dram_freq()
266 /* Choose tREFI and tRFC to match the configured DRAM type. */ in sun8i_a33_mbus_hw_init()
/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c208 TIMING_FIELD("tRFC", 24, 31),
1052 val = dmc->timings->tRFC / clk_period_ps; in create_timings_aligned()
1053 val += dmc->timings->tRFC % clk_period_ps ? 1 : 0; in create_timings_aligned()
1054 val = max(val, dmc->min_tck->tRFC); in create_timings_aligned()
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroid-core.dtsi341 tRFC-min-tck = <17>;
367 tRFC = <65000>;
/linux/drivers/media/pci/tw5864/
H A Dtw5864-reg.h1029 * Trfc value, the minimum cycle of refresh to active or refresh command period,
/linux/drivers/gpu/drm/radeon/
H A Datombios.h6456 UCHAR uctRFC; // tRFC
6486 UCHAR uctRFC; // tRFC
6519 UCHAR uctRFC; // tRFC
/linux/drivers/gpu/drm/amd/include/
H A Datombios.h7664 UCHAR uctRFC; // tRFC
7694 UCHAR uctRFC; // tRFC
7730 UCHAR uctRFC; // tRFC
H A Datomfirmware.h3418 uint8_t tRFC; member