Searched defs:word_length (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/ft1000/ft1000-pcmcia/
H A Dft1000_dnld.c299 long word_length; local
381 word_length = get_request_value(dev);
382 if (word_length > MAX_LENGTH) {
386 if ((word_length * 2 + (long)pUcFile) >
403 if (word_length & 0x01)
404 word_length++;
405 word_length = word_length / 2;
407 for (; word_length > 0; word_length
[all...]
/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_download.c491 // long word_length - length of the buffer to be written
502 static u32 write_blk (struct ft1000_device *ft1000dev, u16 **pUsFile, u8 **pUcFile, long word_length) argument
512 //DEBUG("FT1000:download:start word_length = %d\n",(int)word_length);
522 word_length--;
523 tempword = (u16)word_length;
524 word_length = (word_length / 16) + 1;
525 for (; word_length > 0; word_length
642 write_blk_fifo(struct ft1000_device *ft1000dev, u16 **pUsFile, u8 **pUcFile, long word_length) argument
693 long word_length; local
[all...]
/drivers/video/omap2/dss/
H A Dti_hdmi_4xxx_ip.h547 u8 word_length; member in struct:hdmi_core_audio_i2s_config

Completed in 231 milliseconds