Lines Matching defs:nvm
100 struct ice_nvm_info *nvm = &pf->hw.flash.nvm;
102 snprintf(ctx->buf, sizeof(ctx->buf), "%x.%02x", nvm->major, nvm->minor);
109 struct ice_nvm_info *nvm = &ctx->pending_nvm;
113 nvm->major, nvm->minor);
118 struct ice_nvm_info *nvm = &pf->hw.flash.nvm;
120 snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", nvm->eetrack);
126 struct ice_nvm_info *nvm = &ctx->pending_nvm;
129 snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", nvm->eetrack);
1844 * the nvm-flash or shadow-ram region.
1936 * It reads from either the nvm-flash or shadow-ram region contents.
2036 .name = "nvm-flash",