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