Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bnx.c2819 offset = cpu_reg->spad_base + (fw->text_addr - cpu_reg->mips_view_base); in bnx_load_cpu_fw()
2828 offset = cpu_reg->spad_base + (fw->data_addr - cpu_reg->mips_view_base); in bnx_load_cpu_fw()
2837 offset = cpu_reg->spad_base + (fw->sbss_addr - cpu_reg->mips_view_base); in bnx_load_cpu_fw()
2846 offset = cpu_reg->spad_base + (fw->bss_addr - cpu_reg->mips_view_base); in bnx_load_cpu_fw()
2856 (fw->rodata_addr - cpu_reg->mips_view_base); in bnx_load_cpu_fw()
2917 cpu_reg.mips_view_base = 0x8000000; in bnx_init_cpus()
2964 cpu_reg.mips_view_base = 0x8000000; in bnx_init_cpus()
3011 cpu_reg.mips_view_base = 0x8000000; in bnx_init_cpus()
3058 cpu_reg.mips_view_base = 0x8000000; in bnx_init_cpus()
H A Dif_bnxreg.h4665 u_int32_t mips_view_base; member