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

12

/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) };
1026 stv0900_write_bits(intp, CFR_UP0, LSB(freq_s16));
1029 stv0900_write_bits(intp, CFR_LOW0, LSB(freq_s16));
H A Dstv6110x.c148 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(state->config->inversion * derot_freq));
310 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(state->config->inversion * derot_freq));
416 STB0899_SETFIELD_VAL(CFRL, cfr[1], LSB(state->config->inversion * derot_freq));
H A Dstv0367.c780 buf[1] = LSB(reg);
818 b0[1] = LSB(reg);
1075 LSB(CellsCoeffs[k][i-1][j-1]));
H A Dstv0900_sw.c624 stv0900_write_bits(intp, CFR_INIT0, LSB(freq));
H A Dstv090x.c872 if (STV090x_WRITE_DEMOD(state, SFRINIT0, (sym & 0xff)) < 0) /* LSB */
900 if (STV090x_WRITE_DEMOD(state, SFRUP0, sym & 0xff) < 0) /* LSB */
905 if (STV090x_WRITE_DEMOD(state, SFRUP0, 0xff) < 0) /* LSB */
933 if (STV090x_WRITE_DEMOD(state, SFRLOW0, (sym & 0xff)) < 0) /* LSB */
1474 if (STV090x_WRITE_DEMOD(state, CFRUP0, LSB(freq)) < 0)
1481 if (STV090x_WRITE_DEMOD(state, CFRLOW0, LSB(freq)) < 0)
/drivers/staging/comedi/drivers/
H A Dpcmda12.c36 base address. Each address corresponds to the LSB then MSB of a
61 #define LSB(x) ((unsigned char)((x) & 0xff)) macro
261 outb(LSB(data[i]), LSB_PORT(chan));
/drivers/spi/
H A Dspi-nuc900.c44 #define LSB (0x01 << 10) macro
287 val |= LSB;
289 val &= ~LSB;
/drivers/net/wireless/ipw2x00/
H A 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/net/tokenring/
H A Dsmctr.c2008 /* First read the LSB */
3174 tmf->fc = LSB(ac_fc); /* lsb is frame control */
3227 tsv->svv[1] = LSB(tp->authorized_access_priority);
3252 tsv->svv[1] = LSB(tp->authorized_function_classes);
3264 tsv->svv[1] = LSB(correlator);
3279 tsv->svv[1] = LSB(tp->misc_command_data[0]);
3282 tsv->svv[3] = LSB(tp->misc_command_data[1]);
3297 tsv->svv[1] = LSB(tp->misc_command_data[0]);
3300 tsv->svv[3] = LSB(tp->misc_command_data[1]);
3323 tsv->svv[1] = LSB(t
[all...]
H A Dsmctr.h192 #define LSB(X) ((__u8)((__u16) X & 0xff)) macro
519 #define CS_RAM_CHECKSUM_OFFSET 0x1FFE /* WORD 1FFE(MSB)-1FFF(LSB)*/
520 #define CS_RAM_VERSION_OFFSET 0x1FFC /* WORD 1FFC(MSB)-1FFD(LSB)*/
/drivers/scsi/qla2xxx/
H A Dqla_mid.c672 if (LSB(req->rid))
788 if (LSB(rsp->rid))
H A Dqla_mbx.c1067 *al_pa = LSB(mcp->mb[2]);
1069 *domain = LSB(mcp->mb[3]);
1493 name[1] = LSB(mcp->mb[2]);
1495 name[3] = LSB(mcp->mb[3]);
1497 name[5] = LSB(mcp->mb[6]);
1499 name[7] = LSB(mcp->mb[7]);
2928 LSB(le16_to_cpu(rptid_entry->vp_count)));
2934 vp_idx = LSB(stat);
H A Dqla_sup.c526 *man_id = LSB(ids);
538 *man_id = LSB(ids);
H A Dqla_def.h92 #define LSB(x) ((uint8_t)(x)) macro
866 * LSB BIT 0 = Enable Hard Loop Id
867 * LSB BIT 1 = Enable Fairness
868 * LSB BIT 2 = Enable Full-Duplex
869 * LSB BIT 3 = Enable Fast Posting
870 * LSB BIT 4 = Enable Target Mode
871 * LSB BIT 5 = Disable Initiator Mode
872 * LSB BIT 6 = Enable ADISC
873 * LSB BIT 7 = Enable Target Inquiry Data
911 * LSB BI
[all...]
H A Dqla_iocb.c542 mrk24->lun[1] = LSB(lun);
/drivers/usb/storage/
H A Dshuttle_usbat.c151 #define short_pack(LSB,MSB) ( ((u16)(LSB)) | ( ((u16)(MSB))<<8 ) )
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hdr.h819 #define LSB(x) ((uint8_t)(x)) macro
H A Dqlcnic_hw.c1565 poll_mask = LSB(MSW(l2->ctrl_val));
H A Dqlcnic_main.c3497 *rate = LSB(beacon);

Completed in 456 milliseconds

12