| /OK3568_Linux_fs/kernel/drivers/clk/tegra/ |
| H A D | clk-tegra124-emc.c | 68 u32 ram_code; member 115 u8 ram_code = tegra_read_ram_code(); in emc_determine_rate() local 122 if (tegra->timings[k].ram_code == ram_code) in emc_determine_rate() 127 if (tegra->timings[t].ram_code != ram_code) in emc_determine_rate() 284 u32 ram_code = tegra_read_ram_code(); in get_backup_timing() local 289 if (timing->ram_code != ram_code) in get_backup_timing() 300 if (timing->ram_code != ram_code) in get_backup_timing() 318 u32 ram_code = tegra_read_ram_code(); in emc_set_rate() local 335 tegra->timings[i].ram_code == ram_code) { in emc_set_rate() 435 u32 ram_code) in load_timings_from_dt() argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | emc.c | 110 * otherwise we select the correct emc-tables subnode based on the 'ram_code' 115 * @param ram_code RAM code to select (0-3, or -1 if unknown) 118 static int find_emc_tables(const void *blob, int node, int ram_code) in find_emc_tables() argument 128 if (ram_code == -1) { in find_emc_tables() 151 == ram_code) in find_emc_tables() 156 ram_code); in find_emc_tables() 178 int ram_code; in decode_emc() local 182 ram_code = (readl(&pp->strapping_opt_a) & RAM_CODE_MASK) in decode_emc() 202 node = find_emc_tables(blob, node, ram_code & 3); in decode_emc()
|
| H A D | warmboot.c | 124 u32 ram_code; in warmboot_save_sdram_params() local 140 ram_code = (readl(&apb_misc->strapping_opt_a) >> in warmboot_save_sdram_params() 143 (char *)((struct sdram_params *)SDRAM_PARAMS_BASE + ram_code), in warmboot_save_sdram_params()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | nvidia,tegra124-car.txt | 26 field RAM_CODE in register PMC_STRAPPING_OPT_A). 29 - nvidia,ram-code : Should contain the value of RAM_CODE this timing set
|
| /OK3568_Linux_fs/kernel/drivers/memory/tegra/ |
| H A D | tegra124-emc.c | 992 tegra_emc_find_node_by_ram_code(struct device_node *node, u32 ram_code) in tegra_emc_find_node_by_ram_code() argument 1001 if (err || (value != ram_code)) in tegra_emc_find_node_by_ram_code() 1184 u32 ram_code; in tegra_emc_probe() local 1213 ram_code = tegra_read_ram_code(); in tegra_emc_probe() 1215 np = tegra_emc_find_node_by_ram_code(pdev->dev.of_node, ram_code); in tegra_emc_probe() 1219 ram_code); in tegra_emc_probe() 1231 ram_code); in tegra_emc_probe()
|
| H A D | tegra20-emc.c | 383 u32 value, ram_code; in tegra_emc_find_node_by_ram_code() local 389 ram_code = tegra_read_ram_code(); in tegra_emc_find_node_by_ram_code() 394 if (err || value != ram_code) { in tegra_emc_find_node_by_ram_code() 403 ram_code); in tegra_emc_find_node_by_ram_code()
|
| H A D | mc.c | 376 u32 ram_code, node_ram_code; in tegra_mc_setup_timings() local 379 ram_code = tegra_read_ram_code(); in tegra_mc_setup_timings() 386 if (err || (node_ram_code != ram_code)) in tegra_mc_setup_timings() 399 ram_code); in tegra_mc_setup_timings()
|
| H A D | tegra30-emc.c | 988 u32 value, ram_code; in emc_find_node_by_ram_code() local 991 ram_code = tegra_read_ram_code(); in emc_find_node_by_ram_code() 995 if (err || value != ram_code) in emc_find_node_by_ram_code() 1002 ram_code); in emc_find_node_by_ram_code()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/ |
| H A D | sti_awg_utils.h | 15 u32 *ram_code; member
|
| H A D | sti_dvo.c | 112 static int dvo_awg_generate_code(struct sti_dvo *dvo, u8 *ram_size, u32 *ram_code) in dvo_awg_generate_code() argument 119 fw_gen_params.ram_code = ram_code; in dvo_awg_generate_code()
|
| H A D | sti_awg_utils.c | 113 fwparams->ram_code[fwparams->instruction_offset] = in awg_generate_instr()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | nvidia,tegra124-mc.yaml | 50 Value of RAM_CODE this timing set is used for.
|
| H A D | nvidia,tegra30-mc.yaml | 67 Value of RAM_CODE this timing set is used for.
|
| H A D | nvidia,tegra30-emc.yaml | 46 Value of RAM_CODE this timing set is used for.
|
| H A D | nvidia,tegra124-emc.yaml | 44 value of the RAM_CODE field in the PMC_STRAPPING_OPT_A register that
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | imx-sdma.c | 1723 unsigned short *ram_code; in sdma_load_firmware() local 1759 ram_code = (void *)header + header->ram_code_start; in sdma_load_firmware() 1764 sdma_load_script(sdma, ram_code, in sdma_load_firmware()
|