Searched refs:HW_REVID (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/realtek/ |
| H A D | 8139too.c | 500 #define HW_REVID(b30, b29, b28, b27, b26, b23, b22) \ macro 502 #define HW_REVID_MASK HW_REVID(1, 1, 1, 1, 1, 1, 1) 511 HW_REVID(1, 0, 0, 0, 0, 0, 0), 516 HW_REVID(1, 1, 0, 0, 0, 0, 0), 521 HW_REVID(1, 1, 1, 0, 0, 0, 0), 526 HW_REVID(1, 1, 1, 0, 0, 1, 0), 531 HW_REVID(1, 1, 1, 1, 0, 0, 0), 536 HW_REVID(1, 1, 1, 1, 1, 0, 0), 541 HW_REVID(1, 1, 1, 0, 1, 0, 0), 546 HW_REVID(1, 1, 1, 1, 0, 1, 0), [all …]
|