Home
last modified time | relevance | path

Searched refs:spad_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()
4019 offset = cpu_reg->spad_base + in bce_load_cpu_fw()
4105 cpu_reg.spad_base = BCE_RXP_SCRATCH; in bce_start_rxp_cpu()
4138 cpu_reg.spad_base = BCE_RXP_SCRATCH; in bce_init_rxp_cpu()
4235 cpu_reg.spad_base = BCE_TXP_SCRATCH; in bce_init_txp_cpu()
4331 cpu_reg.spad_base = BCE_TPAT_SCRATCH; in bce_init_tpat_cpu()
4427 cpu_reg.spad_base = BCE_CP_SCRATCH; in bce_init_cp_cpu()
[all …]
H A Dif_bcereg.h6182 u32 spad_base; member