Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/bce/
HDif_bce.c3984 REG_WR_IND(sc, offset, fw->text[j]); in bce_load_cpu_fw()
3994 REG_WR_IND(sc, offset, fw->data[j]); in bce_load_cpu_fw()
4004 REG_WR_IND(sc, offset, fw->sbss[j]); in bce_load_cpu_fw()
4014 REG_WR_IND(sc, offset, fw->bss[j]); in bce_load_cpu_fw()
4025 REG_WR_IND(sc, offset, fw->rodata[j]); in bce_load_cpu_fw()
4030 REG_WR_IND(sc, cpu_reg->inst, 0); in bce_load_cpu_fw()
4031 REG_WR_IND(sc, cpu_reg->pc, fw->start_addr); in bce_load_cpu_fw()
4054 REG_WR_IND(sc, cpu_reg->state, cpu_reg->state_value_clear); in bce_start_cpu()
4055 REG_WR_IND(sc, cpu_reg->mode, val); in bce_start_cpu()
4076 REG_WR_IND(sc, cpu_reg->mode, val); in bce_halt_cpu()
[all …]
HDif_bcereg.h1066 #define REG_WR_IND(sc, offset, val) bce_reg_wr_ind(sc, offset, val) macro
/freebsd-head/sys/dev/bxe/
HDbxe.h1865 #define REG_WR_IND(sc, offset, val) bxe_reg_wr_ind(sc, offset, val) macro