shift 94 arch/i386/i386/pctr.c int shift; shift 100 arch/i386/i386/pctr.c shift = cmd ? 0x10 : 0; shift 108 arch/i386/i386/pctr.c msr11 &= ~(0x1ffLL << shift); shift 109 arch/i386/i386/pctr.c msr11 |= fn << shift; shift 214 arch/i386/pci/ali1543.c int shift, val; shift 222 arch/i386/pci/ali1543.c shift = ALI1543_INTR_PIRQ_SHIFT(clink); shift 223 arch/i386/pci/ali1543.c reg &= ~(0x0f << shift); shift 224 arch/i386/pci/ali1543.c reg |= (ali1543_intr_shuffle_set[irq] << shift); shift 133 arch/i386/pci/elan520.c int pin, reg, shift; shift 182 arch/i386/pci/elan520.c shift = pin % 16; shift 184 arch/i386/pci/elan520.c if ((data & (1 << shift)) == 0) shift 377 arch/i386/pci/elan520.c int reg, shift; shift 381 arch/i386/pci/elan520.c shift = pin % 16; shift 384 arch/i386/pci/elan520.c return ((data >> shift) & 0x1); shift 391 arch/i386/pci/elan520.c int reg, shift; shift 395 arch/i386/pci/elan520.c shift = pin % 16; shift 398 arch/i386/pci/elan520.c data &= ~(1 << shift); shift 400 arch/i386/pci/elan520.c data |= (1 << shift); shift 409 arch/i386/pci/elan520.c int reg, shift; shift 413 arch/i386/pci/elan520.c shift = pin % 16; shift 416 arch/i386/pci/elan520.c data &= ~(1 << shift); shift 418 arch/i386/pci/elan520.c data |= (1 << shift); shift 156 arch/i386/pci/gscpcib.c int reg, shift; shift 160 arch/i386/pci/gscpcib.c shift = pin % 32; shift 163 arch/i386/pci/gscpcib.c return ((data >> shift) & 0x1); shift 170 arch/i386/pci/gscpcib.c int reg, shift; shift 174 arch/i386/pci/gscpcib.c shift = pin % 32; shift 177 arch/i386/pci/gscpcib.c data &= ~(1 << shift); shift 179 arch/i386/pci/gscpcib.c data |= (1 << shift); shift 178 arch/i386/pci/opti82c558.c int shift; shift 185 arch/i386/pci/opti82c558.c shift = VIPER_PIRQ_SELECT_SHIFT * clink; shift 186 arch/i386/pci/opti82c558.c reg &= ~(VIPER_PIRQ_SELECT_MASK << shift); shift 187 arch/i386/pci/opti82c558.c reg |= (viper_pirq_encode[irq] << shift); shift 218 arch/i386/pci/opti82c558.c int shift; shift 227 arch/i386/pci/opti82c558.c shift = (VIPER_CFG_TRIGGER_SHIFT + viper_pirq_encode[irq]); shift 229 arch/i386/pci/opti82c558.c reg |= (1 << shift); shift 231 arch/i386/pci/opti82c558.c reg &= ~(1 << shift); shift 169 arch/i386/pci/piix.c int shift, off; shift 182 arch/i386/pci/piix.c shift = clink << 3; shift 183 arch/i386/pci/piix.c if ((reg >> shift) & PIIX_CFG_PIRQ_NONE) shift 195 arch/i386/pci/piix.c int shift, off; shift 208 arch/i386/pci/piix.c shift = clink << 3; shift 209 arch/i386/pci/piix.c reg &= ~((PIIX_CFG_PIRQ_NONE | PIIX_CFG_PIRQ_MASK) << shift); shift 210 arch/i386/pci/piix.c reg |= irq << shift; shift 155 arch/i386/pci/sis85c503.c int shift; shift 163 arch/i386/pci/sis85c503.c shift = SIS85C503_CFG_PIRQ_SHIFT(clink); shift 165 arch/i386/pci/sis85c503.c SIS85C503_CFG_PIRQ_INTR_MASK) << shift); shift 166 arch/i386/pci/sis85c503.c reg |= (irq << shift); shift 179 arch/i386/pci/via82c586.c int shift, val; shift 187 arch/i386/pci/via82c586.c shift = vp3_cfg_intr_shift[clink]; shift 188 arch/i386/pci/via82c586.c reg &= ~(VP3_CFG_INTR_MASK << shift); shift 189 arch/i386/pci/via82c586.c reg |= (irq << shift); shift 233 arch/i386/pci/via82c586.c int i, pciirq, shift, testtrig; shift 244 arch/i386/pci/via82c586.c shift = vp3_cfg_trigger_shift[i]; shift 247 arch/i386/pci/via82c586.c reg &= ~(VP3_CFG_TRIGGER_MASK << shift); shift 319 dev/ic/ac97.c u_int8_t shift; /* no use yet */ shift 1302 dev/ic/ar5xxx.c u_int32_t mask, entry, last, data, shift, position; shift 1322 dev/ic/ar5xxx.c for (i = shift = 0, left = bits; left > 0; position = 0, entry++, i++) { shift 1333 dev/ic/ar5xxx.c position) << shift; shift 1334 dev/ic/ar5xxx.c shift += last - position; shift 681 dev/ic/ispreg.h #define ISPBSMX(c, byte, shift, mask) \ shift 682 dev/ic/ispreg.h (((c)[(byte)] >> (shift)) & (mask)) shift 825 dev/ic/lm78.c int reg, shift, data, divisor = 1; shift 829 dev/ic/lm78.c reg = 0x47; shift = 0; shift 832 dev/ic/lm78.c reg = 0x47; shift = 4; shift 835 dev/ic/lm78.c reg = 0x5b; shift = 0; shift 838 dev/ic/lm78.c reg = 0x5b; shift = 4; shift 841 dev/ic/lm78.c reg = 0x5c; shift = 0; shift 844 dev/ic/lm78.c reg = 0x5c; shift = 4; shift 847 dev/ic/lm78.c reg = 0x9e; shift = 0; shift 860 dev/ic/lm78.c divisor = (sc->lm_readreg(sc, reg) >> shift) & 0x7; shift 503 dev/isa/nsclpcsio_isa.c int port, shift; shift 507 dev/isa/nsclpcsio_isa.c shift = pin % 8; shift 508 dev/isa/nsclpcsio_isa.c data = (port << 4) | shift; shift 542 dev/isa/nsclpcsio_isa.c int port, shift, reg; shift 546 dev/isa/nsclpcsio_isa.c shift = pin % 8; shift 565 dev/isa/nsclpcsio_isa.c return ((data >> shift) & 0x1); shift 572 dev/isa/nsclpcsio_isa.c int port, shift, reg; shift 576 dev/isa/nsclpcsio_isa.c shift = pin % 8; shift 595 dev/isa/nsclpcsio_isa.c data &= ~(1 << shift); shift 597 dev/isa/nsclpcsio_isa.c data |= (1 << shift); shift 228 dev/pci/cmpci.c cmpci_reg_partial_write_1(struct cmpci_softc *sc, int no, int shift, shift 232 dev/pci/cmpci.c (val<<shift) | shift 233 dev/pci/cmpci.c (bus_space_read_1(sc->sc_iot, sc->sc_ioh, no) & ~(mask<<shift))); shift 238 dev/pci/cmpci.c cmpci_reg_partial_write_4(struct cmpci_softc *sc, int no, int shift, shift 242 dev/pci/cmpci.c (val<<shift) | shift 243 dev/pci/cmpci.c (bus_space_read_4(sc->sc_iot, sc->sc_ioh, no) & ~(mask<<shift))); shift 110 dev/rasops/rasops2.c int mask, shift; shift 117 dev/rasops/rasops2.c for (mask = 0x8000, shift = 32 - 2; mask != 0; mask >>= 1, shift -= 2) shift 118 dev/rasops/rasops2.c fb |= (bits & mask ? fg : bg) << shift; shift 198 dev/sdmmc/sdmmcreg.h int shift, bs, bc; shift 205 dev/sdmmc/sdmmcreg.h shift = 0; shift 213 dev/sdmmc/sdmmcreg.h dst |= (*sp++ >> bs) << shift; shift 214 dev/sdmmc/sdmmcreg.h shift += bc; shift 45 lib/libkern/ashldi3.c __ashldi3(quad_t a, qshift_t shift) shift 49 lib/libkern/ashldi3.c if (shift == 0) shift 52 lib/libkern/ashldi3.c if (shift >= INT_BITS) { shift 53 lib/libkern/ashldi3.c aa.ul[H] = aa.ul[L] << (shift - INT_BITS); shift 56 lib/libkern/ashldi3.c aa.ul[H] = (aa.ul[H] << shift) | shift 57 lib/libkern/ashldi3.c (aa.ul[L] >> (INT_BITS - shift)); shift 58 lib/libkern/ashldi3.c aa.ul[L] <<= shift; shift 44 lib/libkern/ashrdi3.c __ashrdi3(quad_t a, qshift_t shift) shift 48 lib/libkern/ashrdi3.c if (shift == 0) shift 51 lib/libkern/ashrdi3.c if (shift >= INT_BITS) { shift 64 lib/libkern/ashrdi3.c aa.ul[L] = aa.sl[H] >> (shift - INT_BITS); shift 67 lib/libkern/ashrdi3.c aa.ul[L] = (aa.ul[L] >> shift) | shift 68 lib/libkern/ashrdi3.c (aa.ul[H] << (INT_BITS - shift)); shift 70 lib/libkern/ashrdi3.c aa.sl[H] >>= shift; shift 45 lib/libkern/lshldi3.c __lshldi3(quad_t a, qshift_t shift) shift 49 lib/libkern/lshldi3.c if (shift == 0) shift 52 lib/libkern/lshldi3.c if (shift >= INT_BITS) { shift 53 lib/libkern/lshldi3.c aa.ul[H] = aa.ul[L] << (shift - INT_BITS); shift 56 lib/libkern/lshldi3.c aa.ul[H] = (aa.ul[H] << shift) | shift 57 lib/libkern/lshldi3.c (aa.ul[L] >> (INT_BITS - shift)); shift 58 lib/libkern/lshldi3.c aa.ul[L] <<= shift; shift 44 lib/libkern/lshrdi3.c __lshrdi3(quad_t a, qshift_t shift) shift 48 lib/libkern/lshrdi3.c if (shift == 0) shift 51 lib/libkern/lshrdi3.c if (shift >= INT_BITS) { shift 52 lib/libkern/lshrdi3.c aa.ul[L] = aa.ul[H] >> (shift - INT_BITS); shift 55 lib/libkern/lshrdi3.c aa.ul[L] = (aa.ul[L] >> shift) | shift 56 lib/libkern/lshrdi3.c (aa.ul[H] << (INT_BITS - shift)); shift 57 lib/libkern/lshrdi3.c aa.ul[H] >>= shift; shift 156 netinet/ip_ipsp.c int i, shift; shift 177 netinet/ip_ipsp.c shift = ffs(tdb_hashmask + 1); shift 179 netinet/ip_ipsp.c hash = (hash >> shift) ^ (hash & tdb_hashmask);