Searched defs:EXTRACT_BITS (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ | ||
| H A D | ef100.c | 47 #define EXTRACT_BITS(x, lbn, width) \ macro |
| /linux/drivers/misc/ocxl/ | ||
| H A D | config.c | 9 #define EXTRACT_BITS(val, s, e) ((val & GENMASK(e, s)) >> s) macro |