HomeSort by: relevance | last modified time | path
    Searched refs:hi_shift (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_dge.c 2212 static const int hi_shift[4] = { 4, 5, 6, 8 }; local in function:dge_mchash
2216 (((uint16_t) enaddr[5]) << hi_shift[sc->sc_mchash_type]);
if_wm.c 4379 static const int hi_shift[4] = { 4, 5, 6, 8 }; local in function:wm_mchash
4394 (((uint16_t)enaddr[5]) << hi_shift[sc->sc_mchash_type]);
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 471 #define VLV_FIFO_START(dsparb, dsparb2, lo_shift, hi_shift) \
472 ((((dsparb) >> (lo_shift)) & 0xff) | ((((dsparb2) >> (hi_shift)) & 0x1) << 8))

Completed in 29 milliseconds