Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LSS_PWS_BITS
arch/x86/platform/intel-mid/pwr.c
242
reg = (id * LSS_PWS_BITS) / 32;
arch/x86/platform/intel-mid/pwr.c
243
bit = (id * LSS_PWS_BITS) % 32;
arch/x86/platform/intel-mid/pwr.c
284
reg = (id * LSS_PWS_BITS) / 32;
arch/x86/platform/intel-mid/pwr.c
285
bit = (id * LSS_PWS_BITS) % 32;