Lines Matching refs:qfe_slot
2393 struct device_node *dp, int qfe_slot) in happy_meal_addr_init() argument
2417 if (qfe_slot != -1) { in happy_meal_addr_init()
2494 int qfe_slot = -1; in happy_meal_sbus_probe_one() local
2507 for (qfe_slot = 0; qfe_slot < 4; qfe_slot++) in happy_meal_sbus_probe_one()
2508 if (qp->happy_meals[qfe_slot] == NULL) in happy_meal_sbus_probe_one()
2510 if (qfe_slot == 4) in happy_meal_sbus_probe_one()
2523 happy_meal_addr_init(hp, dp, qfe_slot); in happy_meal_sbus_probe_one()
2529 hp->qfe_ent = qfe_slot; in happy_meal_sbus_probe_one()
2530 qp->happy_meals[qfe_slot] = dev; in happy_meal_sbus_probe_one()
2594 if (qfe_slot != -1) in happy_meal_sbus_probe_one()
2597 qfe_slot, dev->dev_addr); in happy_meal_sbus_probe_one()
2606 qp->happy_meals[qfe_slot] = NULL; in happy_meal_sbus_probe_one()
2622 int qfe_slot = -1; in happy_meal_pci_probe() local
2646 for (qfe_slot = 0; qfe_slot < 4; qfe_slot++) in happy_meal_pci_probe()
2647 if (!qp->happy_meals[qfe_slot]) in happy_meal_pci_probe()
2650 if (qfe_slot == 4) in happy_meal_pci_probe()
2668 hp->qfe_ent = qfe_slot; in happy_meal_pci_probe()
2669 qp->happy_meals[qfe_slot] = dev; in happy_meal_pci_probe()
2696 happy_meal_addr_init(hp, dp, qfe_slot); in happy_meal_pci_probe()
2737 if (!qfe_slot) { in happy_meal_pci_probe()
2750 if (qfe_slot != -1) in happy_meal_pci_probe()
2753 qfe_slot, dev->dev_addr); in happy_meal_pci_probe()
2763 qp->happy_meals[qfe_slot] = NULL; in happy_meal_pci_probe()