Searched refs:core_unit (Results 1 – 5 of 5) sorted by relevance
508 core->core_unit = (other_core == NULL) ? 0 : other_core->core_unit + 1; in bcma_bus_scan()
456 if (pc->core->core_unit == 0) { in bcma_core_pci_hostmode_init()465 } else if (pc->core->core_unit == 1) { in bcma_core_pci_hostmode_init()
89 if (core->id.id == coreid && core->core_unit == unit) in bcma_find_core_unit()322 core->core_unit > 0) in bcma_register_devices()
1486 bgmac->core->core_unit); in bgmac_mii_register()1552 u8 *mac = core->core_unit ? sprom->et1mac : sprom->et0mac; in bgmac_probe()1556 if (core->core_unit > 1) { in bgmac_probe()1557 pr_err("Unsupported core_unit %d\n", core->core_unit); in bgmac_probe()1591 bgmac->phyaddr = core->core_unit ? sprom->et1phyaddr : in bgmac_probe()
267 u8 core_unit; member