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

1234

/linux-master/arch/x86/um/os-Linux/
H A Dtask_size.c71 unsigned long bottom = 0; local
83 printf("Locating the bottom of the address space ... ");
98 /* Manually scan the address space, bottom-up, until we find
101 for (bottom = 0; bottom < top; bottom++) {
102 if (page_ok(bottom))
107 if (bottom == top) {
108 fprintf(stderr, "Unable to determine bottom of address "
113 printf("0x%lx\n", bottom << UM_KERN_PAGE_SHIF
[all...]
/linux-master/arch/sh/include/asm/
H A Dkdebug.h17 unsigned long bottom, unsigned long top);
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_dma.c135 unsigned long top, bottom; local
171 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1);
172 /* 1510 DMA requires the bottom address to be 2 more
176 bottom += 2;
181 bottom = PIXADDR(0, lcd_dma.yres - 1);
191 bottom = PIXADDR(lcd_dma.xres - 1, 0);
196 bottom = PIXADDR(0, 0);
206 bottom = PIXADDR(0, 0);
211 bottom = PIXADDR(lcd_dma.xres - 1, 0);
221 bottom
[all...]
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_draw.c97 drawable->self_bitmap_area.bottom = 0;
142 int left, right, top, bottom; local
167 bottom = clips->y2;
175 bottom = max_t(int, bottom, (int)clips_ptr->y2);
179 height = bottom - top;
199 drawable_rect.bottom = bottom;
230 drawable->u.copy.src_area.bottom = height;
249 rects[i].bottom
[all...]
/linux-master/arch/sh/kernel/
H A Ddumpstack.c19 void dump_mem(const char *str, const char *loglvl, unsigned long bottom, argument
25 printk("%s%s(0x%08lx to 0x%08lx)\n", loglvl, str, bottom, top);
27 for (p = bottom & ~31; p < top; ) {
33 if (p < bottom || p >= top)
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c386 if (btv->curr.top || btv->curr.bottom)
437 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0,
438 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0);
467 /* bottom field */
537 r = bttv_risc_packed(btv, &buf->bottom, list, offset, bpl,
558 struct btcx_riscmem *bottom; local
563 bottom = NULL;
593 bottom
[all...]
/linux-master/drivers/s390/scsi/
H A Dzfcp_fsf.c413 (unsigned long long)qtcb->bottom.support.req_handle);
539 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; local
544 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload
548 memcpy(req->data, bottom, sizeof(*bottom));
550 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK;
551 adapter->stat_read_buf_num = max(bottom->status_read_buf_num,
559 adapter->hydra_version = bottom->adapter_type;
561 switch (bottom
587 struct fsf_qtcb_bottom_config *bottom = &qtcb->bottom.config; local
756 struct fsf_qtcb_bottom_port *bottom = &req->qtcb->bottom.port; local
774 struct fsf_qtcb_bottom_port *bottom = &qtcb->bottom.port; local
1700 struct fsf_qtcb_bottom_support *bottom = &req->qtcb->bottom.support; local
[all...]
H A Dzfcp_scsi.c865 const struct fsf_qtcb_bottom_config *const bottom,
875 "0x%08x", bottom->lic_version);
880 "0x%08x", bottom->hardware_version);
881 memcpy(fc_host_serial_number(shost), bottom->serial_number,
888 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param
890 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload
905 fc_host_port_id(shost) = ntoh24(bottom->s_id);
907 zfcp_fsf_convert_portspeed(bottom->fc_link_speed);
910 bottom->adapter_type);
912 switch (bottom
863 zfcp_scsi_shost_update_config_data( struct zfcp_adapter *const adapter, const struct fsf_qtcb_bottom_config *const bottom, const bool bottom_incomplete) argument
933 zfcp_scsi_shost_update_port_data( struct zfcp_adapter *const adapter, const struct fsf_qtcb_bottom_port *const bottom) argument
[all...]
/linux-master/arch/arm/include/asm/
H A Dstacktrace.h48 extern void dump_mem(const char *lvl, const char *str, unsigned long bottom,
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-type.h32 s32 bottom; member in struct:img_region
/linux-master/include/media/
H A Dv4l2-rect.h121 int right, bottom; local
125 bottom = min(r1->top + r1->height, r2->top + r2->height);
127 r->height = max(0, bottom - r->top);
177 * IF the top side of r1 is below the bottom of r2 OR
178 * the top side of r2 is below the bottom of r1 THEN
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-go7007.c54 u8 *bottom; member in struct:saa7134_go7007
233 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE);
253 virt_to_page(saa->bottom),
440 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL);
441 if (!saa->bottom)
466 if (saa->bottom)
467 free_page((unsigned long)saa->bottom);
488 free_page((unsigned long)saa->bottom);
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-hw.c35 n = f->bottom & 0xFFF;
60 n = f->bottom & 0xFFF;
H A Dg2d.h46 u32 bottom; member in struct:g2d_frame
/linux-master/drivers/video/fbdev/kyro/
H A DSTG4000Interface.h57 u32 right, u32 bottom);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c52 * @bottom: Bottom side of bounding box.
59 s32 left, right, top, bottom; member in struct:vmw_kms_sou_surface_dirty
505 blit->body.destRect.bottom = clip->y2;
597 blit->body.srcRect.bottom = 0;
602 blit->body.destRect.bottom = 0;
620 rect->bottom = clip->y2;
657 blit->body.srcRect.bottom = src_bb.y2;
662 blit->body.destRect.bottom = bb->y2;
669 rect->bottom -= bb->y1;
1012 cmd->body.destRect.bottom
[all...]
H A Dvmwgfx_stdu.c61 * @bottom: Bottom side of bounding box.
70 s32 left, right, top, bottom; member in struct:vmw_stdu_dirty
260 * @bottom: Bottom side of bounding box.
263 s32 left, s32 right, s32 top, s32 bottom)
274 update->body.rect.h = bottom - top;
463 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2);
499 height = ddirty->bottom - ddirty->top;
576 ddirty.right = ddirty.bottom = S32_MIN;
634 sdirty->bottom
262 vmw_stdu_populate_update(void *cmd, int unit, s32 left, s32 right, s32 top, s32 bottom) argument
[all...]
/linux-master/drivers/scsi/
H A Dscsi_devinfo.c628 struct list_head *bottom; member in struct:double_list
637 list_entry(dl->bottom, struct scsi_dev_info_list,
640 if (devinfo_table->scsi_dev_info_list.next == dl->bottom &&
661 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list)
677 dl->bottom = dl->bottom->next;
678 while (&devinfo_table->scsi_dev_info_list == dl->bottom) {
687 dl->bottom = devinfo_table->scsi_dev_info_list.next;
/linux-master/include/uapi/drm/
H A Dqxl_drm.h101 __u32 bottom; member in struct:drm_qxl_update_area
/linux-master/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.h68 u32 bottom; member in struct:dma2d_frame
/linux-master/block/
H A Dblk-settings.c594 * @b: the underlying queue limits (bottom, component device)
602 * all component (bottom) devices. The stacking function will
605 * Returns 0 if the top and bottom queue_limits are compatible. The
607 * ensure alignment with the bottom device. If no compatible sizes
615 unsigned int top, bottom, alignment, ret = 0; local
653 bottom = max(b->physical_block_size, b->io_min) + alignment;
655 /* Verify that top and bottom intervals line up */
656 if (max(top, bottom) % min(top, bottom)) {
729 bottom
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_tv.c882 u16 top, bottom; member in struct:intel_tv_connector_state::__anon655
1186 conn_state->tv.margins.bottom !=
1233 int extra, top, bottom; local
1247 bottom = conn_state->tv.margins.bottom;
1249 if (top + bottom)
1250 top = extra * top / (top + bottom);
1253 bottom = extra - top;
1256 tv_conn_state->margins.bottom = bottom;
[all...]
/linux-master/drivers/video/fbdev/sis/
H A Dsis_accel.h237 #define SiS300SetupClipRB(right,bottom) \
239 MMIO_OUT32(ivideo->mmio_vbase, BR(14), ((right) & 0xFFFF) | (bottom)<<16 );\
363 #define SiS310SetupClipRB(right,bottom) \
365 MMIO_OUT32(ivideo->mmio_vbase, RIGHT_CLIP, ((right) & 0xFFFF) | (bottom)<<16 );\
/linux-master/arch/arm/kernel/
H A Dentry-v7m.S49 subs r2, sp, r0 @ SP above bottom of IRQ stack?
/linux-master/drivers/video/console/
H A Ddummycon.c121 unsigned int bottom, enum con_scroll dir,
120 dummycon_scroll(struct vc_data *vc, unsigned int top, unsigned int bottom, enum con_scroll dir, unsigned int lines) argument

Completed in 501 milliseconds

1234