Home
last modified time | relevance | path

Searched refs:core_unit (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/bcma/
Dscan.c508 core->core_unit = (other_core == NULL) ? 0 : other_core->core_unit + 1; in bcma_bus_scan()
Ddriver_pci_host.c456 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()
Dmain.c92 if (core->id.id == coreid && core->core_unit == unit) in bcma_find_core_unit()
347 core->core_unit > 0) in bcma_register_devices()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbgmac.c1486 bgmac->core->core_unit); in bgmac_mii_register()
1555 switch (core->core_unit) { in bgmac_probe()
1566 pr_err("Unsupported core_unit %d\n", core->core_unit); in bgmac_probe()
1600 switch (core->core_unit) { in bgmac_probe()
/linux-4.4.14/include/linux/bcma/
Dbcma.h269 u8 core_unit; member