Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/sun/
A Dsunhme.c2630 hp->hm_revision = of_getintprop_default(dp, "hm-rev", 0xff); in happy_meal_sbus_probe_one()
2631 if (hp->hm_revision == 0xff) in happy_meal_sbus_probe_one()
2632 hp->hm_revision = 0xa0; in happy_meal_sbus_probe_one()
2635 if (hp->hm_revision == 0x20 || hp->hm_revision == 0x21) in happy_meal_sbus_probe_one()
2637 else if (hp->hm_revision != 0xa0) in happy_meal_sbus_probe_one()
2952 hp->hm_revision = of_getintprop_default(dp, "hm-rev", 0xff); in happy_meal_pci_probe()
2953 if (hp->hm_revision == 0xff) in happy_meal_pci_probe()
2954 hp->hm_revision = 0xc0 | (pdev->revision & 0x0f); in happy_meal_pci_probe()
2957 hp->hm_revision = 0x20; in happy_meal_pci_probe()
2961 if (hp->hm_revision == 0x20 || hp->hm_revision == 0x21) in happy_meal_pci_probe()
[all …]
A Dsunhme.h438 unsigned short hm_revision; /* Happy meal revision */ member

Completed in 11 milliseconds