Searched refs:DEV_ID_NUM_BMSK (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/qualcomm/emac/ | ||
D | emac.h | 98 #define DEV_ID_NUM_BMSK 0x7f000000 macro |
D | emac.c | 695 devid = (reg & DEV_ID_NUM_BMSK) >> DEV_ID_NUM_SHFT; in emac_probe() |