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

/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c4083 REG_WR_IND(sc, offset, fw->text[j]);
4093 REG_WR_IND(sc, offset, fw->data[j]);
4103 REG_WR_IND(sc, offset, fw->sbss[j]);
4113 REG_WR_IND(sc, offset, fw->bss[j]);
4124 REG_WR_IND(sc, offset, fw->rodata[j]);
4129 REG_WR_IND(sc, cpu_reg->inst, 0);
4130 REG_WR_IND(sc, cpu_reg->pc, fw->start_addr);
4154 REG_WR_IND(sc, cpu_reg->state, cpu_reg->state_value_clear);
4155 REG_WR_IND(sc, cpu_reg->mode, val);
4177 REG_WR_IND(s
[all...]
H A Dif_bcereg.h1100 #define REG_WR_IND(sc, offset, val) bce_reg_wr_ind(sc, offset, val) macro
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1926 #define REG_WR_IND(sc, offset, val) bxe_reg_wr_ind(sc, offset, val) macro

Completed in 224 milliseconds