Home
last modified time | relevance | path

Searched refs:mips_view_base (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bce/
H A Dif_bce.c3979 offset = cpu_reg->spad_base + (fw->text_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
3989 offset = cpu_reg->spad_base + (fw->data_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
3999 offset = cpu_reg->spad_base + (fw->sbss_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
4009 offset = cpu_reg->spad_base + (fw->bss_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
4020 (fw->rodata_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
4106 cpu_reg.mips_view_base = 0x8000000; in bce_start_rxp_cpu()
4139 cpu_reg.mips_view_base = 0x8000000; in bce_init_rxp_cpu()
4236 cpu_reg.mips_view_base = 0x8000000; in bce_init_txp_cpu()
4332 cpu_reg.mips_view_base = 0x8000000; in bce_init_tpat_cpu()
4428 cpu_reg.mips_view_base = 0x8000000; in bce_init_cp_cpu()
[all …]
H A Dif_bcereg.h6184 u32 mips_view_base; member