Symbol: nvm_cfg1
usr/src/uts/common/io/bnx/570x/common/include/5706_reg.h
4635
u32_t nvm_cfg1;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_nvram.c
716
REG_RD(pdev, nvm.nvm_cfg1, &val);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_nvram.c
717
REG_WR(pdev, nvm.nvm_cfg1, val | NVM_CFG1_BITBANG_MODE);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_nvram.c
775
REG_RD(pdev, nvm.nvm_cfg1, &idx);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_nvram.c
776
REG_WR(pdev, nvm.nvm_cfg1, idx & ~NVM_CFG1_BITBANG_MODE);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_nvram.c
907
REG_WR(pdev, nvm.nvm_cfg1, val);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_nvram.c
980
REG_RD(pdev, nvm.nvm_cfg1, &val);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3313
offsetof(struct nvm_cfg1, glob) +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3361
offsetof(struct nvm_cfg1, port[MFW_PORT(p_hwfn)]);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3385
offsetof(struct nvm_cfg1, port[MFW_PORT(p_hwfn)]);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3477
offsetof(struct nvm_cfg1, glob) +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3501
offsetof(struct nvm_cfg1, glob) +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2040
offsetof(struct nvm_cfg1, glob) +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1459
offsetof(struct nvm_cfg1, port[port]);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
236
offsetof(struct nvm_cfg1, glob.core_cfg));
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_cfg.h
1954
struct nvm_cfg1 cfg1;