Home
last modified time | relevance | path

Searched refs:post_code (Results 1 – 25 of 29) sorted by relevance

12

/external/u-boot/arch/x86/cpu/intel_common/
Dcar.S43 post_code(POST_CAR_START)
58 post_code(POST_CAR_SIPI)
72 post_code(POST_CAR_MTRR)
79 post_code(POST_CAR_UNCACHEABLE)
86 post_code(POST_CAR_BASE_ADDRESS)
93 post_code(POST_CAR_MASK)
127 post_code(POST_CAR_FILL)
146 post_code(POST_CAR_ROM_CACHE)
159 post_code(POST_CAR_MRC_CACHE)
165 post_code(POST_CAR_CPU_CACHE)
Dmrc.c206 post_code(POST_PRE_MRC); in sdram_initialise()
219 post_code(POST_MRC); in sdram_initialise()
261 post_code(POST_DRAM); in mrc_common_init()
Dcpu.c23 post_code(POST_BIST_FAILURE); in report_bist_failure()
/external/u-boot/arch/x86/cpu/ivybridge/
Dcpu.c47 post_code(POST_CPU_INIT); in arch_cpu_init()
58 post_code(0x70); in arch_cpu_init_dm()
60 post_code(0x71); in arch_cpu_init_dm()
63 post_code(0x72); in arch_cpu_init_dm()
165 post_code(POST_EARLY_INIT); in checkcpu()
194 post_code(POST_CPU_INFO); in print_cpuinfo()
Divybridge.c12 post_code(POST_CPU_INIT); in arch_cpu_init()
/external/u-boot/arch/x86/lib/fsp/
Dfsp_car.S18 post_code(POST_BIST_FAILURE)
22 post_code(POST_CAR_START)
47 post_code(POST_CAR_CPU_CACHE)
80 post_code(POST_CAR_FAILURE)
Dfsp_common.c28 post_code(POST_CPU_INFO); in print_cpuinfo()
130 post_code(POST_RESUME_FAILURE); in arch_fsp_init()
Dfsp_support.c91 post_code(POST_MRC); in fsp_continue()
153 post_code(POST_PRE_MRC); in fsp_init()
Dfsp_dram.c33 post_code(POST_DRAM); in dram_init()
/external/u-boot/arch/x86/cpu/qemu/
Dcar.S14 post_code(POST_CAR_START)
24 post_code(POST_CAR_CPU_CACHE)
Dqemu.c142 post_code(POST_CPU_INIT); in arch_cpu_init()
154 post_code(POST_CPU_INFO); in print_cpuinfo()
Ddram.c23 post_code(POST_DRAM); in dram_init()
/external/u-boot/arch/x86/include/asm/
Dpost.h42 #define post_code(value) \
48 static inline void post_code(int code) in post_code() function
/external/u-boot/arch/x86/cpu/quark/
Dcar.S14 post_code(POST_CAR_START)
39 post_code(POST_CAR_CPU_CACHE)
Dmrc.c171 uint8_t major = init[i].post_code >> 8 & 0xff; in mrc_mem_init()
172 uint8_t minor = init[i].post_code >> 0 & 0xff; in mrc_mem_init()
Dquark.c215 post_code(POST_CPU_INIT); in arch_cpu_init()
269 post_code(POST_CPU_INFO); in print_cpuinfo()
/external/u-boot/arch/x86/cpu/
Dstart.S93 post_code(POST_START)
162 post_code(POST_START_DONE)
Dlapic.c157 post_code(POST_LAPIC); in lapic_setup()
/external/vulkan-validation-layers/scripts/
Dlayer_chassis_dispatch_generator.py1536 post_code = ''
1553 post_code += tmp_post
1585 post_code += tmp_post
1591post_code += self.cleanUpLocalDeclarations(indent, prefix, member.name, member.len, index, process…
1609 post_code += tmp_post
1615post_code += self.cleanUpLocalDeclarations(indent, prefix, member.name, member.len, index, process…
1626 post_code += tmp_post
1629 return decls, pre_code, post_code
/external/u-boot/arch/x86/cpu/braswell/
Dbraswell.c12 post_code(POST_CPU_INIT); in arch_cpu_init()
/external/u-boot/arch/x86/cpu/baytrail/
Dvalleyview.c22 post_code(POST_CPU_INIT); in arch_cpu_init()
/external/u-boot/arch/x86/lib/
Dacpi_s3.c41 post_code(POST_OS_RESUME); in acpi_resume()
Dramtest.c74 post_code(POST_RAM_FAILURE); in quick_ram_check()
/external/u-boot/arch/x86/cpu/queensbay/
Dtnc.c96 post_code(POST_CPU_INIT); in arch_cpu_init()
/external/u-boot/arch/x86/include/asm/arch-quark/
Dmrc.h165 uint16_t post_code; member

12