Searched refs:Count (Results 1 – 10 of 10) sorted by relevance
/drivers/usb/serial/ |
D | iuu_phoenix.c | 414 int Count = 0; in iuu_clk() local 429 priv->buf[Count++] = IUU_UART_WRITE_I2C; in iuu_clk() 430 priv->buf[Count++] = FrqGenAdr << 1; in iuu_clk() 431 priv->buf[Count++] = 0x09; in iuu_clk() 432 priv->buf[Count++] = 0x00; in iuu_clk() 434 status = bulk_immediate(port, (u8 *) priv->buf, Count); in iuu_clk() 497 priv->buf[Count++] = IUU_UART_WRITE_I2C; /* 0x4C */ in iuu_clk() 498 priv->buf[Count++] = FrqGenAdr << 1; in iuu_clk() 499 priv->buf[Count++] = 0x09; in iuu_clk() 500 priv->buf[Count++] = 0x20; /* Adr = 0x09 */ in iuu_clk() [all …]
|
/drivers/usb/storage/ |
D | freecom.c | 65 __le32 Count; /* Number of bytes to transfer. */ member 84 __le16 Count; member 173 fxfr->Count = cpu_to_le32 (count); in freecom_readdata() 206 fxfr->Count = cpu_to_le32 (count); in freecom_writedata() 342 le16_to_cpu(fst->Count)); in freecom_transport() 351 length = le16_to_cpu(fst->Count); in freecom_transport()
|
D | ene_ub6250.c | 849 u32 Ende, Count; in ms_count_freeblock() local 853 for (Count = 0; PhyBlock < Ende; PhyBlock++) { in ms_count_freeblock() 857 Count++; in ms_count_freeblock() 863 return Count; in ms_count_freeblock()
|
/drivers/isdn/hardware/eicon/ |
D | di.c | 257 byte Count; in pr_dpc() local 265 if ((Count = a->ram_in(a, &PR_RAM->RcOutput)) != 0) { in pr_dpc() 266 dtrc(dprintf("#Rc=%x", Count)); in pr_dpc() 270 while (Count--) { in pr_dpc() 303 if ((Count = a->ram_in(a, &PR_RAM->IndOutput)) != 0) { in pr_dpc() 304 dtrc(dprintf("#Ind=%x", Count)); in pr_dpc() 308 while (Count--) { in pr_dpc()
|
D | debug.c | 83 dword Count; /* current no of bytes in queue */ member 92 #define queueCount(q) ((q)->Count) 101 Q->Count = 0; in queueInit() 144 Q->Count += size; in queueAllocMsg() 157 Q->Count -= size; in queueFreeMsg()
|
/drivers/media/dvb-frontends/ |
D | tda18271c2dd.c | 615 s32 Count = 0; in PowerScan() local 657 freq_MainPLL = RF_in + sign * Count + 1000000; in PowerScan() 670 Count += 200000; in PowerScan() 672 if (Count < CountLimit * 100000) in PowerScan() 678 Count = 200000; in PowerScan()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 545 * Data Channel Host Count 556 * Host Overlay DMA Count 597 * Scatter/Gather Host Count 607 * SCB Host Count 857 * CMC Sequencer Byte Count 866 * Overlay Sequencer Byte Count 875 * Data Channel Sequencer Byte Count 1053 * SG Sequencer Byte Count 2076 * SCSI Offset Count 2364 * Output Synchronizer Space Count [all …]
|
D | aic7xxx.reg | 231 * SCSI Transfer Count (pp. 3-19,20) 1040 * Queue In Count (p. 3-60) 1074 * Queue Out Count (p. 3-61)
|
D | aic7xxx.seq | 571 * BIOS array for this table. Count is one less than
|
/drivers/block/ |
D | DAC960.c | 6548 size_t Count, loff_t *pos) in dac960_user_command_proc_write() argument 6553 if (Count > sizeof(CommandBuffer)-1) return -EINVAL; in dac960_user_command_proc_write() 6554 if (copy_from_user(CommandBuffer, Buffer, Count)) return -EFAULT; in dac960_user_command_proc_write() 6555 CommandBuffer[Count] = '\0'; in dac960_user_command_proc_write() 6561 ? Count : -EBUSY); in dac960_user_command_proc_write() 6564 ? Count : -EBUSY); in dac960_user_command_proc_write()
|