Searched refs:hm_revision (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c2442 hp->hm_revision = of_getintprop_default(dp, "hm-rev", hp->hm_revision);
2446 if (hp->hm_revision == 0x20 || hp->hm_revision == 0x21)
2448 else if (hp->hm_revision != 0xa0)
2568 hp->hm_revision = 0xa0;
2706 hp->hm_revision = 0xc0 | (pdev->revision & 0x0f);
2708 hp->hm_revision = 0x20;
H A Dsunhme.h438 unsigned short hm_revision; /* Happy meal revision */ member in struct:happy_meal

Completed in 122 milliseconds