Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/bce/
H A Dif_bce.c357 static void bce_load_cpu_fw(struct bce_softc *, struct cpu_reg *,
359 static void bce_start_cpu(struct bce_softc *, struct cpu_reg *);
360 static void bce_halt_cpu(struct bce_softc *, struct cpu_reg *);
2662 bce_load_cpu_fw(struct bce_softc *sc, struct cpu_reg *cpu_reg, in bce_load_cpu_fw() argument
2668 bce_halt_cpu(sc, cpu_reg); in bce_load_cpu_fw()
2671 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()
2699 offset = cpu_reg->spad_base + in bce_load_cpu_fw()
[all …]
H A Dif_bcereg.h5715 struct cpu_reg { struct