Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/
Dbgmac-bcma.c136 switch (core->core_unit) { in bgmac_probe()
148 core->core_unit); in bgmac_probe()
165 switch (core->core_unit) { in bgmac_probe()
186 !(ci->id == BCMA_CHIP_ID_BCM53573 && core->core_unit == 1)) { in bgmac_probe()
244 if (core->core_unit == 0) { in bgmac_probe()
249 } else if (core->core_unit == 1) { in bgmac_probe()
Dbgmac-bcma-mdio.c224 core->core_unit); in bcma_mdio_mii_register()
/Linux-v5.10/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()
315 core->core_unit > 0) in bcma_register_devices()
/Linux-v5.10/include/linux/bcma/
Dbcma.h278 u8 core_unit; member