Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bnx.c2725 REG_WR_IND(sc, sc->bnx_shmem_base + BNX_DRV_MB, msg_data); in bnx_fw_sync()
2815 REG_WR_IND(sc, cpu_reg->mode, val); in bnx_load_cpu_fw()
2824 REG_WR_IND(sc, offset, fw->text[j]); in bnx_load_cpu_fw()
2833 REG_WR_IND(sc, offset, fw->data[j]); in bnx_load_cpu_fw()
2842 REG_WR_IND(sc, offset, fw->sbss[j]); in bnx_load_cpu_fw()
2851 REG_WR_IND(sc, offset, fw->bss[j]); in bnx_load_cpu_fw()
2861 REG_WR_IND(sc, offset, fw->rodata[j]); in bnx_load_cpu_fw()
2865 REG_WR_IND(sc, cpu_reg->inst, 0); in bnx_load_cpu_fw()
2866 REG_WR_IND(sc, cpu_reg->pc, fw->start_addr); in bnx_load_cpu_fw()
2872 REG_WR_IND(sc, cpu_reg->mode, val); in bnx_load_cpu_fw()
[all …]
H A Dif_bnxreg.h680 #define REG_WR_IND(sc, offset, val) bnx_reg_wr_ind(sc, offset, val) macro