Home
last modified time | relevance | path

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

12

/drivers/staging/comedi/drivers/
Dpcmda12.c58 #define LSB(x) ((unsigned char)((x) & 0xff)) macro
108 outb(LSB(data[i]), LSB_PORT(chan)); in ao_winsn()
/drivers/spi/
Dspi-nuc900.c44 #define LSB (0x01 << 10) macro
287 val |= LSB; in nuc900_send_first()
289 val &= ~LSB; in nuc900_send_first()
/drivers/net/wireless/ipw2x00/
Dipw2200.h1648 #define LSB 0 macro
1656 #define EEPROM_MAC_ADDRESS (GET_EEPROM_ADDR(0x21,LSB)) /* 6 byte */
1658 #define EEPROM_NIC_TYPE (GET_EEPROM_ADDR(0x25,LSB)) /* 1 byte */
1660 #define EEPROM_COUNTRY_CODE (GET_EEPROM_ADDR(0x26,LSB)) /* 3 bytes */
1661 #define EEPROM_IBSS_CHANNELS_BG (GET_EEPROM_ADDR(0x28,LSB)) /* 2 bytes */
1663 #define EEPROM_BSS_CHANNELS_BG (GET_EEPROM_ADDR(0x2c,LSB)) /* 2 bytes */
1664 #define EEPROM_HW_VERSION (GET_EEPROM_ADDR(0x72,LSB)) /* 2 bytes */
/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.c148 STV6110x_SETFIELD(stv6110x->regs[STV6110x_TNG0], TNG0_N_DIV_7_0, LSB(divider)); in stv6110x_set_frequency()
Dstb0899_algo.c230 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(state->config->inversion * derot_freq)); in stb0899_search_tmg()
310 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(state->config->inversion * derot_freq)); in stb0899_search_carrier()
416 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(state->config->inversion * derot_freq)); in stb0899_search_data()
Dstv0367.c780 buf[1] = LSB(reg); in stv0367_writeregs()
818 b0[1] = LSB(reg); in stv0367_readreg()
1076 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.c1474 if (STV090x_WRITE_DEMOD(state, CFRUP0, LSB(freq)) < 0) in stv090x_start_search()
1481 if (STV090x_WRITE_DEMOD(state, CFRLOW0, LSB(freq)) < 0) in stv090x_start_search()
/drivers/staging/panel/
Dlcd-panel-cgram.txt6 illuminated pixel with LSB on the right. Lines are numbered from the
/drivers/scsi/qla2xxx/
Dqla_mid.c685 if (LSB(req->rid)) in qla25xx_create_req_que()
801 if (LSB(rsp->rid)) in qla25xx_create_rsp_que()
Dqla_mbx.c1085 *al_pa = LSB(mcp->mb[2]); in qla2x00_get_adapter_id()
1087 *domain = LSB(mcp->mb[3]); in qla2x00_get_adapter_id()
1617 name[1] = LSB(mcp->mb[2]); in qla2x00_get_port_name()
1619 name[3] = LSB(mcp->mb[3]); in qla2x00_get_port_name()
1621 name[5] = LSB(mcp->mb[6]); in qla2x00_get_port_name()
1623 name[7] = LSB(mcp->mb[7]); in qla2x00_get_port_name()
3155 LSB(le16_to_cpu(rptid_entry->vp_count))); in qla24xx_report_id_acquisition()
3161 vp_idx = LSB(stat); in qla24xx_report_id_acquisition()
Dqla_sup.c526 *man_id = LSB(ids); in qla24xx_get_flash_manufacturer()
538 *man_id = LSB(ids); in qla24xx_get_flash_manufacturer()
Dqla_iocb.c545 mrkfx->lun[1] = LSB(lun); in __qla2x00_marker()
551 mrk24->lun[1] = LSB(lun); in __qla2x00_marker()
/drivers/usb/storage/
Dshuttle_usbat.c151 #define short_pack(LSB,MSB) ( ((u16)(LSB)) | ( ((u16)(MSB))<<8 ) ) argument
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.h347 #define QLC_83XX_SFP_CU_LENGTH(data) (LSB((data) >> 16))
Dqlcnic_hdr.h730 #define LSB(x) ((uint8_t)(x)) macro
Dqlcnic_83xx_hw.c1976 link_status = LSB(data[3]) & 1; in qlcnic_83xx_handle_link_aen()
1980 duplex = LSB(MSW(data[3])); in qlcnic_83xx_handle_link_aen()
2206 if (LSB(val)) { in qlcnic_83xx_config_intrpt()
3139 val = LSB(MSW(data)); in qlcnic_83xx_interrupt_test()
Dqlcnic_minidump.c431 poll_mask = LSB(MSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
Dqlcnic_sysfs.c99 *rate = LSB(beacon); in qlcnic_validate_beacon()

12