OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lo_shift
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_dge.c
2211
static const int
lo_shift
[4] = { 4, 3, 2, 0 };
local in function:dge_mchash
2215
hash = (enaddr[4] >>
lo_shift
[sc->sc_mchash_type]) |
if_wm.c
4378
static const int
lo_shift
[4] = { 4, 3, 2, 0 };
local in function:wm_mchash
4393
hash = (enaddr[4] >>
lo_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 58 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025