Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bce/
HDif_bce.c4078 offset = cpu_reg->spad_base + (fw->text_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
4088 offset = cpu_reg->spad_base + (fw->data_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
4098 offset = cpu_reg->spad_base + (fw->sbss_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
4108 offset = cpu_reg->spad_base + (fw->bss_addr - cpu_reg->mips_view_base); in bce_load_cpu_fw()
4118 offset = cpu_reg->spad_base + in bce_load_cpu_fw()
4207 cpu_reg.spad_base = BCE_RXP_SCRATCH; in bce_start_rxp_cpu()
4241 cpu_reg.spad_base = BCE_RXP_SCRATCH; in bce_init_rxp_cpu()
4339 cpu_reg.spad_base = BCE_TXP_SCRATCH; in bce_init_txp_cpu()
4436 cpu_reg.spad_base = BCE_TPAT_SCRATCH; in bce_init_tpat_cpu()
4533 cpu_reg.spad_base = BCE_CP_SCRATCH; in bce_init_cp_cpu()
[all …]
HDif_bcereg.h6252 u32 spad_base; member