Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/boards/mach-microdev/
Dfdc37c93xapm.c62 #define LSB(x) ( (x) & 0xff ) macro
99 SMSC_WRITE_INDEXED(LSB(SERIAL1_PRIMARY_BASE), SMSC_PRIMARY_BASE_INDEX+1); in smsc_superio_setup()
110 SMSC_WRITE_INDEXED(LSB(SERIAL2_PRIMARY_BASE), SMSC_PRIMARY_BASE_INDEX+1); in smsc_superio_setup()
121 SMSC_WRITE_INDEXED(LSB(IDE1_PRIMARY_BASE), SMSC_PRIMARY_BASE_INDEX+1); in smsc_superio_setup()
123 SMSC_WRITE_INDEXED(LSB(IDE1_SECONDARY_BASE), SMSC_SECONDARY_BASE_INDEX+1); in smsc_superio_setup()
135 SMSC_WRITE_INDEXED(LSB(IDE2_PRIMARY_BASE), SMSC_PRIMARY_BASE_INDEX+1); in smsc_superio_setup()
137 SMSC_WRITE_INDEXED(LSB(IDE2_SECONDARY_BASE), SMSC_SECONDARY_BASE_INDEX+1); in smsc_superio_setup()
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dnetxbig-gpio-ext.txt6 - addr-gpios: GPIOs representing the address register (LSB -> MSB).
7 - data-gpios: GPIOs representing the data register (LSB -> MSB).
Dgpio-fan.txt8 ordered MSB-->LSB.
/linux-4.4.14/Documentation/hwmon/
Dlm7325 LSB: 0.25, 0.125, 0.0625, and 0.3125. Changing the resolution mode
33 (C/LSB) (msec) (msec)
79 resolution in degrees C per LSB.
Dsmsc47b39733 and 0x61 (LSB). Currently we are using 0x480 for the HWM Base Address and
58 LSB MSB
66 Reading the tach LSB locks the tach MSB.
67 The LSB Must be read first.
70 The tach reading (TCount) is given by: (Tach MSB * 256) + (Tach LSB)
Dds1621134 (C/LSB) (msec) (msec)
186 -> 'g(x)' = the resolution in degrees C per LSB.
Df71805f55 Voltages are sampled by an 8-bit ADC with a LSB of 8 mV. The supported
62 The two LSB of the voltage limit registers are not used (always 0), so
Dvt121173 Voltages are sampled by an 8-bit ADC with a LSB of ~10mV. The supported input
Dlm93257 LSB is GPIO0, and the MSB is GPIO7.
/linux-4.4.14/Documentation/devicetree/bindings/sound/
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
Dfsl-sai.txt34 - lsb-first : Configures whether the LSB or the MSB is transmitted
36 the MSB is transmitted first as default, or the LSB
/linux-4.4.14/Documentation/usb/
Dmisc_usbsevseg.txt16 MSB 0x06; LSB 0x3f
18 MSB 0x08; LSB 0xff
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-usb-devices-usbsevseg15 MSB 0x06; LSB 0x3F, and
17 MSB 0x08; LSB 0xFF.
Dsysfs-driver-tegra-fuse7 words in LSB first format. Each bit represents a single value
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-memory.txt101 0x7000: LSB I2C write clock bit (inverted)
102 0x7004: LSB I2C write data bit (inverted)
103 0x7008: LSB I2C read clock bit
104 0x700c: LSB I2C read data bit
/linux-4.4.14/Documentation/ABI/removed/
Ddevfs7 against the LSB, and can be replaced by using udev.
/linux-4.4.14/drivers/spi/
Dspi-nuc900.c44 #define LSB (0x01 << 10) macro
269 val |= LSB; in nuc900_send_first()
271 val &= ~LSB; in nuc900_send_first()
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv6110x_priv.h60 #define LSB(x) ((x & 0xff)) macro
Dstv0367_priv.h53 #define LSB(X) (((X) & 0xff)) macro
Dstv090x_priv.h81 #define LSB(__x) (__x & 0xff) macro
Dstb0899_priv.h62 #define LSB(x) ((x & 0xff)) macro
Dstv0900_priv.h39 #define LSB(X) (((X) & 0xFF)) macro
Dstv0900_core.c145 data[1] = LSB(reg_addr); in stv0900_write_reg()
156 u8 b0[] = { MSB(reg), LSB(reg) }; in stv0900_read_reg()
1020 stv0900_write_bits(intp, CFR_UP0, LSB(freq_s16)); in stv0900_start_search()
1023 stv0900_write_bits(intp, CFR_LOW0, LSB(freq_s16)); in stv0900_start_search()
Dstv6110x.c159 STV6110x_SETFIELD(stv6110x->regs[STV6110x_TNG0], TNG0_N_DIV_7_0, LSB(divider)); in stv6110x_set_frequency()
Dstb0899_algo.c231 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(internal->inversion * derot_freq)); in stb0899_search_tmg()
311 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(internal->inversion * derot_freq)); in stb0899_search_carrier()
417 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(internal->inversion * derot_freq)); in stb0899_search_data()
Dstv0367.c790 buf[1] = LSB(reg); in stv0367_writeregs()
830 b0[1] = LSB(reg); in stv0367_readreg()
1085 LSB(CellsCoeffs[k][i-1][j-1])); in stv0367ter_filt_coeff_init()
Dstv0900_sw.c624 stv0900_write_bits(intp, CFR_INIT0, LSB(freq)); in stv0900_get_demod_cold_lock()
Dstv090x.c1484 if (STV090x_WRITE_DEMOD(state, CFRUP0, LSB(freq)) < 0) in stv090x_start_search()
1491 if (STV090x_WRITE_DEMOD(state, CFRLOW0, LSB(freq)) < 0) in stv090x_start_search()
/linux-4.4.14/Documentation/devicetree/bindings/input/
Datmel,maxtouch.txt17 starting at the LSB. Linux keycodes are defined in
/linux-4.4.14/drivers/staging/panel/
Dlcd-panel-cgram.txt6 illuminated pixel with LSB on the right. Lines are numbered from the
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.h1647 #define LSB 0 macro
1655 #define EEPROM_MAC_ADDRESS (GET_EEPROM_ADDR(0x21,LSB)) /* 6 byte */
1657 #define EEPROM_NIC_TYPE (GET_EEPROM_ADDR(0x25,LSB)) /* 1 byte */
1659 #define EEPROM_COUNTRY_CODE (GET_EEPROM_ADDR(0x26,LSB)) /* 3 bytes */
1660 #define EEPROM_IBSS_CHANNELS_BG (GET_EEPROM_ADDR(0x28,LSB)) /* 2 bytes */
1662 #define EEPROM_BSS_CHANNELS_BG (GET_EEPROM_ADDR(0x2c,LSB)) /* 2 bytes */
1663 #define EEPROM_HW_VERSION (GET_EEPROM_ADDR(0x72,LSB)) /* 2 bytes */
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dbrcm,bcm2835-dma.txt19 i.e. first channel corresponds to LSB.
/linux-4.4.14/Documentation/nfc/
Dnfc-pn544.txt28 and third (LSB) bytes of the message. The maximum FW message length is
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dst,stm32-rcc.txt36 Where bit_offset is the bit offset within the register (LSB is 0, MSB is 31).
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic-msgr.txt28 Note that "bit 'n'" is numbered from LSB for PPC hardware. The type shall
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt134 0001 - Set Timer 0 LSB mode for port 0x40
135 set timer to read LSB only and force MSB to zero;
139 set timer to read MSB only and force LSB to zero;
143 set timer to read / write LSB first, then MSB;
147 0101 - Set Timer 1 LSB mode for port 0x41 - as described above
152 1001 - Set Timer 2 LSB mode for port 0x42 - as described above
175 10 = LSB only
176 11 = LSB / MSB (16-bit)
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dsnps,dwc-qos-ethernet.txt24 - snps,burst-map: Bitmap of allowed AXI burst lengts, with the LSB
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dapm-xgene-phy.txt27 - apm,tx-boost-gain : Frequency boost AC (LSB 3-bit) and DC (2-bit)
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-bus.txt59 LSB first mode.
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_mid.c690 if (LSB(req->rid)) in qla25xx_create_req_que()
809 if (LSB(rsp->rid)) in qla25xx_create_rsp_que()
Dqla_mbx.c1125 *al_pa = LSB(mcp->mb[2]); in qla2x00_get_adapter_id()
1127 *domain = LSB(mcp->mb[3]); in qla2x00_get_adapter_id()
1152 vha->port_name[1] = LSB(mcp->mb[16]); in qla2x00_get_adapter_id()
1154 vha->port_name[3] = LSB(mcp->mb[17]); in qla2x00_get_adapter_id()
1156 vha->port_name[5] = LSB(mcp->mb[18]); in qla2x00_get_adapter_id()
1158 vha->port_name[7] = LSB(mcp->mb[19]); in qla2x00_get_adapter_id()
1675 name[1] = LSB(mcp->mb[2]); in qla2x00_get_port_name()
1677 name[3] = LSB(mcp->mb[3]); in qla2x00_get_port_name()
1679 name[5] = LSB(mcp->mb[6]); in qla2x00_get_port_name()
1681 name[7] = LSB(mcp->mb[7]); in qla2x00_get_port_name()
[all …]
Dqla_sup.c526 *man_id = LSB(ids); in qla24xx_get_flash_manufacturer()
538 *man_id = LSB(ids); in qla24xx_get_flash_manufacturer()
Dqla_def.h94 #define LSB(x) ((uint8_t)(x)) macro
Dqla_init.c2138 if (LSB(rid)) in qla24xx_config_rings()
/linux-4.4.14/Documentation/sound/alsa/
DChannel-Mapping-API.txt121 The channel position is provided in LSB 16bits. The upper bits are
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.h363 #define QLC_83XX_SFP_CU_LENGTH(data) (LSB((data) >> 16))
Dqlcnic_hdr.h730 #define LSB(x) ((uint8_t)(x)) macro
Dqlcnic_83xx_hw.c2319 link_status = LSB(data[3]) & 1; in qlcnic_83xx_handle_link_aen()
2322 duplex = LSB(MSW(data[3])); in qlcnic_83xx_handle_link_aen()
2580 if (LSB(val)) { in qlcnic_83xx_config_intrpt()
3625 val = LSB(MSW(data)); in qlcnic_83xx_interrupt_test()
Dqlcnic_minidump.c623 poll_mask = LSB(MSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
Dqlcnic_sysfs.c99 *rate = LSB(beacon); in qlcnic_validate_beacon()
Dqlcnic_ctx.c793 if (LSB(val)) { in qlcnic_82xx_config_intrpt()
/linux-4.4.14/drivers/usb/storage/
Dshuttle_usbat.c154 #define short_pack(LSB,MSB) ( ((u16)(LSB)) | ( ((u16)(MSB))<<8 ) ) argument
/linux-4.4.14/Documentation/networking/
Darcnet-hardware.txt823 Switch 1 serves as the least significant bit (LSB).
1339 Switch 1 (ID0) serves as the least significant bit (LSB).
1549 Switch 1 (ID0) serves as the least significant bit (LSB).
1813 Switch 1 (ID0) serves as the least significant bit (LSB).
1954 Switch 1 serves as the least significant bit (LSB).
2095 serves as the least significant bit (LSB).
2441 Switch 8 serves as the least significant bit (LSB).
2630 Switch 8 serves as the least significant bit (LSB).
2808 Switch 1 (ID0) serves as the least significant bit (LSB).
3026 Switch 1 serves as the least significant bit (LSB).
Dfilter.txt849 (MSB) (LSB)
851 Three LSB bits store instruction class which is one of:
937 (MSB) (LSB)
/linux-4.4.14/Documentation/spi/
Dspidev98 the less common LSB-first encoding. In both cases the specified value
Dspi-summary41 but sometimes the least significant bit (LSB) goes first instead.
/linux-4.4.14/Documentation/fb/
Dviafb.txt59 0 : LCD panel with LSB data format input (default)
/linux-4.4.14/Documentation/isdn/
DREADME.gigaset82 system startup/shutdown on an LSB compatible system, create and activate
83 an appropriate LSB startup script /etc/init.d/gigaset. (The init name
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt178 93 short _addr_lsb; /* LSB of the reported address */
/linux-4.4.14/Documentation/scsi/
Dscsi_mid_low_api.txt1284 in the LSB. See include/scsi/scsi.h status_byte(),
1288 should be written when the SCSI status (LSB of 'result')
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt251 is left to right or MSB to LSB. For example category 0 is represented by
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt370 The version will have its LSB incremented if the keymap changes in a
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg1285 * SCB offset to the LSB (little endian) of the lun field.