Lines Matching defs:major
3785 u8 major;
3808 major = (reg >> 24 & 0x0f);
3809 if (major == 6)
3810 major = 5;
3811 else if (major == 5)
3812 major = 4;
3813 else if (major == 0)
3814 major = 1;
3815 if (major != priv->version) {
3818 major, priv->version);
3823 major, (reg >> 16) & 0x0f, reg & 0xffff);
3827 * to find the PHY major revision in bits 15:8 while the GENET register
3831 * deployed similar to the Starfighter 2 switch with GPHY major
3851 /* This is the good old scheme, just GPHY major, no minor nor patch */
3854 /* This is the new scheme, GPHY major rolls over with 0x10 = rev G0 */