Lines Matching defs:major
3829 u8 major;
3852 major = (reg >> 24 & 0x0f);
3853 if (major == 6)
3854 major = 5;
3855 else if (major == 5)
3856 major = 4;
3857 else if (major == 0)
3858 major = 1;
3859 if (major != priv->version) {
3862 major, priv->version);
3867 major, (reg >> 16) & 0x0f, reg & 0xffff);
3871 * to find the PHY major revision in bits 15:8 while the GENET register
3875 * deployed similar to the Starfighter 2 switch with GPHY major
3895 /* This is the good old scheme, just GPHY major, no minor nor patch */
3898 /* This is the new scheme, GPHY major rolls over with 0x10 = rev G0 */