Searched refs:hm_revision (Results 1 – 2 of 2) sorted by relevance
2756 hp->hm_revision = prom_getintdefault(sdev->prom_node, "hm-rev", 0xff); in happy_meal_sbus_init()2757 if (hp->hm_revision == 0xff) in happy_meal_sbus_init()2758 hp->hm_revision = 0xa0; in happy_meal_sbus_init()2761 if (hp->hm_revision == 0x20 || hp->hm_revision == 0x21) in happy_meal_sbus_init()2763 else if (hp->hm_revision != 0xa0) in happy_meal_sbus_init()3090 hp->hm_revision = prom_getintdefault(node, "hm-rev", 0xff); in happy_meal_pci_init()3091 if (hp->hm_revision == 0xff) { in happy_meal_pci_init()3095 hp->hm_revision = 0xc0 | (prev & 0x0f); in happy_meal_pci_init()3099 hp->hm_revision = 0x20; in happy_meal_pci_init()3103 if (hp->hm_revision == 0x20 || hp->hm_revision == 0x21) in happy_meal_pci_init()[all …]
439 unsigned short hm_revision; /* Happy meal revision */ member