Searched refs:SBTMH_SISF_SHIFT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dsbconfig.h168 #define SBTMH_SISF_SHIFT 16 /* Shift to locate the SI status flags in sbtmh */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsbutils.c342 w = (R_SBREG(sii, &sb->sbtmstatehigh) & ~(mask << SBTMH_SISF_SHIFT)) |
343 (val << SBTMH_SISF_SHIFT);
348 return (R_SBREG(sii, &sb->sbtmstatehigh) >> SBTMH_SISF_SHIFT);

Completed in 125 milliseconds