Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c2671 offset = cpu_reg->spad_base + (fw->text_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
2678 offset = cpu_reg->spad_base + (fw->data_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
2685 offset = cpu_reg->spad_base + (fw->sbss_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
2692 offset = cpu_reg->spad_base + (fw->bss_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
2700 (fw->rodata_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
2771 cpu_reg.mips_view_base = 0x8000000; in bce_start_rxp_cpu()
2799 cpu_reg.mips_view_base = 0x8000000; in bce_init_rxp_cpu()
2891 cpu_reg.mips_view_base = 0x8000000; in bce_init_txp_cpu()
2983 cpu_reg.mips_view_base = 0x8000000; in bce_init_tpat_cpu()
3075 cpu_reg.mips_view_base = 0x8000000; in bce_init_cp_cpu()
[all …]
H A Dif_bcereg.h5731 uint32_t mips_view_base; member