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