Home
last modified time | relevance | path

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

/drivers/bcma/
Dscan.c277 s32 cia, cib; in bcma_get_next_core() local
281 cia = bcma_erom_get_ci(bus, eromptr); in bcma_get_next_core()
282 if (cia < 0) { in bcma_get_next_core()
293 core->id.class = (cia & SCAN_CIA_CLASS) >> SCAN_CIA_CLASS_SHIFT; in bcma_get_next_core()
294 core->id.id = (cia & SCAN_CIA_ID) >> SCAN_CIA_ID_SHIFT; in bcma_get_next_core()
295 core->id.manuf = (cia & SCAN_CIA_MANUF) >> SCAN_CIA_MANUF_SHIFT; in bcma_get_next_core()