Searched refs:config0 (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/board/micronas/vct/ |
D | vct.c | 75 u32 config0 = read_c0_prid(); in checkboard() local 77 if ((config0 & 0xff0000) == PRID_COMP_LEGACY in checkboard() 78 && (config0 & 0xff00) == PRID_IMP_LX4280) { in checkboard() 81 (config0 >> 8) & 0xFF, config0 & 0xFF); in checkboard() 82 } else if ((config0 & 0xff0000) == PRID_COMP_MIPS in checkboard() 83 && (config0 & 0xff00) == PRID_IMP_VGC) { in checkboard() 92 (config0 >> 8) & 0xFF, config0 & 0xFF); in checkboard() 93 } else if (config0 == 0x19378) { in checkboard() 95 (config0 >> 8) & 0xFF, config0 & 0xFF); in checkboard() 97 printf("Unsupported cpu %d, proc_id=0x%x\n", config0 >> 24, in checkboard() [all …]
|
/external/u-boot/board/work-microwave/work_92105/ |
D | work_92105_spl.c | 20 .config0 = 0x00005682, 40 .config0 = 0x00005882,
|
/external/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
D | dram.c | 40 writel(dram->config0, &emc->config0); in ddr_init()
|
/external/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
D | emc.h | 35 u32 config0; /* Configuration information for the SDRAM */ member 81 u32 config0; member
|
/external/u-boot/board/timll/devkit3250/ |
D | devkit3250_spl.c | 26 .config0 = 0x00005682,
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-delalloc-mballoc/ |
D | ext4-alloc-test.sh | 43 ffsb $LTPROOT/testcases/data/ext4-ffsb/ffsb-config0 > /dev/null
|
/external/python/cpython2/Lib/test/ |
D | test_logging.py | 510 config0 = """ variable in ConfigFileTest 743 self.apply_config(self.config0) 1125 config0 = { variable in ConfigDictTest 1670 self.apply_config(self.config0)
|
/external/syzkaller/sys/linux/ |
D | perf.txt | 39 config0 int8
|
/external/python/cpython3/Lib/test/ |
D | test_logging.py | 1164 config0 = """ variable in ConfigFileTest 1418 self.apply_config(self.config0) 1433 file = io.StringIO(textwrap.dedent(self.config0)) 2142 config0 = { variable in ConfigDictTest 2774 self.apply_config(self.config0)
|
/external/ltp/android/ |
D | ltp_package_list.mk | 2196 ltp_testcases_data_ext4-ffsb_ffsb-config0 \
|
D | Android.ltp.mk | 440 module_prebuilt := testcases/data/ext4-ffsb/ffsb-config0 441 module_src_files := testcases/kernel/fs/ext4-new-features/ext4-ffsb-config/ffsb-config0
|