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

/external/syslinux/gpxe/src/drivers/net/
H A Dbnx2.c1353 load_cpu_fw(struct bnx2 *bp, struct cpu_reg *cpu_reg, struct fw_info *fw) argument
1359 val = REG_RD_IND(bp, cpu_reg->mode);
1360 val |= cpu_reg->mode_value_halt;
1361 REG_WR_IND(bp, cpu_reg->mode, val);
1362 REG_WR_IND(bp, cpu_reg->state, cpu_reg->state_value_clear);
1365 offset = cpu_reg->spad_base + (fw->text_addr - cpu_reg->mips_view_base);
1375 offset = cpu_reg
1429 struct cpu_reg cpu_reg; local
[all...]
H A Dbnx2.h4213 struct cpu_reg { struct

Completed in 115 milliseconds