Searched defs:LSHIFT (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_keyboard_table.c | 41 #define LSHIFT KBTYPE_SPEC_LSHIFT macro 94 /* 2a */ LSHIFT, LSHIFT, LSHIFT, LSHIFT,
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | msacct.c | 452 #define LSHIFT 31 macro 453 #define LSI_ONE ((uint32_t)1 << LSHIFT) /* 32-bit scaled integer 1 */ 476 * We reduce x until it is less than 1/4 (the 2 in LSHIFT-2 below). 483 ull = x >> (LSHIFT-2); 510 x = (x * x) >> LSHIFT; 532 return ((pct * exp_x(delta)) >> LSHIFT);
|
/illumos-gate/usr/src/uts/common/io/rtw/ |
H A D | rtwreg.h | 90 #define LSHIFT(x, mask) ((x) << MASK_TO_SHIFT(mask)) macro 91 #define MASK_AND_REPLACE(reg, val, mask) ((reg & ~mask) | LSHIFT(val, mask)) 138 #define RTW_BRSR_MBR8180_1MBPS LSHIFT(0, RTW_BRSR_MBR8180_MASK) 139 #define RTW_BRSR_MBR8180_2MBPS LSHIFT(1, RTW_BRSR_MBR8180_MASK) 140 #define RTW_BRSR_MBR8180_5MBPS LSHIFT(2, RTW_BRSR_MBR8180_MASK) 141 #define RTW_BRSR_MBR8180_11MBPS LSHIFT(3, RTW_BRSR_MBR8180_MASK) 266 #define RTW_TCR_HWVERID_D LSHIFT(26, RTW_TCR_HWVERID_MASK) 267 #define RTW_TCR_HWVERID_F LSHIFT(27, RTW_TCR_HWVERID_MASK) 278 #define RTW_TCR_MXDMA_16 LSHIFT(0, RTW_TCR_MXDMA_MASK) 279 #define RTW_TCR_MXDMA_32 LSHIFT( [all...] |
Completed in 61 milliseconds