/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_bfd_find_target.3 | 66 .It Li efi-app-ia32 Ta PE Ta LSB Ta 32 67 .It Li efi-app-x86_64 Ta PE Ta LSB Ta 64 68 .It Li elf32-avr Ta ELF Ta LSB Ta 32 72 .It Li elf32-i386 Ta ELF Ta LSB Ta 32 73 .It Li elf32-i386-freebsd Ta ELF Ta LSB Ta 32 75 .It Li elf32-little Ta ELF Ta LSB Ta 32 76 .It Li elf32-littlearm Ta ELF Ta LSB Ta 32 77 .It Li elf32-littlemips Ta ELF Ta LSB Ta 32 80 .It Li elf32-powerpcle Ta ELF Ta LSB Ta 32 81 .It Li elf32-riscv Ta ELF Ta LSB Ta 32 [all …]
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_da.h | 467 uint8_t trk_z_0; /* tracks per zone (LSB) */ 469 uint8_t alt_sec_0; /* alternate sectors per zone (LSB) */ 471 uint8_t alt_trk_z_0; /* alternate tracks per zone (LSB) */ 473 uint8_t alt_trk_v_0; /* alternate tracks per volume (LSB) */ 475 uint8_t ph_sec_t_0; /* physical sectors per track (LSB) */ 477 uint8_t bytes_s_0; /* bytes per sector (LSB) */ 479 uint8_t interleave_0; /* interleave (LSB) */ 481 uint8_t trk_skew_0; /* track skew factor (LSB) */ 483 uint8_t cyl_skew_0; /* cylinder skew (LSB) */ 500 uint8_t ncyl_0; /* number of cylinders (LSB) */ [all …]
|
/freebsd/usr.sbin/spi/ |
H A D | spi.c | 63 int lsb; /* non-zero for LSB order (default order is member 73 static int _read_write(int hdev, void *bufw, void *bufr, int cbrw, int lsb); 82 static void verbose_dump_buffer(void *pbuf, int icount, int lsb); 85 * LSB array - reversebits[n] is the LSB value of n as an MSB. Use this array 87 * be sent/received in an LSB order vs the default MSB 144 " -L specifies 'LSB' order on the SPI bus (default is MSB)\n" in usage() 178 opt.lsb = 0; in main() 267 opt.lsb = 1; in main() 439 if (popt->lsb) in interpret_command_bytes() 524 int ch, ch2, ch3, ncmd, lsb, err; in prep_write_buffer() local [all …]
|
/freebsd/sys/net/ |
H A D | sff8472.h | 205 * 59 is LSB. Rx_PWR(4) should be 212 * is LSB. Rx_PWR(3) should be set 219 * LSB. Rx_PWR(2) should be set to 226 * LSB. Rx_PWR(1) should be set to 233 * LSB. Rx_PWR(0) should be set to 240 * is LSB. Tx_I(Slope) should be 248 * LSB. Tx_I(Offset) should be set 255 * bit 0 of byte 81 is LSB. 264 * is LSB. Tx_PWR(Offset) should be 271 * byte 85 is LSB. T(Slope) should [all …]
|
/freebsd/sys/contrib/openzfs/etc/zfs/ |
H A D | zfs-functions.in | 20 elif [ -f /lib/lsb/init-functions ]; then 21 # LSB, Debian, and derivatives 22 . /lib/lsb/init-functions 29 # LSB functions - fall through 143 # LSB functions 185 # LSB functions 215 # LSB functions 236 # LSB functions
|
/freebsd/contrib/ntp/parseutil/ |
H A D | testdcf.c | 115 * 21 - 24 M1 - BCD (lsb first) Minutes 116 * 25 - 27 M10 - BCD (lsb first) 10 Minutes 118 * 29 - 32 H1 - BCD (lsb first) Hours 119 * 33 - 34 H10 - BCD (lsb first) 10 Hours 121 * 36 - 39 D1 - BCD (lsb first) Days 122 * 40 - 41 D10 - BCD (lsb first) 10 Days 123 * 42 - 44 DW - BCD (lsb first) day of week (1: Monday -> 7: Sunday) 124 * 45 - 49 MO - BCD (lsb first) Month 126 * 51 - 53 Y1 - BCD (lsb first) Years 127 * 54 - 57 Y10 - BCD (lsb first) 10 Years
|
/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/contrib/dev/athk/ath10k/ |
H A D | hw.c | 219 .lsb = 0x00000010, 225 .lsb = 0x00000012, 231 .lsb = 0x00000000, 273 .lsb = 0x00000010, 279 .lsb = 0x00000000, 292 .lsb = 0x00000010, 298 .lsb = 0x00000000, 351 .lsb = 0x00000010, 357 .lsb = 0x00000011, 363 .lsb = 0x00000000, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
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 94 lsb-first;
|
H A D | fsl,sai.yaml | 139 lsb-first: 141 Configures whether the LSB or the MSB is transmitted 143 the MSB is transmitted first as default, or the LSB 188 lsb-first;
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp_hardware.c | 89 * Zero buffer, sufficient for padding LSB entries, that does not span a page 130 * Given a queue and a reserved LSB entry index, compute the LSB *entry id* of 131 * that entry for the queue's private LSB region. 140 * Given a queue and a reserved LSB entry index, compute the LSB *address* of 141 * that entry for the queue's private LSB region. 152 * LSB - Local Storage Block 175 * - Read/write of LSB 231 /* Ignore queues that do not have any LSB access. */ in ccp_hw_attach_queue() 233 device_printf(dev, "Ignoring queue %u with no LSB access\n", in ccp_hw_attach_queue() 408 "mapping to unsupported LSB segment id" }, [all …]
|
H A D | ccp_lsb.c | 64 * Look for a private LSB for each queue. There are 7 general purpose LSBs 80 /* Intentionally skip specialized 0th LSB */ in ccp_assign_lsb_regions() 92 "Ignoring queue %u with no private LSB\n", q); in ccp_assign_lsb_regions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrFormats.td | 400 // Format< OP[6] | LSB[5] | RX[5] | SOP[6] | MSB[5] | RZ[5]> 403 : CSKY32Inst<AddrModeNone, 0x31, outs, ins, op #"\t$rz, $rx, $msb, $lsb", 408 bits<5> lsb; 409 let Inst{25 - 21} = lsb; // lsb 417 : CSKY32Inst<AddrModeNone, 0x31, outs, ins, op #"\t$rz, $rx, $msb, $lsb", 422 bits<5> lsb; 427 let Inst{4 - 0} = lsb; 430 // Format< OP[6] | LSB[5] | RX[5] | SOP[6] | MSB[5] | RZ[5]> 432 class I_5_XZ_U2<bits<6> sop, bits<5> lsb, bits<5> msb, dag outs, dag ins, 437 let Inst{25 - 21} = lsb; // lsb [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | parsedata.html | 164 21 - 24 M1 - BCD (lsb first) Minutes 165 25 - 27 M10 - BCD (lsb first) 10 Minutes 167 29 - 32 H1 - BCD (lsb first) Hours 168 33 - 34 H10 - BCD (lsb first) 10 Hours 170 36 - 39 D1 - BCD (lsb first) Days 171 40 - 41 D10 - BCD (lsb first) 10 Days 172 42 - 44 DW - BCD (lsb first) day of week (1: Monday -> 7: Sunday) 173 45 - 49 MO1 - BCD (lsb first) Month 175 51 - 53 Y1 - BCD (lsb first) Years 176 54 - 57 Y10 - BCD (lsb first) 10 Years [all …]
|
/freebsd/contrib/netbsd-tests/lib/libutil/ |
H A D | t_snprintb.c | 90 h_snprintb_m("\177\020b\0LSB\0b\1_BITONE\0f\4\4NIBBLE2\0" in ATF_TC_BODY() 95 "0x800f0701<LSB,NIBBLE2=0x0>\0" in ATF_TC_BODY() 99 h_snprintb_m("\177\020b\0LSB\0b\1_BITONE\0f\4\4NIBBLE2\0" in ATF_TC_BODY() 104 "0x800f0701<LSB,NIBBLE2=0x0>\0" in ATF_TC_BODY()
|
/freebsd/sys/dev/ic/ |
H A D | i8253reg.h | 47 * are load msb (TMR_MR_MSB), load lsb (TMR_MR_LSB), or load lsb then 76 #define TIMER_LSB 0x10 /* r/w counter LSB */ 78 #define TIMER_16BIT 0x30 /* r/w counter 16 bits, LSB first */
|
/freebsd/sys/riscv/riscv/ |
H A D | elf_machdep.c | 160 gen_bitmask(int msb, int lsb) in gen_bitmask() argument 169 if (lsb > 0) in gen_bitmask() 170 mask &= ~((1U << lsb) - 1); in gen_bitmask() 176 extract_bits(uint32_t x, int msb, int lsb) in extract_bits() argument 180 mask = gen_bitmask(msb, lsb); in extract_bits() 183 x >>= lsb; in extract_bits() 189 insert_bits(uint32_t d, uint32_t s, int msb, int lsb) in insert_bits() argument 193 mask = gen_bitmask(msb, lsb); in insert_bits() 197 s <<= lsb; in insert_bits()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pctestdev.c | 217 int lsb; in pctestdev_ioport_io() local 222 lsb = (port & 0x3) * 8; in pctestdev_ioport_io() 223 mask = (-1UL >> (32 - (bytes * 8))) << lsb; in pctestdev_ioport_io() 226 *eax = (pctestdev_ioport_data & mask) >> lsb; in pctestdev_ioport_io() 229 pctestdev_ioport_data |= *eax << lsb; in pctestdev_ioport_io()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/amplifiers/ |
H A D | adi,hmc425a.yaml | 15 ADRF5750 2 dB LSB, 4-Bit, Silicon Digital Attenuator, 10 MHz to 60 GHz 18 HMC425A 0.5 dB LSB GaAs MMIC 6-BIT DIGITAL POSITIVE CONTROL ATTENUATOR, 2.2 - 8.0 GHz 21 HMC540S 1 dB LSB Silicon MMIC 4-Bit Digital Positive Control Attenuator, 0.1 - 8 GHz
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_lan_hmc.c | 702 u16 lsb; member 707 /* Field Width LSB */ 733 /* Field Width LSB */ 776 shift_width = ce_info->lsb % 8; in i40e_write_byte() 787 dest = hmc_bits + (ce_info->lsb / 8); in i40e_write_byte() 817 shift_width = ce_info->lsb % 8; in i40e_write_word() 831 dest = hmc_bits + (ce_info->lsb / 8); in i40e_write_word() 861 shift_width = ce_info->lsb % 8; in i40e_write_dword() 883 dest = hmc_bits + (ce_info->lsb / 8); in i40e_write_dword() 913 shift_width = ce_info->lsb % 8; in i40e_write_qword() [all …]
|
/freebsd/sys/dev/ata/ |
H A D | ata-lowlevel.c | 475 u_int8_t err = 0, lsb = 0, msb = 0; in ata_generic_reset() local 529 lsb = ATA_IDX_INB(ch, ATA_CYL_LSB); in ata_generic_reset() 533 "stat0=0x%02x err=0x%02x lsb=0x%02x msb=0x%02x\n", in ata_generic_reset() 534 stat0, err, lsb, msb); in ata_generic_reset() 535 if (stat0 == err && lsb == err && msb == err && in ata_generic_reset() 540 if (lsb == ATAPI_MAGIC_LSB && msb == ATAPI_MAGIC_MSB) { in ata_generic_reset() 543 else if (lsb == 0 && msb == 0 && (stat0 & ATA_S_READY)) { in ata_generic_reset() 547 else if ((stat0 & 0x0f) && err == lsb && err == msb) { in ata_generic_reset() 562 lsb = ATA_IDX_INB(ch, ATA_CYL_LSB); in ata_generic_reset() 566 "stat1=0x%02x err=0x%02x lsb=0x%02x msb=0x%02x\n", in ata_generic_reset() [all …]
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_init.c | 138 struct stat hsb, lsb; in ex_exrc() local 229 switch (exrc_isok(sp, &lsb, _PATH_NEXRC, 0, 0)) { in ex_exrc() 231 if (exrc_isok(sp, &lsb, _PATH_EXRC, 0, 0) == RCOK && in ex_exrc() 232 (lsb.st_dev != hsb.st_dev || in ex_exrc() 233 lsb.st_ino != hsb.st_ino) && in ex_exrc() 240 if ((lsb.st_dev != hsb.st_dev || in ex_exrc() 241 lsb.st_ino != hsb.st_ino) && in ex_exrc()
|
/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 …]
|
/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()
|