Searched refs:DEV_REV_NUM_BMSK (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/qualcomm/emac/ | ||
| D | emac.h | 100 #define DEV_REV_NUM_BMSK                                      0xff0000  macro | 
| D | emac.c | 701 	revid = (reg & DEV_REV_NUM_BMSK) >> DEV_REV_NUM_SHFT;  in emac_probe() |