| /freebsd/sys/dev/alpm/ |
| H A D | alpm.c | 73 #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/sys/dev/amdpm/ |
| H A D | amdpm.c | 110 #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/sys/dev/iicbus/ |
| H A D | iiconf.c | 323 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write() 341 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read() 360 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write_byte() 378 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read_byte() 392 u_char addr = slave & ~LSB; in iicbus_block_write() 413 u_char addr = slave | LSB; in iicbus_block_read() 485 addr |= LSB; in iicbus_transfer_gen() 487 addr &= ~LSB; in iicbus_transfer_gen()
|
| H A D | iiconf.h | 37 #define LSB 0x1 macro
|
| /freebsd/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-mips.pl | 105 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian 685 lwr $s0,0+$LSB($inp) 686 lwr $s1,4+$LSB($inp) 687 lwr $s2,8+$LSB($inp) 688 lwr $s3,12+$LSB($inp) 699 swr $s0,0+$LSB($out) 700 swr $s1,4+$LSB($out) 701 swr $s2,8+$LSB($out) 702 swr $s3,12+$LSB($out) 1285 lwr $s0,0+$LSB($inp) [all …]
|
| /freebsd/sys/dev/intpm/ |
| H A D | intpm.c | 509 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, SMBALTRESP | LSB); in intsmb_alrintr() 658 data &= ~LSB; in intsmb_quick() 661 data |= LSB; in intsmb_quick() 692 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_sendb() 712 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_recvb() 742 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_writeb() 763 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_writew() 785 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_readb() 807 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_readw() 845 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/sys/dev/viapm/ |
| H A D | viapm.c | 663 VIAPM_OUTB(SMBHADDR, slave & ~LSB); in viasmb_quick() 667 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_quick() 694 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_sendb() 720 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_recvb() 746 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_writeb() 773 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_readb() 800 VIAPM_OUTB(SMBHADDR, slave & ~ LSB); in viasmb_writew() 829 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_readw() 864 VIAPM_OUTB(SMBHADDR, slave & ~LSB); in viasmb_bwrite() 903 VIAPM_OUTB(SMBHADDR, slave | LSB); in viasmb_bread()
|
| /freebsd/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/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/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | armada-thermal.txt | 26 to "control LSB/control 0" with size of 8 (current binding). All other 27 compatibles must point to "control LSB/control 0" with size of 8.
|
| /freebsd/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/sys/contrib/openzfs/etc/zfs/ |
| H A D | zfs-functions.in | 22 # LSB, Debian, and derivatives 30 # LSB functions - fall through 144 # LSB functions 186 # LSB functions 216 # LSB functions 237 # LSB functions
|
| /freebsd/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/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/sys/dev/iicbus/controller/rockchip/ |
| H A D | rk_i2c.c | 529 (msgs[i].slave & ~LSB) == (msgs[i + 1].slave & ~LSB)) { in rk_i2c_transfer() 533 reg = msgs[i].slave & ~LSB; in rk_i2c_transfer() 552 reg = msgs[i].slave & ~LSB; in rk_i2c_transfer()
|
| /freebsd/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/contrib/gdtoa/ |
| H A D | gdtoaimp.h | 341 #define LSB 1 macro 379 #define LSB 1 macro 405 #define LSB 0x10000 macro
|
| /freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | gpio-fan.txt | 8 ordered MSB-->LSB.
|
| /freebsd/sys/dev/glxiic/ |
| H A D | glxiic.c | 586 addr = sc->addr | LSB; in glxiic_handle_slave_match_locked() 590 addr = sc->addr & ~LSB; in glxiic_handle_slave_match_locked() 726 slave = sc->msg->slave | LSB; in glxiic_state_master_addr_callback() 729 slave = sc->msg->slave & ~LSB; in glxiic_state_master_addr_callback()
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | atmel,maxtouch.txt | 24 starting at the LSB. Linux keycodes are defined in
|
| /freebsd/sys/contrib/device-tree/Bindings/dma/ |
| H A D | brcm,bcm2835-dma.txt | 23 i.e. first channel corresponds to LSB.
|
| /freebsd/sys/contrib/device-tree/Bindings/display/msm/ |
| H A D | mdp4.txt | 41 - qcom,lcdc-align-lsb: Boolean value indicating that LSB alignment should be
|