Home
last modified time | relevance | path

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

12345

/freebsd-14.2/sys/dev/alpm/
H A Dalpm.c74 #define LSB 0x1 /* XXX: Better name: Read/Write? */ macro
353 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_quick()
357 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_quick()
387 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_sendb()
413 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_recvb()
439 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_writeb()
466 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_readb()
493 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_writew()
522 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_readw()
557 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_bwrite()
[all …]
/freebsd-14.2/sys/dev/amdpm/
H A Damdpm.c111 #define LSB 0x1 /* XXX: Better name: Read/Write? */ macro
358 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_quick()
362 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_quick()
392 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_sendb()
419 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_recvb()
446 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_writeb()
474 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_readb()
502 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_writew()
530 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave | LSB); in amdpm_readw()
562 AMDPM_SMBOUTW(sc, AMDSMB_HSTADDR, slave & ~LSB); in amdpm_bwrite()
[all …]
/freebsd-14.2/sys/dev/iicbus/
H A Diiconf.c324 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write()
342 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read()
361 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write_byte()
379 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read_byte()
393 u_char addr = slave & ~LSB; in iicbus_block_write()
414 u_char addr = slave | LSB; in iicbus_block_read()
486 addr |= LSB; in iicbus_transfer_gen()
488 addr &= ~LSB; in iicbus_transfer_gen()
H A Diiconf.h37 #define LSB 0x1 macro
/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl685 lwr $s0,0+$LSB($inp)
686 lwr $s1,4+$LSB($inp)
687 lwr $s2,8+$LSB($inp)
699 swr $s0,0+$LSB($out)
700 swr $s1,4+$LSB($out)
701 swr $s2,8+$LSB($out)
1285 lwr $s0,0+$LSB($inp)
1286 lwr $s1,4+$LSB($inp)
1287 lwr $s2,8+$LSB($inp)
1299 swr $s0,0+$LSB($out)
[all …]
/freebsd-14.2/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.h70 #define LSB 0x1 macro
/freebsd-14.2/sys/dev/viapm/
H A Dviapm.c669 VIAPM_OUTB(SMBHADDR, slave & ~LSB); in viasmb_quick()
673 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_quick()
700 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_sendb()
726 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_recvb()
752 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_writeb()
779 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_readb()
806 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_writew()
835 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_readw()
870 VIAPM_OUTB(SMBHADDR, slave & ~LSB); in viasmb_bwrite()
909 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_bread()
/freebsd-14.2/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-14.2/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-14.2/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.txt38 - lsb-first : Configures whether the LSB or the MSB is transmitted
40 the MSB is transmitted first as default, or the LSB
/freebsd-14.2/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-14.2/contrib/arm-optimized-routines/string/arm/
H A Dstrcmp.S43 #define LSB 0xff000000 macro
57 #define LSB 0x000000ff macro
386 and data2, data2, #LSB
424 and tmp1, data1, #LSB
440 tst syndrome, #LSB
/freebsd-14.2/sys/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in21 # LSB, Debian, and derivatives
29 # LSB functions - fall through
143 # LSB functions
185 # LSB functions
215 # LSB functions
236 # LSB functions
/freebsd-14.2/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl91 $LSB=3&~$MSB;
138 lwr @X[$j],$j*4+$LSB($inp)
148 lwr @X[$j],$j*4+$LSB($inp)
398 lwr @X[0],$LSB($inp)
H A Dsha512-mips.pl130 $LSB = ($SZ-1)&~$MSB;
148 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
380 ${LD}r @X[0],$LSB($inp)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() argument
211 unsigned U2 = hexDigitValue(LSB); in tryGetHexFromNibbles()
221 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() argument
223 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.cpp54 const MCOperand &LSB = MI.getOperand(Idx + 1); in getImmOpValueMSBSize() local
55 assert(MSB.isImm() && LSB.isImm() && "Unexpected MO type."); in getImmOpValueMSBSize()
57 return MSB.getImm() - LSB.getImm(); in getImmOpValueMSBSize()
/freebsd-14.2/sys/arm64/rockchip/
H A Drk_i2c.c520 (msgs[i].slave & ~LSB) == (msgs[i + 1].slave & ~LSB)) { in rk_i2c_transfer()
524 reg = msgs[i].slave & ~LSB; in rk_i2c_transfer()
543 reg = msgs[i].slave & ~LSB; in rk_i2c_transfer()
/freebsd-14.2/contrib/gdtoa/
H A Dgdtoaimp.h341 #define LSB 1 macro
379 #define LSB 1 macro
405 #define LSB 0x10000 macro
/freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/
H A Dnuvoton,nct6775.yaml35 active. LSB is TSI0, bit 1 is TSI1, etc.
H A Dgpio-fan.txt8 ordered MSB-->LSB.
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/amplifiers/
H A Dadi,hmc425a.yaml14 HMC425A 0.5 dB LSB GaAs MMIC 6-BIT DIGITAL POSITIVE CONTROL ATTENUATOR, 2.2 - 8.0 GHz
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Datmel,maxtouch.txt24 starting at the LSB. Linux keycodes are defined in

12345