Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_bnx.c2858 offset = cpu_reg->spad_base + (fw->text_addr - cpu_reg->mips_view_base); in bnx_load_cpu_fw()
2867 offset = cpu_reg->spad_base + (fw->data_addr - cpu_reg->mips_view_base); in bnx_load_cpu_fw()
2876 offset = cpu_reg->spad_base + (fw->sbss_addr - cpu_reg->mips_view_base); in bnx_load_cpu_fw()
2885 offset = cpu_reg->spad_base + (fw->bss_addr - cpu_reg->mips_view_base); in bnx_load_cpu_fw()
2895 (fw->rodata_addr - cpu_reg->mips_view_base); in bnx_load_cpu_fw()
2955 cpu_reg.mips_view_base = 0x8000000; in bnx_init_cpus()
3002 cpu_reg.mips_view_base = 0x8000000; in bnx_init_cpus()
3049 cpu_reg.mips_view_base = 0x8000000; in bnx_init_cpus()
3096 cpu_reg.mips_view_base = 0x8000000; in bnx_init_cpus()
3149 cpu_reg.mips_view_base in bnx_init_cpus()
[all...]
H A Dif_bnxreg.h4656 uint32_t mips_view_base; member