Searched refs:bottom (Results 1 - 25 of 43) sorted by relevance

12

/drivers/media/pci/bt8xx/
H A Dbttv-risc.c470 if (NULL != btv->curr.bottom) btv->cap_ctl |= 0x01;
482 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0,
483 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0);
540 /* bottom field */
589 btcx_riscmem_free(btv->c.pci,&buf->bottom);
599 struct btcx_riscmem *bottom; local
604 bottom = NULL;
635 bottom
[all...]
H A Dbttv-driver.c710 Claim scan lines crop[].rect.top to bottom. */
3395 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0);
3399 btv->curr.bottom
3400 ? (unsigned long long)btv->curr.bottom->bottom.dma : 0);
3403 btv->screen ? (unsigned long long)btv->screen->bottom.dma : 0);
3481 set->bottom = item;
3488 * and set up the bottom field in the logic
3491 * bottom field in the above code that we'll
3497 * top then a bottom fiel
[all...]
H A Dbttvp.h166 struct btcx_riscmem bottom; member in struct:bttv_buffer
174 struct bttv_buffer *bottom; /* bottom field buffer */ member in struct:bttv_buffer_set
465 - only the irq handler is supported to touch top + bottom + vcurr */
H A Dbttv-vbi.c177 rc = bttv_risc_packed(btv, &buf->bottom,
200 dprintk("buf prepare %p: top=%p bottom=%p field=%s\n",
201 vb, &buf->top, &buf->bottom,
/drivers/s390/scsi/
H A Dzfcp_fsf.c354 (unsigned long long)qtcb->bottom.support.req_handle);
465 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; local
471 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param
473 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload
477 memcpy(req->data, bottom, sizeof(*bottom));
483 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK;
484 adapter->stat_read_buf_num = max(bottom->status_read_buf_num,
497 fc_host_port_id(shost) = ntoh24(bottom
531 struct fsf_qtcb_bottom_config *bottom = &qtcb->bottom.config; local
608 struct fsf_qtcb_bottom_port *bottom = &req->qtcb->bottom.port; local
[all...]
/drivers/gpu/drm/qxl/
H A Dqxl_draw.c94 drawable->self_bitmap_area.bottom = 0;
200 rect.bottom = y + height;
231 drawable->u.copy.src_area.bottom = height;
281 int left, right, top, bottom; local
302 bottom = clips->y2;
310 bottom = max_t(int, bottom, (int)clips_ptr->y2);
314 height = bottom - top;
334 drawable_rect.bottom = bottom;
[all...]
H A Dqxl_ioctl.c319 .bottom = update_area->bottom};
325 update_area->top >= update_area->bottom)
H A Dqxl_cmd.c344 area->right > surface_width || area->bottom > surface_height) {
347 area->top, area->right, area->bottom, surface_width, surface_height);
590 rect.bottom = surf->surf.height;
/drivers/media/pci/saa7134/
H A Dsaa7134-go7007.c61 u8 *bottom; member in struct:saa7134_go7007
245 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE);
265 virt_to_page(saa->bottom),
452 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL);
453 if (!saa->bottom)
478 if (saa->bottom)
479 free_page((unsigned long)saa->bottom);
500 free_page((unsigned long)saa->bottom);
/drivers/media/platform/s5p-g2d/
H A Dg2d-hw.c39 n = f->bottom & 0xFFF;
64 n = f->bottom & 0xFFF;
H A Dg2d.h52 u32 bottom; member in struct:g2d_frame
/drivers/staging/wlan-ng/
H A Dprism2sta.c683 hw->cap_sup_mfi.bottom = le16_to_cpu(hw->cap_sup_mfi.bottom);
689 hw->cap_sup_mfi.variant, hw->cap_sup_mfi.bottom,
706 hw->cap_sup_cfi.bottom = le16_to_cpu(hw->cap_sup_cfi.bottom);
712 hw->cap_sup_cfi.variant, hw->cap_sup_cfi.bottom,
729 hw->cap_sup_pri.bottom = le16_to_cpu(hw->cap_sup_pri.bottom);
735 hw->cap_sup_pri.variant, hw->cap_sup_pri.bottom,
752 hw->cap_sup_sta.bottom
[all...]
H A Dprism2fw.c309 priid.bottom = *data++;
611 rfid.bottom = le16_to_cpu(rfid.bottom);
620 macid.bottom = le16_to_cpu(macid.bottom);
1134 rfid.id, rfid.variant, rfid.bottom, rfid.top);
1136 macid.id, macid.variant, macid.bottom, macid.top);
1138 priid.id, priid.variant, priid.bottom, priid.top);
1154 s3info[i].info.compat.bottom,
1169 if ((s3info[i].info.compat.bottom > prii
[all...]
/drivers/video/fbdev/kyro/
H A DSTG4000Interface.h57 u32 right, u32 bottom);
H A DSTG4000OverlayDevice.c319 u32 right, u32 bottom)
354 srcDest.ulDstY2 = bottom;
317 SetOverlayViewPort(volatile STG4000REG __iomem *pSTGReg, u32 left, u32 top, u32 right, u32 bottom) argument
/drivers/video/fbdev/
H A Dsh_mipi_dsi.c135 u32 tmp, top, bottom, delay, div; local
311 bottom = 0x00000001;
313 bottom = (pdata->lane * mode->hsync_len) - 10;
314 iowrite32(top | bottom , mipi->linkbase + VMLEN1);
323 bottom = 0x00000001;
337 bottom = mode->right_margin;
338 bottom = (pdata->lane * bottom / div) - 12;
348 iowrite32(top | (bottom + delay) , mipi->linkbase + VMLEN2);
H A Dfb-puv3.c146 int bottom = info->var.yres - 1; local
150 bottom = (bottom << 16) | right;
171 writel(bottom, UGE_CLIP1);
236 int bottom = info->var.yres; local
267 bottom = (bottom << 16) | right;
276 writel(bottom, UGE_CLIP1);
/drivers/scsi/
H A Dscsi_devinfo.c639 struct list_head *bottom; member in struct:double_list
648 list_entry(dl->bottom, struct scsi_dev_info_list,
651 if (devinfo_table->scsi_dev_info_list.next == dl->bottom &&
672 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list)
688 dl->bottom = dl->bottom->next;
689 while (&devinfo_table->scsi_dev_info_list == dl->bottom) {
698 dl->bottom = devinfo_table->scsi_dev_info_list.next;
/drivers/block/paride/
H A DKconfig115 Series noted on the bottom of the drive. Series 6 drivers will.
118 bottom, enable this option.
133 on the bottom of the drive. Series 5 drivers don't always have it
137 bottom, enable this option.
/drivers/video/fbdev/sis/
H A Dsis_accel.h250 #define SiS300SetupClipRB(right,bottom) \
252 MMIO_OUT32(ivideo->mmio_vbase, BR(14), ((right) & 0xFFFF) | (bottom)<<16 );\
376 #define SiS310SetupClipRB(right,bottom) \
378 MMIO_OUT32(ivideo->mmio_vbase, RIGHT_CLIP, ((right) & 0xFFFF) | (bottom)<<16 );\
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c65 out_rects[k].bottom = y2;
460 int left, right, top, bottom; local
499 bottom = clips->y2;
507 bottom = max_t(int, bottom, (int)clips_ptr->y2);
517 cmd->body.srcRect.bottom = bottom;
536 clip.y2 = bottom - unit->crtc.y;
551 cmd->body.destRect.bottom = clip.y2;
924 blits[hit_num].body.destRect.bottom
1236 int left, right, top, bottom; local
[all...]
/drivers/media/platform/
H A Dvino.c170 unsigned int left, right, top, bottom; member in struct:vino_clipping
425 .bottom = VINO_CLIPPING_START_ODD_NTSC
432 .bottom = VINO_CLIPPING_START_EVEN_NTSC
447 .bottom = VINO_CLIPPING_START_ODD_PAL
454 .bottom = VINO_CLIPPING_START_EVEN_PAL
469 .bottom = VINO_CLIPPING_START_ODD_PAL
476 .bottom = VINO_CLIPPING_START_EVEN_PAL
491 .bottom = VINO_CLIPPING_START_ODD_D1
498 .bottom = VINO_CLIPPING_START_EVEN_D1
1474 vcs->clipping.bottom
[all...]
/drivers/net/ethernet/cadence/
H A Dmacb.c105 u32 bottom; local
108 bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr));
109 macb_or_gem_writel(bp, SA1B, bottom);
126 u32 bottom; local
135 bottom = macb_or_gem_readl(bp, SA1B + i * 8);
139 addr[5] = bottom & 0xff;
140 addr[4] = (bottom >> 8) & 0xff;
141 addr[3] = (bottom >> 16) & 0xff;
142 addr[2] = (bottom >> 24) & 0xff;
146 addr[0] = bottom
[all...]
/drivers/media/platform/vivid/
H A Dvivid-vid-common.c343 int right, bottom; local
347 bottom = min(a->top + a->height, b->top + b->height);
349 r.height = max(0, bottom - r.top);
382 * IF the top side of r1 is below the bottom of r2 OR
383 * the top side of r2 is below the bottom of r1 THEN
/drivers/media/usb/gspca/
H A Dmars.c143 static void setilluminators(struct gspca_dev *gspca_dev, bool top, bool bottom) argument
149 else if (bottom)

Completed in 2385 milliseconds

12