/freebsd/sys/dev/alpm/ |
H A D | alpm.c | 73 #define LSB 0x1 /* XXX: Better name: Read/Write? */ macro 352 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_quick() 356 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_quick() 386 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_sendb() 412 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_recvb() 438 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_writeb() 465 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_readb() 492 ALPM_SMBOUTB(sc, SMBHADDR, slave & ~LSB); in alpm_writew() 521 ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); in alpm_readw() 556 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 | 488 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, SMBALTRESP | LSB); in intsmb_alrintr() 637 data &= ~LSB; in intsmb_quick() 640 data |= LSB; in intsmb_quick() 671 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_sendb() 691 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_recvb() 721 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_writeb() 742 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave & ~LSB); in intsmb_writew() 764 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_readb() 786 bus_write_1(sc->io_res, PIIX4_SMBHSTADD, slave | LSB); in intsmb_readw() 824 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 | 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() [all...] |
/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/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/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 | 21 # LSB, Debian, and derivatives 29 # LSB functions - fall through 143 # LSB functions 185 # LSB functions 215 # LSB functions 236 # 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/contrib/device-tree/Bindings/input/ |
H A D | atmel,maxtouch.txt | 24 starting at the LSB. Linux keycodes are defined in
|
/freebsd/sys/dev/glxiic/ |
H A D | glxiic.c | 588 addr = sc->addr | LSB; in glxiic_handle_slave_match_locked() 592 addr = sc->addr & ~LSB; in glxiic_handle_slave_match_locked() 728 slave = sc->msg->slave | LSB; in glxiic_state_master_addr_callback() 731 slave = sc->msg->slave & ~LSB; in glxiic_state_master_addr_callback()
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | brcm,bcm2835-dma.txt | 23 i.e. first channel corresponds to LSB.
|