Searched refs:bpl (Results 1 - 25 of 51) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/lib/
H A Dabs.S17 bpl 1f
H A Dromfs.S49 bpl 1b
H A Dmemcpy.S80 bpl 1b
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_ct.c163 lpfc_alloc_ct_rsp(struct lpfc_hba * phba, int cmdcode, struct ulp_bde64 * bpl, argument
202 bpl->tus.f.bdeFlags = BUFF_USE_RCV;
204 bpl->addrLow = le32_to_cpu( putPaddrLow(mp->phys) );
205 bpl->addrHigh = le32_to_cpu( putPaddrHigh(mp->phys) );
206 bpl->tus.f.bdeSize = (uint16_t) cnt;
207 bpl->tus.w = le32_to_cpu(bpl->tus.w);
208 bpl++;
300 struct ulp_bde64 *bpl = (struct ulp_bde64 *) bmp->virt; local
306 bpl
592 struct ulp_bde64 *bpl; local
774 struct ulp_bde64 *bpl; local
[all...]
H A Dlpfc_scsi.c57 struct ulp_bde64 *bpl; local
100 bpl = psb->fcp_bpl;
108 bpl->addrHigh = le32_to_cpu(putPaddrHigh(pdma_phys));
109 bpl->addrLow = le32_to_cpu(putPaddrLow(pdma_phys));
110 bpl->tus.f.bdeSize = sizeof (struct fcp_cmnd);
111 bpl->tus.f.bdeFlags = BUFF_USE_CMND;
112 bpl->tus.w = le32_to_cpu(bpl->tus.w);
113 bpl++;
117 bpl
174 struct ulp_bde64 *bpl = lpfc_cmd->fcp_bpl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-core.c90 unsigned int bpl, unsigned int padding,
107 if (bpl <= sg_dma_len(sg)-offset) {
109 *(rp++)=cpu_to_le32(RISC_WRITE|RISC_SOL|RISC_EOL|bpl);
111 offset+=bpl;
114 todo = bpl;
141 unsigned int bpl, unsigned int padding, unsigned int lines)
155 can cause next bpl to start close to a page border. First DMA
157 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + lines);
166 bpl, padding, lines);
169 bpl, paddin
88 cx88_risc_field(u32 *rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines) argument
138 cx88_risc_buffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
177 cx88_risc_databuffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines) argument
350 cx88_sram_channel_setup(struct cx88_core *core, struct sram_channel *ch, unsigned int bpl, u32 risc) argument
801 int bpl = cx88_sram_channels[SRAM_CH25].fifo_size/4; local
[all...]
H A Dcx88.h269 unsigned int bpl; member in struct:cx88_buffer
527 unsigned int bpl, unsigned int padding, unsigned int lines);
530 struct scatterlist *sglist, unsigned int bpl,
542 unsigned int bpl, u32 risc);
H A Dcx88-alsa.c140 dprintk(1, "Starting audio DMA for %i bytes/line and %i (%i) lines at address %08x\n",buf->bpl, chip->num_periods, audio_ch->fifo_size / buf->bpl, audio_ch->fifo_start);
144 buf->bpl, buf->risc.dma);
146 /* sets bpl size */
147 cx_write(MO_AUDD_LNGTH, buf->bpl);
444 buf->bpl = chip->period_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dclear_user.S37 bpl 1b
H A Dio-writesw-armv4.S49 bpl .Loutsw_8_lp
91 bpl 1b
H A Dio-readsw-armv4.S56 bpl .Linsw_8_lp
118 bpl 2b
H A Dio-readsl.S28 bpl 1b
H A Dio-readsw-armv3.S69 bpl .Linsw_8_lp
H A Dio-writesb.S64 bpl .Loutsb_16_lp
H A Dio-writesl.S28 bpl 1b
H A Duaccess.S80 bpl .Lc2u_0cpy8lp
144 bpl .Lc2u_1cpy8lp
199 bpl .Lc2u_2cpy8lp
254 bpl .Lc2u_3cpy8lp
343 bpl .Lcfu_0cpy8lp
408 bpl .Lcfu_1cpy8lp
464 bpl .Lcfu_2cpy8lp
519 bpl .Lcfu_3cpy8lp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-risc.c45 unsigned int offset, unsigned int bpl,
56 can cause next bpl to start close to a page border. First DMA
59 instructions += (1 + ((bpl + padding) * store_lines)
72 BT848_RISC_EOL | bpl);
85 if (bpl <= sg_dma_len(sg)-offset) {
88 BT848_RISC_EOL|bpl);
90 offset+=bpl;
93 todo = bpl;
710 int bpl = (buf->fmt->depth >> 3) * buf->vb.width; local
711 int bpf = bpl * (bu
43 bttv_risc_packed(struct bttv *btv, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int offset, unsigned int bpl, unsigned int padding, unsigned int skip_lines, unsigned int store_lines) argument
[all...]
H A Dbttv-vbi.c153 unsigned int bpl, padding, offset; local
155 bpl = 2044; /* max. vbipack */
156 padding = VBI_BPL - bpl;
161 /* offset */ 0, bpl,
173 offset, bpl,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcfbimgblt.c265 u32 bpl = sizeof(u32), bpp = p->var.bits_per_pixel; local
275 pitch_index = (p->fix.line_length & (bpl - 1)) * 8;
278 bitstart &= ~(bpl - 1);
H A Dsysimgblt.c246 u32 bpl = sizeof(u32), bpp = p->var.bits_per_pixel; local
256 pitch_index = (p->fix.line_length & (bpl - 1)) * 8;
259 bitstart &= ~(bpl - 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dsaa7146.h43 ushort bpp, bpl; member in struct:saa7146_window
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dio-readsw.S69 bpl .insw_8_lp
H A Duaccess-user.S156 bpl .c2u_0cpy8lp
219 bpl .c2u_1cpy8lp
273 bpl .c2u_2cpy8lp
327 bpl .c2u_3cpy8lp
414 bpl .cfu_0cpy8lp
478 bpl .cfu_1cpy8lp
532 bpl .cfu_2cpy8lp
586 bpl .cfu_3cpy8lp
650 bpl 1b
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dkimagerescue.S109 bpl 1f
129 bpl wait_ser
H A Dhead.S210 bpl ploop ; rw partition, skip validation
213 bpl 1f
268 bpl 1f
291 bpl wait_ser
332 bpl 1f

Completed in 235 milliseconds

123