Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bcma/
Dscan.c482 struct bcma_device *other_core; in bcma_bus_scan() local
507 other_core = bcma_find_core_reverse(bus, core->id.id); in bcma_bus_scan()
508 core->core_unit = (other_core == NULL) ? 0 : other_core->core_unit + 1; in bcma_bus_scan()