Searched refs:Size (Results 1 - 20 of 20) sorted by relevance

/drivers/char/xilinx_hwicap/
H A Dbuffer_icap.h45 u32 Size);
49 u32 Size);
/drivers/staging/winbond/
H A Dmds.c201 u16 Size = 0; local
231 Size += 32;
236 Size += stmp; /* Current 4n offset of mpdu */
276 buffer = TargetBuffer + Size; /* Get the next 4n start address */
290 return Size;
506 pr_debug("35: EPA 4th frame detected. Size = %d\n", PacketSize);
/drivers/media/video/gspca/
H A Dsunplus.c526 u8 Size; local
528 Size = gspca_dev->cam.cam_mode[gspca_dev->curr_mode].priv;
540 reg_w_1(gspca_dev, 0x25, 0, 4, Size);
552 reg_w_1(gspca_dev, 0x25, 0, 4, Size);
559 Size += 3;
563 0x08, Size, 0,
564 0x80 | (Size & 0x0f), 1);
568 spca504_acknowledged_command(gspca_dev, 0x08, Size, 0);
573 reg_w_riv(gspca_dev, 0xa0, (0x0500 | (Size & 0x0f)), 0x00);
574 reg_w_riv(gspca_dev, 0x20, 0x01, 0x0500 | (Size
[all...]
/drivers/scsi/aacraid/
H A Dsrc.c362 fib->hw_fib_va->header.Size + 127) / 128 - 1;
372 pFibX->Size = fib->hw_fib_va->header.Size;
H A Dcommsup.c244 hw_fib->header.Size = cpu_to_le16(fibptr->dev->max_fib_size);
361 entry->size = cpu_to_le32(le16_to_cpu(hw_fib->header.Size));
370 entry->size = cpu_to_le32(le16_to_cpu(hw_fib->header.Size));
397 * @size: Size of fib data area
466 hw_fib->header.Size = cpu_to_le16(sizeof(struct aac_fibhdr) + size);
467 if (le16_to_cpu(hw_fib->header.Size) > le16_to_cpu(hw_fib->header.SenderSize)) {
720 hw_fib->header.Size = cpu_to_le16(size);
H A Dcommctrl.c90 size = le16_to_cpu(kfib->header.Size) + sizeof(struct aac_fibhdr);
130 le16_to_cpu(kfib->header.Size) , FsaNormal,
568 dprintk((KERN_DEBUG"aacraid: Bad Size specified in "
H A Drx.c458 writel(le16_to_cpu(fib->hw_fib_va->header.Size), device);
H A Daacraid.h200 __le32 size; /* Size in bytes of Fib which this QE points to */
283 u32 Size; /* FIB size excluding xport header */ member in struct:aac_fib_xporthdr
300 __le16 Size; /* Size of this FIB in bytes */ member in struct:aac_fibhdr
301 __le16 SenderSize; /* Size of the FIB in the sender
1046 unsigned base_size, dbg_size; /* Size of
/drivers/gpu/drm/i810/
H A Di810_dma.c253 ring->space += ring->Size;
282 ring->space += ring->Size;
362 dev_priv->ring.Size = init->ring_size;
382 dev_priv->ring.tail_mask = dev_priv->ring.Size - 1;
853 i810_wait_ring(dev, dev_priv->ring.Size - 8);
870 i810_wait_ring(dev, dev_priv->ring.Size - 8);
H A Di810_drv.h71 unsigned long Size; member in struct:_drm_i810_ring_buffer
/drivers/staging/crystalhd/
H A Dbc_dts_glob_lnx.h105 uint32_t Size; member in struct:BC_PCI_CFG
H A Dcrystalhd_cmds.c242 len = idata->udata.u.pciCfg.Size;
249 cnt = idata->udata.u.pciCfg.Size / len;
274 len = idata->udata.u.pciCfg.Size;
281 cnt = idata->udata.u.pciCfg.Size / len;
/drivers/isdn/hardware/eicon/
H A Ddebug.c77 dword Size; /* total size of queue (constant) */ member in struct:MSG_QUEUE
79 byte *High; /* Base + Size (constant) */
87 volatile dword Size; /* size of data following MSG_HEAD */ member in struct:MSG_HEAD
88 #define MSG_INCOMPLETE 0x8000 /* ored to Size until queueCompleteMsg */
91 #define queueCompleteMsg(p) do{ ((MSG_HEAD *)p - 1)->Size &= ~MSG_INCOMPLETE; }while(0)
97 Q->Size = sizeBuffer;
107 * An 'alloced' message is marked incomplete by oring the 'Size' field
117 if (Q->Wrap || need > Q->Size) {
141 Msg->Size = size | MSG_INCOMPLETE;
154 word size = ((MSG_HEAD *)Q->Head)->Size
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_ct.c76 "0145 Ignoring unsolicted CT HBQ Size:%d "
436 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint32_t Size) argument
457 Cnt = Size > FCELSSIZE ? FCELSSIZE : Size;
459 Size -= Cnt;
1183 CtReq->CommandResponse.bits.Size = 0;
1419 CtReq->CommandResponse.bits.Size = 0;
1575 CtReq->CommandResponse.bits.Size = 0;
1689 CtReq->CommandResponse.bits.Size = 0;
1699 CtReq->CommandResponse.bits.Size
[all...]
H A Dlpfc_bsg.c815 len = ct_req->CommandResponse.bits.Size;
2403 ctreq->CommandResponse.bits.Size = 0;
2954 ctreq->CommandResponse.bits.Size = size;
H A Dlpfc_hw.h88 uint32_t Size:16; member in struct:CtCommandResponse::__anon4419
1628 uint32_t bdeSize:24; /* Size of BDL array in host memory (bytes) */
1630 uint32_t bdeSize:24; /* Size of BDL array in host memory (bytes) */
/drivers/video/mbx/
H A Dreg_bits.h6 #define Fld(Size, Shft) (((Size) << 16) + (Shft))
383 /* HCSIZE Hardware Cursor Size Register fields */
607 /* SSSIZE - Scale Surface Size Register */
/drivers/usb/serial/
H A Dio_usbvend.h242 #define EDGE_FW_BULK_MAX_PACKET_SIZE 64 // Max Packet Size for Bulk In Endpoint (EP1)
243 #define EDGE_FW_BULK_READ_BUFFER_SIZE 1024 // Size to use for Bulk reads
245 #define EDGE_FW_INT_MAX_PACKET_SIZE 32 // Max Packet Size for Interrupt In Endpoint
437 __u8 RomSize; // F04 Size of ROM/E2PROM in K
438 __u8 RamSize; // F05 Size of external RAM in K
597 __u16 Size; // Size of data only not including header member in struct:ti_i2c_desc
H A Dio_ti.c678 + rom_desc->Size;
691 for (i = 0; i < rom_desc->Size; i++)
745 rom_desc->Size) > TI_MAX_I2C_SIZE) {
760 rom_desc->Size, buffer);
769 rom_desc->Size;
808 rom_desc->Size, buffer);
903 i2c_header->Size = (__u16)buffer_size;
/drivers/scsi/mpt2sas/
H A Dmpt2sas_ctl.c2740 __le32 Size; member in struct:DIAG_BUFFER_START
2782 size = le32_to_cpu(request_data->Size);

Completed in 204 milliseconds