Lines Matching refs:stepping
540 * stepping: Chip stepping read from OTP; used for firmware selection
572 char stepping[BCM4377_OTP_MAX_PARAM_LEN];
1171 if ((strcmp(bcm4377->stepping, "b1") == 0) ||
1172 strcmp(bcm4377->stepping, "b3") == 0)
1184 if (strcmp(bcm4377->stepping, "c2") == 0)
1202 bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type,
1205 bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type,
1965 if (len >= sizeof(bcm4377->stepping))
1969 bcm4377->stepping[idx] = tolower(val[idx]);
1977 bcm4377->stepping[idx] = '\0';
2072 if (!bcm4377->stepping[0] || !bcm4377->vendor[0])
2075 dev_dbg(&bcm4377->pdev->dev, "OTP: stepping=%s, vendor=%s\n",
2076 bcm4377->stepping, bcm4377->vendor);