/src/sys/dev/pci/ |
if_bnx.c | 360 void bnx_load_cpu_fw(struct bnx_softc *, struct cpu_reg *, 2845 bnx_load_cpu_fw(struct bnx_softc *sc, struct cpu_reg *cpu_reg, 2852 val = REG_RD_IND(sc, cpu_reg->mode); 2853 val |= cpu_reg->mode_value_halt; 2854 REG_WR_IND(sc, cpu_reg->mode, val); 2855 REG_WR_IND(sc, cpu_reg->state, cpu_reg->state_value_clear); 2858 offset = cpu_reg->spad_base + (fw->text_addr - cpu_reg->mips_view_base) 2925 struct cpu_reg cpu_reg; local in function:bnx_init_cpus [all...] |
if_bnx.c | 360 void bnx_load_cpu_fw(struct bnx_softc *, struct cpu_reg *, 2845 bnx_load_cpu_fw(struct bnx_softc *sc, struct cpu_reg *cpu_reg, 2852 val = REG_RD_IND(sc, cpu_reg->mode); 2853 val |= cpu_reg->mode_value_halt; 2854 REG_WR_IND(sc, cpu_reg->mode, val); 2855 REG_WR_IND(sc, cpu_reg->state, cpu_reg->state_value_clear); 2858 offset = cpu_reg->spad_base + (fw->text_addr - cpu_reg->mips_view_base) 2925 struct cpu_reg cpu_reg; local in function:bnx_init_cpus [all...] |
if_bnxreg.h | 4640 struct cpu_reg { struct
|
if_bnxreg.h | 4640 struct cpu_reg { struct
|