Home
last modified time | relevance | path

Searched refs:lo_shift (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_dge.c2211 static const int lo_shift[4] = { 4, 3, 2, 0 }; local
2215 hash = (enaddr[4] >> lo_shift[sc->sc_mchash_type]) |
H A Dif_wm.c4378 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()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_pm.c471 #define VLV_FIFO_START(dsparb, dsparb2, lo_shift, hi_shift) \ argument
472 ((((dsparb) >> (lo_shift)) & 0xff) | ((((dsparb2) >> (hi_shift)) & 0x1) << 8))