Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_bnx.c2725 REG_WR_IND(sc, sc->bnx_shmem_base + BNX_DRV_MB, msg_data); in bnx_fw_sync()
2745 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()
2816 REG_WR_IND(sc, cpu_reg->state, cpu_reg->state_value_clear); 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()
[all …]
Dif_bnxreg.h680 #define REG_WR_IND(sc, offset, val) bnx_reg_wr_ind(sc, offset, val) macro