[go: nahoru, domu]

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

/drivers/media/dvb-frontends/
H A Dstv6110x_priv.h60 #define LSB(x) ((x & 0xff)) macro
H A Dstv0367_priv.h53 #define LSB(X) (((X) & 0xff)) macro
H A Dstb0899_priv.h62 #define LSB(x) ((x & 0xff)) macro
H A Dstv0900_priv.h39 #define LSB(X) (((X) & 0xFF)) macro
H A Dstv090x_priv.h81 #define LSB(__x) (__x & 0xff) macro
H A Dstv0900_core.c145 data[1] = LSB(reg_addr);
156 u8 b0[] = { MSB(reg), LSB(reg) };
1020 stv0900_write_bits(intp, CFR_UP0, LSB(freq_s16));
1023 stv0900_write_bits(intp, CFR_LOW0, LSB(freq_s16));
H A Dstv6110x.c159 STV6110x_SETFIELD(stv6110x->regs[STV6110x_TNG0], TNG0_N_DIV_7_0, LSB(divider));
H A Dstb0899_algo.c87 * below the LSB )
230 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(internal->inversion * derot_freq));
310 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(internal->inversion * derot_freq));
416 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(internal->inversion * derot_freq));
H A Dstv0367.c790 buf[1] = LSB(reg);
828 b0[1] = LSB(reg);
1081 LSB(CellsCoeffs[k][i-1][j-1]));
H A Dstv0900_sw.c624 stv0900_write_bits(intp, CFR_INIT0, LSB(freq));
H A Dstv090x.c882 if (STV090x_WRITE_DEMOD(state, SFRINIT0, (sym & 0xff)) < 0) /* LSB */
910 if (STV090x_WRITE_DEMOD(state, SFRUP0, sym & 0xff) < 0) /* LSB */
915 if (STV090x_WRITE_DEMOD(state, SFRUP0, 0xff) < 0) /* LSB */
943 if (STV090x_WRITE_DEMOD(state, SFRLOW0, (sym & 0xff)) < 0) /* LSB */
1484 if (STV090x_WRITE_DEMOD(state, CFRUP0, LSB(freq)) < 0)
1491 if (STV090x_WRITE_DEMOD(state, CFRLOW0, LSB(freq)) < 0)
/drivers/spi/
H A Dspi-nuc900.c44 #define LSB (0x01 << 10) macro
269 val |= LSB;
271 val &= ~LSB;
/drivers/net/wireless/ipw2x00/
H A 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 */
/drivers/scsi/qla2xxx/
H A Dqla_mid.c685 if (LSB(req->rid))
804 if (LSB(rsp->rid))
H A Dqla_mbx.c1100 *al_pa = LSB(mcp->mb[2]);
1102 *domain = LSB(mcp->mb[3]);
1126 vha->port_name[1] = LSB(mcp->mb[16]);
1128 vha->port_name[3] = LSB(mcp->mb[17]);
1130 vha->port_name[5] = LSB(mcp->mb[18]);
1132 vha->port_name[7] = LSB(mcp->mb[19]);
1648 name[1] = LSB(mcp->mb[2]);
1650 name[3] = LSB(mcp->mb[3]);
1652 name[5] = LSB(mcp->mb[6]);
1654 name[7] = LSB(mc
[all...]
H A Dqla_sup.c526 *man_id = LSB(ids);
538 *man_id = LSB(ids);
H A Dqla_def.h94 #define LSB(x) ((uint8_t)(x)) macro
1124 * LSB BIT 0 = Enable Hard Loop Id
1125 * LSB BIT 1 = Enable Fairness
1126 * LSB BIT 2 = Enable Full-Duplex
1127 * LSB BIT 3 = Enable Fast Posting
1128 * LSB BIT 4 = Enable Target Mode
1129 * LSB BIT 5 = Disable Initiator Mode
1130 * LSB BIT 6 = Enable ADISC
1131 * LSB BIT 7 = Enable Target Inquiry Data
1169 * LSB BI
[all...]
H A Dqla_init.c2084 if (LSB(rid))
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.h362 #define QLC_83XX_SFP_CU_LENGTH(data) (LSB((data) >> 16))
H A Dqlcnic_hdr.h730 #define LSB(x) ((uint8_t)(x)) macro
H A Dqlcnic_83xx_hw.c2319 link_status = LSB(data[3]) & 1;
2322 duplex = LSB(MSW(data[3]));
2576 if (LSB(val)) {
3596 val = LSB(MSW(data));
H A Dqlcnic_minidump.c623 poll_mask = LSB(MSW(l2->ctrl_val));
H A Dqlcnic_sysfs.c102 *rate = LSB(beacon);
H A Dqlcnic_ctx.c793 if (LSB(val)) {
/drivers/usb/storage/
H A Dshuttle_usbat.c151 #define short_pack(LSB,MSB) ( ((u16)(LSB)) | ( ((u16)(MSB))<<8 ) )

Completed in 272 milliseconds