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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
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.c3783 load_cpu_fw(struct bnx2 *bp, const struct cpu_reg *cpu_reg, argument
3792 val = bnx2_reg_rd_ind(bp, cpu_reg->mode);
3793 val |= cpu_reg->mode_value_halt;
3794 bnx2_reg_wr_ind(bp, cpu_reg->mode, val);
3795 bnx2_reg_wr_ind(bp, cpu_reg->state, cpu_reg->state_value_clear);
3803 offset = cpu_reg->spad_base + (addr - cpu_reg->mips_view_base);
3817 offset = cpu_reg
[all...]
H A Dbnx2.h6939 struct cpu_reg { struct

Completed in 120 milliseconds