| /freebsd-14.2/sys/dev/alpm/ |
| H A D | alpm.c | 74 #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 D | amdpm.c | 111 #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 D | iiconf.c | 324 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 D | iiconf.h | 37 #define LSB 0x1 macro
|
| /freebsd-14.2/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-mips.pl | 685 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 D | intpm.c | 489 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 D | intpmreg.h | 70 #define LSB 0x1 macro
|
| /freebsd-14.2/sys/dev/viapm/ |
| H A D | viapm.c | 669 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 D | netxbig-gpio-ext.txt | 6 - 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 D | armada-thermal.txt | 25 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 D | tdm-slot.txt | 23 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 D | fsl-sai.txt | 38 - 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 D | strcmp.S | 55 #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 D | strcmp.S | 43 #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 D | zfs-functions.in | 21 # 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 D | sha1-mips.pl | 91 $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 D | sha512-mips.pl | 130 $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 D | StringExtras.h | 209 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 D | CSKYMCCodeEmitter.cpp | 54 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 D | rk_i2c.c | 520 (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 D | gdtoaimp.h | 341 #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 D | nuvoton,nct6775.yaml | 35 active. LSB is TSI0, bit 1 is TSI1, etc.
|
| H A D | gpio-fan.txt | 8 ordered MSB-->LSB.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/amplifiers/ |
| H A D | adi,hmc425a.yaml | 14 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 D | atmel,maxtouch.txt | 24 starting at the LSB. Linux keycodes are defined in
|