Home
last modified time | relevance | path

Searched refs:LSB (Results 1 – 25 of 65) sorted by relevance

123

/freebsd-12.1/sys/dev/amdpm/
H A Damdpm.c111 #define LSB 0x1 /* XXX: Better name: Read/Write? */ macro
357 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_quick()
361 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_quick()
391 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_sendb()
418 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_recvb()
445 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_writeb()
473 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_readb()
501 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_writew()
529 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_readw()
561 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_bwrite()
[all …]
/freebsd-12.1/sys/dev/alpm/
H A Dalpm.c76 #define LSB 0x1 /* XXX: Better name: Read/Write? */ macro
355 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_quick()
359 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_quick()
389 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_sendb()
415 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_recvb()
441 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_writeb()
468 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_readb()
495 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_writew()
524 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_readw()
559 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_bwrite()
[all …]
/freebsd-12.1/sys/dev/iicbus/
H A Diiconf.c290 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write()
308 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read()
327 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write_byte()
345 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read_byte()
359 u_char addr = slave & ~LSB; in iicbus_block_write()
380 u_char addr = slave | LSB; in iicbus_block_read()
452 addr |= LSB; in iicbus_transfer_gen()
454 addr &= ~LSB; in iicbus_transfer_gen()
H A Diiconf.h39 #define LSB 0x1 macro
H A Diic.c272 addr = priv->addr | LSB; in iicuio()
274 addr = priv->addr & ~LSB; in iicuio()
/freebsd-12.1/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl664 lwr $s0,0+$LSB($inp)
665 lwr $s1,4+$LSB($inp)
666 lwr $s2,8+$LSB($inp)
678 swr $s0,0+$LSB($out)
679 swr $s1,4+$LSB($out)
680 swr $s2,8+$LSB($out)
1249 lwr $s0,0+$LSB($inp)
1250 lwr $s1,4+$LSB($inp)
1251 lwr $s2,8+$LSB($inp)
1263 swr $s0,0+$LSB($out)
[all …]
/freebsd-12.1/sys/dev/intpm/
H A Dintpm.c489 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, SMBALTRESP | LSB); in intsmb_alrintr()
638 data &= ~LSB; in intsmb_quick()
641 data |= LSB; in intsmb_quick()
672 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_sendb()
692 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_recvb()
722 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_writeb()
743 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_writew()
765 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_readb()
787 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_readw()
825 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_bwrite()
[all …]
H A Dintpmreg.h72 #define LSB 0x1 macro
/freebsd-12.1/sys/dev/viapm/
H A Dviapm.c676 VIAPM_OUTB(SMBHADDR, slave & ~LSB); in viasmb_quick()
680 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_quick()
707 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_sendb()
733 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_recvb()
759 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_writeb()
786 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_readb()
813 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_writew()
842 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_readw()
877 VIAPM_OUTB(SMBHADDR, slave & ~LSB); in viasmb_bwrite()
916 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_bread()
/freebsd-12.1/contrib/cortex-strings/src/arm/
H A Dstrcmp.S55 #define LSB 0xff000000 macro
69 #define LSB 0x000000ff macro
404 and data2, data2, #LSB
442 and tmp1, data1, #LSB
458 tst syndrome, #LSB
/freebsd-12.1/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl88 $LSB=3&~$MSB;
135 lwr @X[$j],$j*4+$LSB($inp)
145 lwr @X[$j],$j*4+$LSB($inp)
395 lwr @X[0],$LSB($inp)
H A Dsha512-mips.pl124 $LSB = ($SZ-1)&~$MSB;
142 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
374 ${LD}r @X[0],$LSB($inp)
/freebsd-12.1/contrib/gdtoa/
H A Dgdtoaimp.h341 #define LSB 1 macro
379 #define LSB 1 macro
405 #define LSB 0x10000 macro
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1592 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() argument
1596 LSB = First; in isStringOfOnes()
1612 unsigned LSB, Length; in isRxSBGMask() local
1613 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask()
1614 Start = 63 - (LSB + Length - 1); in isRxSBGMask()
1615 End = 63 - LSB; in isRxSBGMask()
1621 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()
1622 assert(LSB > 0 && "Bottom bit must be set"); in isRxSBGMask()
1623 assert(LSB + Length < BitSize && "Top bit must be set"); in isRxSBGMask()
1624 Start = 63 - (LSB - 1); in isRxSBGMask()
[all …]
/freebsd-12.1/sys/dev/glxiic/
H A Dglxiic.c592 addr = sc->addr | LSB; in glxiic_handle_slave_match_locked()
596 addr = sc->addr & ~LSB; in glxiic_handle_slave_match_locked()
732 slave = sc->msg->slave | LSB; in glxiic_state_master_addr_callback()
735 slave = sc->msg->slave & ~LSB; in glxiic_state_master_addr_callback()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStringExtras.h161 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() argument
163 unsigned U2 = hexDigitValue(LSB); in hexFromNibbles()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2316 unsigned LSB = Srl_imm; in tryV6T2BitfieldExtractOp() local
2320 if ((LSB + Width + 1) == N->getValueType(0).getSizeInBits()) { in tryV6T2BitfieldExtractOp()
2363 int LSB = Srl_imm - Shl_imm; in tryV6T2BitfieldExtractOp() local
2364 if (LSB < 0) in tryV6T2BitfieldExtractOp()
2369 CurDAG->getTargetConstant(LSB, dl, MVT::i32), in tryV6T2BitfieldExtractOp()
2381 unsigned LSB = countTrailingZeros(And_imm); in tryV6T2BitfieldExtractOp() local
2387 unsigned Width = MSB - LSB; in tryV6T2BitfieldExtractOp()
2401 unsigned LSB = 0; in tryV6T2BitfieldExtractOp() local
2406 if (LSB + Width > 32) in tryV6T2BitfieldExtractOp()
2410 assert(LSB + Width <= 32 && "Shouldn't create an invalid ubfx"); in tryV6T2BitfieldExtractOp()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoFlags.def81 // Virtuality is a two-bit enum field in the LSB of the word.
/freebsd-12.1/sys/arm64/rockchip/
H A Drk_i2c.c433 msgs[i].slave |= LSB; in rk_i2c_transfer()
437 msgs[i].slave &= ~LSB; in rk_i2c_transfer()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dfonts76 >104 lelong 00000004 X11 SNF font data, LSB first
104 >12 lelong ^0x08 bit: LSB,
106 >12 lelong ^0x04 byte: LSB first
H A Dolf32 >5 byte 1 LSB
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1559 LSB = SrlImm; in isBitfieldExtractOpFromAnd()
1645 LSB = SrlImm; in isSeveralBitsExtractOpFromShr()
1940 uint64_t LSB = Imm; in getUsefulBitsFromBFM() local
1948 Mask <<= LSB; in getUsefulBitsFromBFM()
1961 OpUsefulBits <<= LSB; in getUsefulBitsFromBFM()
1966 Mask.lshrInPlace(LSB); in getUsefulBitsFromBFM()
2187 int LSB = countTrailingOnes(NotKnownZero); in tryBitfieldInsertOpFromOrAndImm() local
2191 unsigned ImmR = (BitWidth - LSB) % BitWidth; in tryBitfieldInsertOpFromOrAndImm()
2198 bool IsBFI = LSB != 0; in tryBitfieldInsertOpFromOrAndImm()
2199 uint64_t BFIImm = OrImm >> LSB; in tryBitfieldInsertOpFromOrAndImm()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp179 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local
183 << ", #" << LSB << ", #" << Width; in printInst()
189 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local
193 << getRegisterName(Op2.getReg()) << ", #" << LSB << ", #" << Width; in printInst()
198 int LSB = ImmR; in printInst() local
203 << ", #" << LSB << ", #" << Width; in printInst()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td15 // MSB (31st bit) on the left and the LSB (0th bit) on the right. This is
23 // a 21-bit value (where the LSB is always zero), we describe it as an imm20
/freebsd-12.1/sys/dev/iicbus/twsi/
H A Dtwsi.c554 sc->msg->slave | LSB); in twsi_intr()
557 sc->msg->slave & ~LSB); in twsi_intr()

123