Searched refs:bottom (Results 1 - 25 of 96) 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.c50 * @bottom: Bottom side of bounding box.
57 s32 left, right, top, bottom; member in struct:vmw_kms_sou_surface_dirty
513 blit->body.destRect.bottom = clip->y2;
605 blit->body.srcRect.bottom = 0;
610 blit->body.destRect.bottom = 0;
628 rect->bottom = clip->y2;
665 blit->body.srcRect.bottom = src_bb.y2;
670 blit->body.destRect.bottom = bb->y2;
677 rect->bottom -= bb->y1;
1017 cmd->body.destRect.bottom
[all...]
H A Dvmwgfx_stdu.c59 * @bottom: Bottom side of bounding box.
68 s32 left, right, top, bottom; member in struct:vmw_stdu_dirty
258 * @bottom: Bottom side of bounding box.
261 s32 left, s32 right, s32 top, s32 bottom)
272 update->body.rect.h = bottom - top;
469 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2);
505 height = ddirty->bottom - ddirty->top;
582 ddirty.right = ddirty.bottom = S32_MIN;
640 sdirty->bottom
260 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.c626 struct list_head *bottom; member in struct:double_list
635 list_entry(dl->bottom, struct scsi_dev_info_list,
638 if (devinfo_table->scsi_dev_info_list.next == dl->bottom &&
659 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list)
675 dl->bottom = dl->bottom->next;
676 while (&devinfo_table->scsi_dev_info_list == dl->bottom) {
685 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/drivers/staging/wlan-ng/
H A Dprism2sta.c666 le16_to_cpus(&hw->cap_sup_mfi.bottom);
672 hw->cap_sup_mfi.variant, hw->cap_sup_mfi.bottom,
690 le16_to_cpus(&hw->cap_sup_cfi.bottom);
696 hw->cap_sup_cfi.variant, hw->cap_sup_cfi.bottom,
714 le16_to_cpus(&hw->cap_sup_pri.bottom);
720 hw->cap_sup_pri.variant, hw->cap_sup_pri.bottom,
738 le16_to_cpus(&hw->cap_sup_sta.bottom);
745 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom,
751 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom,
770 le16_to_cpus(&hw->cap_act_pri_cfi.bottom);
[all...]
H A Dprism2fw.c300 priid.bottom = *data++;
608 le16_to_cpus(&rfid.bottom);
617 le16_to_cpus(&macid.bottom);
1128 rfid.id, rfid.variant, rfid.bottom, rfid.top);
1130 macid.id, macid.variant, macid.bottom, macid.top);
1132 priid.id, priid.variant, priid.bottom, priid.top);
1148 s3info[i].info.compat.bottom,
1163 if ((s3info[i].info.compat.bottom >
1166 priid.bottom)) {
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_tv.c882 u16 top, bottom; member in struct:intel_tv_connector_state::__anon416
1188 conn_state->tv.margins.bottom !=
1235 int extra, top, bottom; local
1249 bottom = conn_state->tv.margins.bottom;
1251 if (top + bottom)
1252 top = extra * top / (top + bottom);
1255 bottom = extra - top;
1258 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?

Completed in 532 milliseconds

1234