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

/drivers/net/ethernet/broadcom/
H A Dbnx2_fw.h11 static const struct cpu_reg cpu_reg_com = {
27 static const struct cpu_reg cpu_reg_cp = {
43 static const struct cpu_reg cpu_reg_rxp = {
59 static const struct cpu_reg cpu_reg_tpat = {
75 static const struct cpu_reg cpu_reg_txp = {
H A Dbnx2.c3794 load_cpu_fw(struct bnx2 *bp, const struct cpu_reg *cpu_reg, argument
3803 val = bnx2_reg_rd_ind(bp, cpu_reg->mode);
3804 val |= cpu_reg->mode_value_halt;
3805 bnx2_reg_wr_ind(bp, cpu_reg->mode, val);
3806 bnx2_reg_wr_ind(bp, cpu_reg->state, cpu_reg->state_value_clear);
3814 offset = cpu_reg->spad_base + (addr - cpu_reg->mips_view_base);
3828 offset = cpu_reg
[all...]
H A Dbnx2.h6957 struct cpu_reg { struct

Completed in 64 milliseconds