HomeSort by: relevance | last modified time | path
    Searched defs:ebsabootinfo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/cats/cats/
cats_machdep.c 119 struct ebsaboot ebsabootinfo; variable in typeref:struct:ebsaboot
247 ebsabootinfo = *bootinfo;
249 if (ebsabootinfo.bt_fclk >= 50000000
250 && ebsabootinfo.bt_fclk <= 66000000)
251 dc21285_fclk = ebsabootinfo.bt_fclk;
256 bootconfig.dram[0].address = ebsabootinfo.bt_memstart;
257 bootconfig.dram[0].pages = (ebsabootinfo.bt_memend
258 - ebsabootinfo.bt_memstart) / PAGE_SIZE;
266 pmap_devmap_bootstrap((vaddr_t)ebsabootinfo.bt_l1, cats_devmap);
275 if (ebsabootinfo.bt_magic != BT_MAGIC_NUMBER_EBS
    [all...]
cats_machdep.c 119 struct ebsaboot ebsabootinfo; variable in typeref:struct:ebsaboot
247 ebsabootinfo = *bootinfo;
249 if (ebsabootinfo.bt_fclk >= 50000000
250 && ebsabootinfo.bt_fclk <= 66000000)
251 dc21285_fclk = ebsabootinfo.bt_fclk;
256 bootconfig.dram[0].address = ebsabootinfo.bt_memstart;
257 bootconfig.dram[0].pages = (ebsabootinfo.bt_memend
258 - ebsabootinfo.bt_memstart) / PAGE_SIZE;
266 pmap_devmap_bootstrap((vaddr_t)ebsabootinfo.bt_l1, cats_devmap);
275 if (ebsabootinfo.bt_magic != BT_MAGIC_NUMBER_EBS
    [all...]

Completed in 24 milliseconds