/drivers/staging/comedi/drivers/ |
D | pcmda12.c | 58 #define LSB(x) ((unsigned char)((x) & 0xff)) macro 108 outb(LSB(data[i]), LSB_PORT(chan)); in ao_winsn()
|
/drivers/spi/ |
D | spi-nuc900.c | 44 #define LSB (0x01 << 10) macro 287 val |= LSB; in nuc900_send_first() 289 val &= ~LSB; in nuc900_send_first()
|
/drivers/net/wireless/ipw2x00/ |
D | ipw2200.h | 1648 #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/ |
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 | 148 STV6110x_SETFIELD(stv6110x->regs[STV6110x_TNG0], TNG0_N_DIV_7_0, LSB(divider)); in stv6110x_set_frequency()
|
D | stb0899_algo.c | 230 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()
|
D | stv0367.c | 780 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()
|
D | stv0900_sw.c | 624 stv0900_write_bits(intp, CFR_INIT0, LSB(freq)); in stv0900_get_demod_cold_lock()
|
D | stv090x.c | 1474 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/ |
D | lcd-panel-cgram.txt | 6 illuminated pixel with LSB on the right. Lines are numbered from the
|
/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 685 if (LSB(req->rid)) in qla25xx_create_req_que() 801 if (LSB(rsp->rid)) in qla25xx_create_rsp_que()
|
D | qla_mbx.c | 1085 *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()
|
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_iocb.c | 545 mrkfx->lun[1] = LSB(lun); in __qla2x00_marker() 551 mrk24->lun[1] = LSB(lun); in __qla2x00_marker()
|
/drivers/usb/storage/ |
D | shuttle_usbat.c | 151 #define short_pack(LSB,MSB) ( ((u16)(LSB)) | ( ((u16)(MSB))<<8 ) ) argument
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_hw.h | 347 #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 | 1976 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()
|
D | qlcnic_minidump.c | 431 poll_mask = LSB(MSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
|
D | qlcnic_sysfs.c | 99 *rate = LSB(beacon); in qlcnic_validate_beacon()
|