Searched refs:SCAN_CIA_CLASS_SHIFT (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/bcma/ | ||
D | scan.h | 18 #define SCAN_CIA_CLASS_SHIFT 4 macro |
D | scan.c | 299 core->id.class = (cia & SCAN_CIA_CLASS) >> SCAN_CIA_CLASS_SHIFT; in bcma_get_next_core() |