Home
last modified time | relevance | path

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

1234

/freebsd-13.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-13.1/sys/dev/amdpm/
H A Damdpm.c113 #define LSB 0x1 /* XXX: Better name: Read/Write? */ macro
360 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_quick()
364 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_quick()
394 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_sendb()
421 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_recvb()
448 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_writeb()
476 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_readb()
504 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_writew()
532 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_readw()
564 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_bwrite()
[all …]
/freebsd-13.1/sys/dev/iicbus/
H A Diiconf.c326 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write()
344 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read()
363 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write_byte()
381 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read_byte()
395 u_char addr = slave & ~LSB; in iicbus_block_write()
416 u_char addr = slave | LSB; in iicbus_block_read()
488 addr |= LSB; in iicbus_transfer_gen()
490 addr &= ~LSB; in iicbus_transfer_gen()
H A Diiconf.h39 #define LSB 0x1 macro
/freebsd-13.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-13.1/sys/dev/intpm/
H A Dintpm.c491 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, SMBALTRESP | LSB); in intsmb_alrintr()
640 data &= ~LSB; in intsmb_quick()
643 data |= LSB; in intsmb_quick()
674 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_sendb()
694 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_recvb()
724 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_writeb()
745 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_writew()
767 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_readb()
789 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_readw()
827 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_bwrite()
[all …]
H A Dintpmreg.h72 #define LSB 0x1 macro
/freebsd-13.1/sys/dev/viapm/
H A Dviapm.c674 VIAPM_OUTB(SMBHADDR, slave & ~LSB); in viasmb_quick()
678 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_quick()
705 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_sendb()
731 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_recvb()
757 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_writeb()
784 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_readb()
811 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_writew()
840 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_readw()
875 VIAPM_OUTB(SMBHADDR, slave & ~LSB); in viasmb_bwrite()
914 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_bread()
/freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/
H A Dnetxbig-gpio-ext.txt6 - addr-gpios: GPIOs representing the address register (LSB -> MSB).
7 - data-gpios: GPIOs representing the data register (LSB -> MSB).
/freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/
H A Darmada-thermal.txt25 to "control LSB/control 0" with size of 8 (current binding). All other
26 compatibles must point to "control LSB/control 0" with size of 8.
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dtdm-slot.txt23 for an active slot as default, and the default active bits are at the LSB of
27 number presents bit-0 (LSB), second presents bit-1, etc. Any non zero
H A Dfsl-sai.txt33 - lsb-first : Configures whether the LSB or the MSB is transmitted
35 the MSB is transmitted first as default, or the LSB
/freebsd-13.1/sys/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in21 # LSB, Debian, and derivatives
29 # LSB functions - fall through
142 # LSB functions
184 # LSB functions
214 # LSB functions
235 # LSB functions
/freebsd-13.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-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h185 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() argument
187 unsigned U2 = hexDigitValue(LSB); in tryGetHexFromNibbles()
197 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() argument
199 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()
/freebsd-13.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-13.1/sys/arm64/rockchip/
H A Drk_i2c.c522 (msgs[i].slave & ~LSB) == (msgs[i + 1].slave & ~LSB)) { in rk_i2c_transfer()
526 reg = msgs[i].slave & ~LSB; in rk_i2c_transfer()
545 reg = msgs[i].slave & ~LSB; in rk_i2c_transfer()
/freebsd-13.1/contrib/gdtoa/
H A Dgdtoaimp.h341 #define LSB 1 macro
379 #define LSB 1 macro
405 #define LSB 0x10000 macro
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/amplifiers/
H A Dadi,hmc425a.yaml15 HMC425A 0.5 dB LSB GaAs MMIC 6-BIT DIGITAL POSITIVE CONTROL ATTENUATOR, 2.2 - 8.0 GHz
/freebsd-13.1/sys/contrib/device-tree/Bindings/hwmon/
H A Dgpio-fan.txt8 ordered MSB-->LSB.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1674 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() argument
1678 LSB = First; in isStringOfOnes()
1694 unsigned LSB, Length; in isRxSBGMask() local
1695 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask()
1696 Start = 63 - (LSB + Length - 1); in isRxSBGMask()
1697 End = 63 - LSB; in isRxSBGMask()
1703 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()
1704 assert(LSB > 0 && "Bottom bit must be set"); in isRxSBGMask()
1705 assert(LSB + Length < BitSize && "Top bit must be set"); in isRxSBGMask()
1706 Start = 63 - (LSB - 1); in isRxSBGMask()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Datmel,maxtouch.txt24 starting at the LSB. Linux keycodes are defined in
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Ddma-common.yaml31 kernel. i.e. first channel corresponds to LSB.
/freebsd-13.1/sys/dev/glxiic/
H A Dglxiic.c591 addr = sc->addr | LSB; in glxiic_handle_slave_match_locked()
595 addr = sc->addr & ~LSB; in glxiic_handle_slave_match_locked()
731 slave = sc->msg->slave | LSB; in glxiic_state_master_addr_callback()
734 slave = sc->msg->slave & ~LSB; in glxiic_state_master_addr_callback()

1234