Searched refs:HW_REVID (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139too.c | 503 #define HW_REVID(b30, b29, b28, b27, b26, b23, b22) \ macro 505 #define HW_REVID_MASK HW_REVID(1, 1, 1, 1, 1, 1, 1) 514 HW_REVID(1, 0, 0, 0, 0, 0, 0), 519 HW_REVID(1, 1, 0, 0, 0, 0, 0), 524 HW_REVID(1, 1, 1, 0, 0, 0, 0), 529 HW_REVID(1, 1, 1, 0, 0, 1, 0), 534 HW_REVID(1, 1, 1, 1, 0, 0, 0), 539 HW_REVID(1, 1, 1, 1, 1, 0, 0), 544 HW_REVID(1, 1, 1, 0, 1, 0, 0), 549 HW_REVID(1, 1, 1, 1, 0, 1, 0), [all …]
|