Searched refs:SW_REV_ID_M (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/dsa/microchip/ | ||
D | ksz_common.h | 399 #define SW_REV_ID_M GENMASK(7, 4) macro |
D | ksz_common.c | 1068 dev->chip_rev = FIELD_GET(SW_REV_ID_M, id32); in ksz_switch_detect() |