Searched refs:lo_shift (Results 1 – 3 of 3) sorted by relevance
2211 static const int lo_shift[4] = { 4, 3, 2, 0 }; local2215 hash = (enaddr[4] >> lo_shift[sc->sc_mchash_type]) |
4378 static const int lo_shift[4] = { 4, 3, 2, 0 }; in wm_mchash() local 4393 hash = (enaddr[4] >> lo_shift[sc->sc_mchash_type]) | in wm_mchash()
471 #define VLV_FIFO_START(dsparb, dsparb2, lo_shift, hi_shift) \ argument472 ((((dsparb) >> (lo_shift)) & 0xff) | ((((dsparb2) >> (hi_shift)) & 0x1) << 8))