Home
last modified time | relevance | path

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

/drivers/staging/comedi/drivers/
Dpcmda12.c59 #define MSB(x) ((unsigned char)((((unsigned short)(x))>>8) & 0xff)) macro
110 outb(MSB(data[i]), MSB_PORT(chan)); in ao_winsn()
/drivers/media/dvb-frontends/
Dstv6110x_priv.h61 #define MSB(y) ((y >> 8) & 0xff) macro
Dstv0367_priv.h54 #define MSB(Y) (((Y) >> 8) & 0xff) macro
Dstv090x_priv.h80 #define MSB(__x) ((__x >> 8) & 0xff) macro
Dstb0899_priv.h63 #define MSB(y) ((y >> 8) & 0xff) macro
Dstv0900_priv.h40 #define MSB(Y) (((Y) >> 8) & 0xFF) macro
Dstv0900_core.c144 data[0] = MSB(reg_addr); in stv0900_write_reg()
156 u8 b0[] = { MSB(reg), LSB(reg) }; in stv0900_read_reg()
1019 stv0900_write_bits(intp, CFR_UP1, MSB(freq_s16)); in stv0900_start_search()
1022 stv0900_write_bits(intp, CFR_LOW1, MSB(freq_s16)); in stv0900_start_search()
Dstv6110x.c147 STV6110x_SETFIELD(stv6110x->regs[STV6110x_TNG1], TNG1_N_DIV_11_8, MSB(divider)); in stv6110x_set_frequency()
Dstb0899_algo.c229 STB0899_SETFIELD_VAL(CFRM, cfr[0], MSB(state->config->inversion * derot_freq)); in stb0899_search_tmg()
309 STB0899_SETFIELD_VAL(CFRM, cfr[0], MSB(state->config->inversion * derot_freq)); in stb0899_search_carrier()
415 STB0899_SETFIELD_VAL(CFRM, cfr[0], MSB(state->config->inversion * derot_freq)); in stb0899_search_data()
Dstv0367.c779 buf[0] = MSB(reg); in stv0367_writeregs()
817 b0[0] = MSB(reg); in stv0367_readreg()
1073 MSB(CellsCoeffs[k][i-1][j-1])); in stv0367ter_filt_coeff_init()
Dstv0900_sw.c623 stv0900_write_bits(intp, CFR_INIT1, MSB(freq)); in stv0900_get_demod_cold_lock()
Dstv090x.c1472 if (STV090x_WRITE_DEMOD(state, CFRUP1, MSB(freq)) < 0) in stv090x_start_search()
1479 if (STV090x_WRITE_DEMOD(state, CFRLOW1, MSB(freq)) < 0) in stv090x_start_search()
/drivers/net/wireless/ipw2x00/
Dipw2200.h1647 #define MSB 1 macro
1655 #define EEPROM_PME_CAPABILITY (GET_EEPROM_ADDR(0x09,MSB)) /* 1 byte */
1657 #define EEPROM_VERSION (GET_EEPROM_ADDR(0x24,MSB)) /* 1 byte */
1659 #define EEPROM_SKU_CAPABILITY (GET_EEPROM_ADDR(0x25,MSB)) /* 1 byte */
1662 #define EEPROM_IBSS_CHANNELS_A (GET_EEPROM_ADDR(0x29,MSB)) /* 5 bytes */
/drivers/scsi/qla2xxx/
Dqla_mid.c682 if (MSB(req->rid)) in qla25xx_create_req_que()
798 if (MSB(rsp->rid)) in qla25xx_create_rsp_que()
Dqla_mbx.c1086 *area = MSB(mcp->mb[2]); in qla2x00_get_adapter_id()
1616 name[0] = MSB(mcp->mb[2]); in qla2x00_get_port_name()
1618 name[2] = MSB(mcp->mb[3]); in qla2x00_get_port_name()
1620 name[4] = MSB(mcp->mb[6]); in qla2x00_get_port_name()
1622 name[6] = MSB(mcp->mb[7]); in qla2x00_get_port_name()
3154 MSB(le16_to_cpu(rptid_entry->vp_count)), in qla24xx_report_id_acquisition()
3164 "port id %02x%02x%02x.\n", vp_idx, MSB(stat), in qla24xx_report_id_acquisition()
3169 if (vp_idx == 0 && (MSB(stat) != 1)) in qla24xx_report_id_acquisition()
3172 if (MSB(stat) != 0 && MSB(stat) != 2) { in qla24xx_report_id_acquisition()
Dqla_sup.c527 *flash_id = MSB(ids); in qla24xx_get_flash_manufacturer()
539 *flash_id = MSB(ids); in qla24xx_get_flash_manufacturer()
Dqla_iocb.c546 mrkfx->lun[2] = MSB(lun); in __qla2x00_marker()
552 mrk24->lun[2] = MSB(lun); in __qla2x00_marker()
Dqla_def.h94 #define MSB(x) ((uint8_t)((uint16_t)(x) >> 8)) macro
Dqla_init.c1934 if (MSB(rid)) in qla24xx_config_rings()
/drivers/usb/storage/
Dshuttle_usbat.c151 #define short_pack(LSB,MSB) ( ((u16)(LSB)) | ( ((u16)(MSB))<<8 ) ) argument
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h731 #define MSB(x) ((uint8_t)((uint16_t)(x) >> 8)) macro
Dqlcnic_minidump.c432 poll_to = MSB(MSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
Dqlcnic_sysfs.c100 *state = MSB(beacon); in qlcnic_validate_beacon()
Dqlcnic_83xx_hw.c1978 adapter->ahw->link_autoneg = MSB(MSW(data[3])); in qlcnic_83xx_handle_link_aen()
1979 adapter->ahw->module_type = MSB(LSW(data[3])); in qlcnic_83xx_handle_link_aen()
/drivers/staging/usbip/
Dusbip_protocol.txt88 byte (MSB) is stored at the lowest address.