Searched refs:hm_revision (Results 1 – 2 of 2) sorted by relevance
2764 hp->hm_revision = of_getintprop_default(dp, "hm-rev", 0xff); in happy_meal_sbus_probe_one()2765 if (hp->hm_revision == 0xff) in happy_meal_sbus_probe_one()2766 hp->hm_revision = 0xa0; in happy_meal_sbus_probe_one()2769 if (hp->hm_revision == 0x20 || hp->hm_revision == 0x21) in happy_meal_sbus_probe_one()2771 else if (hp->hm_revision != 0xa0) in happy_meal_sbus_probe_one()3075 hp->hm_revision = of_getintprop_default(dp, "hm-rev", 0xff); in happy_meal_pci_probe()3076 if (hp->hm_revision == 0xff) in happy_meal_pci_probe()3077 hp->hm_revision = 0xc0 | (pdev->revision & 0x0f); in happy_meal_pci_probe()3080 hp->hm_revision = 0x20; in happy_meal_pci_probe()3084 if (hp->hm_revision == 0x20 || hp->hm_revision == 0x21) in happy_meal_pci_probe()[all …]
438 unsigned short hm_revision; /* Happy meal revision */ member