Searched refs:HW_REVID (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/realtek/ |
D | 8139too.c | 504 #define HW_REVID(b30, b29, b28, b27, b26, b23, b22) \ macro 506 #define HW_REVID_MASK HW_REVID(1, 1, 1, 1, 1, 1, 1) 515 HW_REVID(1, 0, 0, 0, 0, 0, 0), 520 HW_REVID(1, 1, 0, 0, 0, 0, 0), 525 HW_REVID(1, 1, 1, 0, 0, 0, 0), 530 HW_REVID(1, 1, 1, 0, 0, 1, 0), 535 HW_REVID(1, 1, 1, 1, 0, 0, 0), 540 HW_REVID(1, 1, 1, 1, 1, 0, 0), 545 HW_REVID(1, 1, 1, 0, 1, 0, 0), 550 HW_REVID(1, 1, 1, 1, 0, 1, 0), [all …]
|