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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/spi/
H A Domap_spi_100k.c106 int word_len; member in struct:omap1_spi100k_cs
219 int word_len; local
224 word_len = cs->word_len;
226 if (word_len <= 8) {
235 spi100k_write_data(spi->master, word_len, *tx++);
237 *rx++ = spi100k_read_data(spi->master, word_len);
239 } else if (word_len <= 16) {
248 spi100k_write_data(spi->master,word_len, *tx++);
250 *rx++ = spi100k_read_data(spi->master,word_len);
275 u8 word_len = spi->bits_per_word; local
[all...]
H A Domap2_mcspi.c137 int word_len; member in struct:omap2_mcspi_cs
307 int word_len, data_type, element_count; local
319 word_len = cs->word_len;
327 if (word_len <= 8) {
330 } else if (word_len <= 16) {
333 } else /* word_len <= 32 */ {
399 if (word_len <= 8)
401 else if (word_len <= 16)
403 else /* word_len <
462 int word_len; local
661 u8 word_len = spi->bits_per_word; local
[all...]
H A Dorion_spi.c247 int word_len; local
250 word_len = spi->bits_per_word;
253 if (word_len == 8) {
262 } else if (word_len == 16) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/spi/
H A Domap_spi_100k.c106 int word_len; member in struct:omap1_spi100k_cs
219 int word_len; local
224 word_len = cs->word_len;
226 if (word_len <= 8) {
235 spi100k_write_data(spi->master, word_len, *tx++);
237 *rx++ = spi100k_read_data(spi->master, word_len);
239 } else if (word_len <= 16) {
248 spi100k_write_data(spi->master,word_len, *tx++);
250 *rx++ = spi100k_read_data(spi->master,word_len);
275 u8 word_len = spi->bits_per_word; local
[all...]
H A Domap2_mcspi.c137 int word_len; member in struct:omap2_mcspi_cs
307 int word_len, data_type, element_count; local
319 word_len = cs->word_len;
327 if (word_len <= 8) {
330 } else if (word_len <= 16) {
333 } else /* word_len <= 32 */ {
399 if (word_len <= 8)
401 else if (word_len <= 16)
403 else /* word_len <
462 int word_len; local
661 u8 word_len = spi->bits_per_word; local
[all...]
H A Dorion_spi.c247 int word_len; local
250 word_len = spi->bits_per_word;
253 if (word_len == 8) {
262 } else if (word_len == 16) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/codecs/
H A Dad1836.c146 int word_len = 0; local
155 word_len = 3;
158 word_len = 1;
162 word_len = 0;
167 AD1836_DAC_WORD_LEN_MASK, word_len);
170 AD1836_ADC_WORD_LEN_MASK, word_len);
H A Dad193x.c275 int word_len = 0, reg = 0, master_rate = 0; local
285 word_len = 3;
288 word_len = 1;
292 word_len = 0;
316 reg = (reg & (~AD193X_DAC_WORD_LEN_MASK)) | word_len;
320 reg = (reg & (~AD193X_ADC_WORD_LEN_MASK)) | word_len;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/codecs/
H A Dad1836.c146 int word_len = 0; local
155 word_len = 3;
158 word_len = 1;
162 word_len = 0;
167 AD1836_DAC_WORD_LEN_MASK, word_len);
170 AD1836_ADC_WORD_LEN_MASK, word_len);
H A Dad193x.c275 int word_len = 0, reg = 0, master_rate = 0; local
285 word_len = 3;
288 word_len = 1;
292 word_len = 0;
316 reg = (reg & (~AD193X_DAC_WORD_LEN_MASK)) | word_len;
320 reg = (reg & (~AD193X_ADC_WORD_LEN_MASK)) | word_len;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Datrac1.c225 int word_len = !!idwls[bfu_num] + idwls[bfu_num]; local
227 bits_used += word_len * num_specs; /* add number of bits consumed by current BFU */
236 if (word_len) {
237 float max_quant = 1.0 / (float)((1 << (word_len - 1)) - 1);
243 spec[pos+i] = get_sbits(gb, word_len) * scale_factor * max_quant;
245 } else { /* word_len = 0 -> empty BFU, zero all specs in the emty BFU */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Datrac1.c225 int word_len = !!idwls[bfu_num] + idwls[bfu_num]; local
227 bits_used += word_len * num_specs; /* add number of bits consumed by current BFU */
236 if (word_len) {
237 float max_quant = 1.0 / (float)((1 << (word_len - 1)) - 1);
243 spec[pos+i] = get_sbits(gb, word_len) * scale_factor * max_quant;
245 } else { /* word_len = 0 -> empty BFU, zero all specs in the emty BFU */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Datrac1.c225 int word_len = !!idwls[bfu_num] + idwls[bfu_num]; local
227 bits_used += word_len * num_specs; /* add number of bits consumed by current BFU */
236 if (word_len) {
237 float max_quant = 1.0 / (float)((1 << (word_len - 1)) - 1);
243 spec[pos+i] = get_sbits(gb, word_len) * scale_factor * max_quant;
245 } else { /* word_len = 0 -> empty BFU, zero all specs in the emty BFU */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/ep93xx/
H A Dep93xx-i2s.c248 unsigned word_len, div, sdiv, lrdiv; local
253 word_len = EP93XX_I2S_WRDLEN_16;
257 word_len = EP93XX_I2S_WRDLEN_24;
261 word_len = EP93XX_I2S_WRDLEN_32;
269 ep93xx_i2s_write_reg(info, EP93XX_I2S_TXWRDLEN, word_len);
271 ep93xx_i2s_write_reg(info, EP93XX_I2S_RXWRDLEN, word_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/ep93xx/
H A Dep93xx-i2s.c248 unsigned word_len, div, sdiv, lrdiv; local
253 word_len = EP93XX_I2S_WRDLEN_16;
257 word_len = EP93XX_I2S_WRDLEN_24;
261 word_len = EP93XX_I2S_WRDLEN_32;
269 ep93xx_i2s_write_reg(info, EP93XX_I2S_TXWRDLEN, word_len);
271 ep93xx_i2s_write_reg(info, EP93XX_I2S_RXWRDLEN, word_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/client/
H A Dmount.cifs.c540 int word_len; local
856 word_len = strlen(data);
858 word_len += 1 + strlen(value);
860 out = (char *)realloc(out, out_len + word_len + 2);
867 strlcat(out, ",", out_len + word_len + 2);
872 snprintf(out + out_len, word_len + 1, "%s=%s", data, value);
874 snprintf(out + out_len, word_len + 1, "%s", data);
883 word_len = strlen(user);
885 out = (char *)realloc(out, out_len + word_len + 6);
892 strlcat(out, ",", out_len + word_len
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/client/
H A Dmount.cifs.c540 int word_len; local
856 word_len = strlen(data);
858 word_len += 1 + strlen(value);
860 out = (char *)realloc(out, out_len + word_len + 2);
867 strlcat(out, ",", out_len + word_len + 2);
872 snprintf(out + out_len, word_len + 1, "%s=%s", data, value);
874 snprintf(out + out_len, word_len + 1, "%s", data);
883 word_len = strlen(user);
885 out = (char *)realloc(out, out_len + word_len + 6);
892 strlcat(out, ",", out_len + word_len
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/client/
H A Dmount.cifs.c540 int word_len; local
856 word_len = strlen(data);
858 word_len += 1 + strlen(value);
860 out = (char *)realloc(out, out_len + word_len + 2);
867 strlcat(out, ",", out_len + word_len + 2);
872 snprintf(out + out_len, word_len + 1, "%s=%s", data, value);
874 snprintf(out + out_len, word_len + 1, "%s", data);
883 word_len = strlen(user);
885 out = (char *)realloc(out, out_len + word_len + 6);
892 strlcat(out, ",", out_len + word_len
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.c124 HCF_STATIC void get_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) ); //char*, byte count (usually even)
128 HCF_STATIC void put_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) );
3896 *.SUBMODULE void get_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) )
3903 * word_len Big Endian only: number of leading bytes to swap in pairs
3910 * On a Big Endian platform, the parameter word_len controls the number of leading bytes whose endianess is
3930 get_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) )
3993 HCFASSERT( word_len == 0 || word_len == 2 || word_len == 4, word_len )
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlags49_h2/
H A Dhcf.c124 HCF_STATIC void get_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) ); //char*, byte count (usually even)
128 HCF_STATIC void put_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) );
3896 *.SUBMODULE void get_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) )
3903 * word_len Big Endian only: number of leading bytes to swap in pairs
3910 * On a Big Endian platform, the parameter word_len controls the number of leading bytes whose endianess is
3930 get_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) )
3993 HCFASSERT( word_len == 0 || word_len == 2 || word_len == 4, word_len )
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/include/asm/
H A Dbfin_sport.h52 int word_len; /* How length of the word in bits, 3-32 bits */ member in struct:sport_config
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbfin_sport.h52 int word_len; /* How length of the word in bits, 3-32 bits */ member in struct:sport_config
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/client/
H A Dmount.cifs.c322 int word_len; local
603 word_len = strlen(data);
605 word_len += 1 + strlen(value);
607 out = (char *)realloc(out, out_len + word_len + 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/client/
H A Dmount.cifs.c322 int word_len; local
603 word_len = strlen(data);
605 word_len += 1 + strlen(value);
607 out = (char *)realloc(out, out_len + word_len + 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/client/
H A Dmount.cifs.c322 int word_len; local
603 word_len = strlen(data);
605 word_len += 1 + strlen(value);
607 out = (char *)realloc(out, out_len + word_len + 2);

Completed in 387 milliseconds

12