/linux-4.1.27/arch/sh/boards/mach-microdev/ |
D | fdc37c93xapm.c | 62 #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.1.27/Documentation/hwmon/ |
D | lm73 | 25 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.
|
D | smsc47b397 | 33 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)
|
D | ds1621 | 134 (C/LSB) (msec) (msec) 186 -> 'g(x)' = the resolution in degrees C per LSB.
|
D | f71805f | 55 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
|
D | vt1211 | 73 Voltages are sampled by an 8-bit ADC with a LSB of ~10mV. The supported input
|
D | lm93 | 257 LSB is GPIO0, and the MSB is GPIO7.
|
/linux-4.1.27/Documentation/usb/ |
D | misc_usbsevseg.txt | 16 MSB 0x06; LSB 0x3f 18 MSB 0x08; LSB 0xff
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-usb-devices-usbsevseg | 15 MSB 0x06; LSB 0x3F, and 17 MSB 0x08; LSB 0xFF.
|
D | sysfs-driver-tegra-fuse | 7 words in LSB first format. Each bit represents a single value
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 101 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.1.27/Documentation/ABI/removed/ |
D | devfs | 7 against the LSB, and can be replaced by using udev.
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | fsl-sai.txt | 34 - lsb-first : Configures whether the LSB or the MSB is transmitted 36 the MSB is transmitted first as default, or the LSB
|
D | tdm-slot.txt | 19 for an active slot as default, and the default active bits are at the LSB of
|
/linux-4.1.27/drivers/spi/ |
D | spi-nuc900.c | 44 #define LSB (0x01 << 10) macro 269 val |= LSB; in nuc900_send_first() 271 val &= ~LSB; in nuc900_send_first()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv6110x_priv.h | 60 #define LSB(x) ((x & 0xff)) macro
|
D | stv0367_priv.h | 53 #define LSB(X) (((X) & 0xff)) macro
|
D | stv090x_priv.h | 81 #define LSB(__x) (__x & 0xff) macro
|
D | stb0899_priv.h | 62 #define LSB(x) ((x & 0xff)) macro
|
D | stv0900_priv.h | 39 #define LSB(X) (((X) & 0xFF)) macro
|
D | stv0900_core.c | 145 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()
|
D | stv6110x.c | 159 STV6110x_SETFIELD(stv6110x->regs[STV6110x_TNG0], TNG0_N_DIV_7_0, LSB(divider)); in stv6110x_set_frequency()
|
D | stb0899_algo.c | 231 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()
|
D | stv0367.c | 790 buf[1] = LSB(reg); in stv0367_writeregs() 828 b0[1] = LSB(reg); in stv0367_readreg() 1081 LSB(CellsCoeffs[k][i-1][j-1])); in stv0367ter_filt_coeff_init()
|
D | stv0900_sw.c | 624 stv0900_write_bits(intp, CFR_INIT0, LSB(freq)); in stv0900_get_demod_cold_lock()
|
D | stv090x.c | 1484 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.1.27/Documentation/devicetree/bindings/input/ |
D | atmel,maxtouch.txt | 17 starting at the LSB. Linux keycodes are defined in
|
/linux-4.1.27/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 6 illuminated pixel with LSB on the right. Lines are numbered from the
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-fan.txt | 8 ordered MSB-->LSB.
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2200.h | 1647 #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.1.27/Documentation/nfc/ |
D | nfc-pn544.txt | 28 and third (LSB) bytes of the message. The maximum FW message length is
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | brcm,bcm2835-dma.txt | 19 i.e. first channel corresponds to LSB.
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-msgr.txt | 28 Note that "bit 'n'" is numbered from LSB for PPC hardware. The type shall
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 134 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.1.27/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 27 - apm,tx-boost-gain : Frequency boost AC (LSB 3-bit) and DC (2-bit)
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-bus.txt | 59 LSB first mode.
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 691 if (LSB(req->rid)) in qla25xx_create_req_que() 810 if (LSB(rsp->rid)) in qla25xx_create_rsp_que()
|
D | qla_mbx.c | 1114 *al_pa = LSB(mcp->mb[2]); in qla2x00_get_adapter_id() 1116 *domain = LSB(mcp->mb[3]); in qla2x00_get_adapter_id() 1140 vha->port_name[1] = LSB(mcp->mb[16]); in qla2x00_get_adapter_id() 1142 vha->port_name[3] = LSB(mcp->mb[17]); in qla2x00_get_adapter_id() 1144 vha->port_name[5] = LSB(mcp->mb[18]); in qla2x00_get_adapter_id() 1146 vha->port_name[7] = LSB(mcp->mb[19]); in qla2x00_get_adapter_id() 1662 name[1] = LSB(mcp->mb[2]); in qla2x00_get_port_name() 1664 name[3] = LSB(mcp->mb[3]); in qla2x00_get_port_name() 1666 name[5] = LSB(mcp->mb[6]); in qla2x00_get_port_name() 1668 name[7] = LSB(mcp->mb[7]); in qla2x00_get_port_name() [all …]
|
D | qla_sup.c | 526 *man_id = LSB(ids); in qla24xx_get_flash_manufacturer() 538 *man_id = LSB(ids); in qla24xx_get_flash_manufacturer()
|
D | qla_def.h | 94 #define LSB(x) ((uint8_t)(x)) macro
|
D | qla_init.c | 2137 if (LSB(rid)) in qla24xx_config_rings()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 121 The channel position is provided in LSB 16bits. The upper bits are
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_hw.h | 362 #define QLC_83XX_SFP_CU_LENGTH(data) (LSB((data) >> 16))
|
D | qlcnic_hdr.h | 730 #define LSB(x) ((uint8_t)(x)) macro
|
D | qlcnic_83xx_hw.c | 2319 link_status = LSB(data[3]) & 1; in qlcnic_83xx_handle_link_aen() 2322 duplex = LSB(MSW(data[3])); in qlcnic_83xx_handle_link_aen() 2576 if (LSB(val)) { in qlcnic_83xx_config_intrpt() 3596 val = LSB(MSW(data)); in qlcnic_83xx_interrupt_test()
|
D | qlcnic_minidump.c | 623 poll_mask = LSB(MSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
|
D | qlcnic_sysfs.c | 102 *rate = LSB(beacon); in qlcnic_validate_beacon()
|
D | qlcnic_ctx.c | 793 if (LSB(val)) { in qlcnic_82xx_config_intrpt()
|
/linux-4.1.27/drivers/usb/storage/ |
D | shuttle_usbat.c | 151 #define short_pack(LSB,MSB) ( ((u16)(LSB)) | ( ((u16)(MSB))<<8 ) ) argument
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet-hardware.txt | 823 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).
|
D | filter.txt | 849 (MSB) (LSB) 851 Three LSB bits store instruction class which is one of: 937 (MSB) (LSB)
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 98 the less common LSB-first encoding. In both cases the specified value
|
D | spi-summary | 41 but sometimes the least significant bit (LSB) goes first instead.
|
/linux-4.1.27/Documentation/fb/ |
D | viafb.txt | 59 0 : LCD panel with LSB data format input (default)
|
/linux-4.1.27/Documentation/isdn/ |
D | README.gigaset | 82 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.1.27/Documentation/x86/ |
D | intel_mpx.txt | 178 93 short _addr_lsb; /* LSB of the reported address */
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 1284 in the LSB. See include/scsi/scsi.h status_byte(), 1288 should be written when the SCSI status (LSB of 'result')
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 251 is left to right or MSB to LSB. For example category 0 is represented by
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 1285 * SCB offset to the LSB (little endian) of the lun field.
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 370 The version will have its LSB incremented if the keymap changes in a
|