Home
last modified time | relevance | path

Searched refs:mod_section (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dmodule.h14 struct mod_section { struct
21 struct mod_section got; argument
22 struct mod_section plt;
23 struct mod_section got_plt;
36 const struct mod_section *sec) in get_got_entry()
89 static inline int get_got_plt_idx(unsigned long val, const struct mod_section *sec) in get_got_plt_idx()
101 const struct mod_section *sec_plt, in get_plt_entry()
102 const struct mod_section *sec_got_plt) in get_plt_entry()
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dinteractive.c1321 PRINT_NXS(60, spd->mod_section.unbuffered.mod_height, in ddr3_spd_dump()
1323 PRINT_NXS(61, spd->mod_section.unbuffered.mod_thickness, in ddr3_spd_dump()
1325 PRINT_NXS(62, spd->mod_section.unbuffered.ref_raw_card, in ddr3_spd_dump()
1327 PRINT_NXS(63, spd->mod_section.unbuffered.addr_mapping, in ddr3_spd_dump()
1333 PRINT_NXS(60, spd->mod_section.registered.mod_height, in ddr3_spd_dump()
1335 PRINT_NXS(61, spd->mod_section.registered.mod_thickness, in ddr3_spd_dump()
1337 PRINT_NXS(62, spd->mod_section.registered.ref_raw_card, in ddr3_spd_dump()
1339 PRINT_NXS(63, spd->mod_section.registered.modu_attr, in ddr3_spd_dump()
1341 PRINT_NXS(64, spd->mod_section.registered.thermal, in ddr3_spd_dump()
1344 PRINT_NXS(65, spd->mod_section.registered.reg_id_lo, in ddr3_spd_dump()
[all …]
H A Dddr4_dimm_params.c187 if (spd->mod_section.unbuffered.addr_mapping & 0x1) in ddr_compute_dimm_parameters()
189 if ((spd->mod_section.unbuffered.mod_height & 0xe0) == 0 && in ddr_compute_dimm_parameters()
190 (spd->mod_section.unbuffered.ref_raw_card == 0x04)) { in ddr_compute_dimm_parameters()
H A Dddr3_dimm_params.c142 u8 rcw = spd->mod_section.registered.rcw[i/2]; in ddr_compute_dimm_parameters()
159 if (spd->mod_section.unbuffered.addr_mapping & 0x1) in ddr_compute_dimm_parameters()
/OK3568_Linux_fs/u-boot/common/
H A Dddr_spd.c147 if (spd->mod_section.uc[126] != crc_lsb || in ddr4_spd_check()
148 spd->mod_section.uc[127] != crc_msb) { in ddr4_spd_check()
152 spd->mod_section.uc[126], in ddr4_spd_check()
153 crc_lsb, spd->mod_section.uc[127], in ddr4_spd_check()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dmodule-sections.c15 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry()
34 struct mod_section *got_plt_sec = &mod->arch.got_plt; in module_emit_plt_entry()
36 struct mod_section *plt_sec = &mod->arch.plt; in module_emit_plt_entry()
/OK3568_Linux_fs/u-boot/include/
H A Dddr_spd.h267 } mod_section; member
478 } mod_section; member
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dddr3_spd.c191 spd->mirrored = buf->mod_section.unbuffered.addr_mapping & 1; in ddrtimingcalculation()