Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_dge.c2212 static const int hi_shift[4] = { 4, 5, 6, 8 }; local
2216 (((uint16_t) enaddr[5]) << hi_shift[sc->sc_mchash_type]);
Dif_wm.c4379 static const int hi_shift[4] = { 4, 5, 6, 8 }; in wm_mchash() local
4394 (((uint16_t)enaddr[5]) << hi_shift[sc->sc_mchash_type]); in wm_mchash()
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Dintel_pm.c471 #define VLV_FIFO_START(dsparb, dsparb2, lo_shift, hi_shift) \ argument
472 ((((dsparb) >> (lo_shift)) & 0xff) | ((((dsparb2) >> (hi_shift)) & 0x1) << 8))