bottom 1093 arch/arc/kernel/unwind.c unsigned long top, bottom; bottom 1096 arch/arc/kernel/unwind.c bottom = STACK_BOTTOM_UNW(frame->task); bottom 1099 arch/arc/kernel/unwind.c && bottom < UNW_FP(frame) bottom 1102 arch/arc/kernel/unwind.c && bottom > UNW_FP(frame) bottom 1111 arch/arc/kernel/unwind.c && link > bottom && link < UNW_FP(frame) bottom 1113 arch/arc/kernel/unwind.c && link > UNW_FP(frame) && link < bottom bottom 116 arch/arm/kernel/traps.c static void dump_mem(const char *lvl, const char *str, unsigned long bottom, bottom 131 arch/arm/kernel/traps.c printk("%s%s(0x%08lx to 0x%08lx)\n", lvl, str, bottom, top); bottom 133 arch/arm/kernel/traps.c for (first = bottom & ~31; first < top; first += 32) { bottom 141 arch/arm/kernel/traps.c if (p >= bottom && p < top) { bottom 132 arch/arm/mach-omap1/lcd_dma.c unsigned long top, bottom; bottom 168 arch/arm/mach-omap1/lcd_dma.c bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); bottom 173 arch/arm/mach-omap1/lcd_dma.c bottom += 2; bottom 178 arch/arm/mach-omap1/lcd_dma.c bottom = PIXADDR(0, lcd_dma.yres - 1); bottom 188 arch/arm/mach-omap1/lcd_dma.c bottom = PIXADDR(lcd_dma.xres - 1, 0); bottom 193 arch/arm/mach-omap1/lcd_dma.c bottom = PIXADDR(0, 0); bottom 203 arch/arm/mach-omap1/lcd_dma.c bottom = PIXADDR(0, 0); bottom 208 arch/arm/mach-omap1/lcd_dma.c bottom = PIXADDR(lcd_dma.xres - 1, 0); bottom 218 arch/arm/mach-omap1/lcd_dma.c bottom = PIXADDR(0, lcd_dma.yres - 1); bottom 223 arch/arm/mach-omap1/lcd_dma.c bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); bottom 238 arch/arm/mach-omap1/lcd_dma.c omap_writew(bottom >> 16, OMAP1510_DMA_LCD_BOT_F1_U); bottom 239 arch/arm/mach-omap1/lcd_dma.c omap_writew(bottom, OMAP1510_DMA_LCD_BOT_F1_L); bottom 247 arch/arm/mach-omap1/lcd_dma.c omap_writew(bottom >> 16, OMAP1610_DMA_LCD_BOT_B1_U); bottom 248 arch/arm/mach-omap1/lcd_dma.c omap_writew(bottom, OMAP1610_DMA_LCD_BOT_B1_L); bottom 25 arch/nds32/kernel/traps.c void dump_mem(const char *lvl, unsigned long bottom, unsigned long top) bottom 39 arch/nds32/kernel/traps.c pr_emerg("%s(0x%08lx to 0x%08lx)\n", lvl, bottom, top); bottom 41 arch/nds32/kernel/traps.c for (first = bottom & ~31; first < top; first += 32) { bottom 49 arch/nds32/kernel/traps.c if (p >= bottom && p < top) { bottom 16 arch/sh/include/asm/kdebug.h extern void dump_mem(const char *str, unsigned long bottom, unsigned long top); bottom 19 arch/sh/kernel/dumpstack.c void dump_mem(const char *str, unsigned long bottom, unsigned long top) bottom 24 arch/sh/kernel/dumpstack.c printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top); bottom 26 arch/sh/kernel/dumpstack.c for (p = bottom & ~31; p < top; ) { bottom 32 arch/sh/kernel/dumpstack.c if (p < bottom || p >= top) bottom 64 arch/unicore32/kernel/traps.c static void dump_mem(const char *lvl, const char *str, unsigned long bottom, bottom 80 arch/unicore32/kernel/traps.c lvl, str, bottom, top); bottom 82 arch/unicore32/kernel/traps.c for (first = bottom & ~31; first < top; first += 32) { bottom 90 arch/unicore32/kernel/traps.c if (p >= bottom && p < top) { bottom 804 arch/x86/kernel/process.c unsigned long start, bottom, top, sp, fp, ip, ret = 0; bottom 835 arch/x86/kernel/process.c bottom = start; bottom 838 arch/x86/kernel/process.c if (sp < bottom || sp > top) bottom 843 arch/x86/kernel/process.c if (fp < bottom || fp > top) bottom 71 arch/x86/um/os-Linux/task_size.c unsigned long bottom = 0; bottom 101 arch/x86/um/os-Linux/task_size.c for (bottom = 0; bottom < top; bottom++) { bottom 102 arch/x86/um/os-Linux/task_size.c if (page_ok(bottom)) bottom 107 arch/x86/um/os-Linux/task_size.c if (bottom == top) { bottom 113 arch/x86/um/os-Linux/task_size.c printf("0x%lx\n", bottom << UM_KERN_PAGE_SHIFT); bottom 117 arch/x86/um/os-Linux/task_size.c original = bottom; bottom 124 arch/x86/um/os-Linux/task_size.c test = bottom + (top - bottom) / 2; bottom 126 arch/x86/um/os-Linux/task_size.c bottom = test; bottom 129 arch/x86/um/os-Linux/task_size.c } while (top - bottom > 1); bottom 500 block/blk-settings.c unsigned int top, bottom, alignment, ret = 0; bottom 536 block/blk-settings.c bottom = max(b->physical_block_size, b->io_min) + alignment; bottom 539 block/blk-settings.c if (max(top, bottom) % min(top, bottom)) { bottom 596 block/blk-settings.c bottom = b->discard_granularity + alignment; bottom 599 block/blk-settings.c if ((max(top, bottom) % min(top, bottom)) != 0) bottom 659 block/blk-settings.c char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; bottom 662 block/blk-settings.c bdevname(bdev, bottom); bottom 665 block/blk-settings.c top, bottom); bottom 96 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c int bottom = data->v_active - data->recout.y - data->recout.height; bottom 102 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c if (bottom < 0) { bottom 104 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c bottom = 0; bottom 112 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c EXT_OVERSCAN_BOTTOM, bottom, bottom 138 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h int bottom; bottom 396 drivers/gpu/drm/drm_atomic_state_helper.c state->tv.margins.bottom = cmdline->tv_margins.bottom; bottom 702 drivers/gpu/drm/drm_atomic_uapi.c state->tv.margins.bottom = val; bottom 806 drivers/gpu/drm/drm_atomic_uapi.c *val = state->tv.margins.bottom; bottom 1669 drivers/gpu/drm/drm_modes.c mode->tv_margins.bottom = margin; bottom 159 drivers/gpu/drm/gma500/psb_intel_sdvo.c struct drm_property *bottom; bottom 1756 drivers/gpu/drm/gma500/psb_intel_sdvo.c psb_intel_sdvo_connector->bottom, val); bottom 1766 drivers/gpu/drm/gma500/psb_intel_sdvo.c } else if (psb_intel_sdvo_connector->bottom == property) { bottom 2389 drivers/gpu/drm/gma500/psb_intel_sdvo.c psb_intel_sdvo_connector->bottom = bottom 2391 drivers/gpu/drm/gma500/psb_intel_sdvo.c if (!psb_intel_sdvo_connector->bottom) bottom 2395 drivers/gpu/drm/gma500/psb_intel_sdvo.c psb_intel_sdvo_connector->bottom, bottom 141 drivers/gpu/drm/i915/display/intel_sdvo.c struct drm_property *bottom; bottom 2284 drivers/gpu/drm/i915/display/intel_sdvo.c property == intel_sdvo_connector->bottom) bottom 2340 drivers/gpu/drm/i915/display/intel_sdvo.c property == intel_sdvo_connector->bottom) bottom 3076 drivers/gpu/drm/i915/display/intel_sdvo.c intel_sdvo_connector->bottom = bottom 3079 drivers/gpu/drm/i915/display/intel_sdvo.c if (!intel_sdvo_connector->bottom) bottom 3083 drivers/gpu/drm/i915/display/intel_sdvo.c intel_sdvo_connector->bottom, 0); bottom 875 drivers/gpu/drm/i915/display/intel_tv.c u16 top, bottom; bottom 1178 drivers/gpu/drm/i915/display/intel_tv.c conn_state->tv.margins.bottom != bottom 1214 drivers/gpu/drm/i915/display/intel_tv.c int extra, top, bottom; bottom 1227 drivers/gpu/drm/i915/display/intel_tv.c bottom = conn_state->tv.margins.bottom; bottom 1229 drivers/gpu/drm/i915/display/intel_tv.c if (top + bottom) bottom 1230 drivers/gpu/drm/i915/display/intel_tv.c top = extra * top / (top + bottom); bottom 1233 drivers/gpu/drm/i915/display/intel_tv.c bottom = extra - top; bottom 1236 drivers/gpu/drm/i915/display/intel_tv.c tv_conn_state->margins.bottom = bottom; bottom 1247 drivers/gpu/drm/i915/display/intel_tv.c tv_conn_state->margins.bottom = conn_state->tv.margins.bottom; bottom 1325 drivers/gpu/drm/i915/display/intel_tv.c tv_conn_state->margins.bottom); bottom 1547 drivers/gpu/drm/i915/display/intel_tv.c tv_conn_state->margins.bottom); bottom 1841 drivers/gpu/drm/i915/display/intel_tv.c old_state->tv.margins.bottom != new_state->tv.margins.bottom) { bottom 1960 drivers/gpu/drm/i915/display/intel_tv.c state->tv.margins.bottom = 37; bottom 1992 drivers/gpu/drm/i915/display/intel_tv.c state->tv.margins.bottom); bottom 50 drivers/gpu/drm/meson/meson_plane.c #define VSC_INI_PHASE_BOT(bottom) FIELD_PREP(GENMASK(31, 16), bottom) bottom 808 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c int bottom[COMP_MAX]; bottom 884 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c src_h, pe->top, pe->bottom); bottom 993 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c pe.top, pe.bottom, false); bottom 350 drivers/gpu/drm/qxl/qxl_cmd.c area->right > surface_width || area->bottom > surface_height) bottom 562 drivers/gpu/drm/qxl/qxl_cmd.c rect.bottom = surf->surf.height; bottom 216 drivers/gpu/drm/qxl/qxl_dev.h int32_t bottom; bottom 223 drivers/gpu/drm/qxl/qxl_dev.h uint32_t bottom; bottom 120 drivers/gpu/drm/qxl/qxl_display.c if (client_head->height != c_rect->bottom - c_rect->top) { bottom 121 drivers/gpu/drm/qxl/qxl_display.c client_head->height = c_rect->bottom - c_rect->top; bottom 92 drivers/gpu/drm/qxl/qxl_draw.c drawable->self_bitmap_area.bottom = 0; bottom 137 drivers/gpu/drm/qxl/qxl_draw.c int left, right, top, bottom; bottom 161 drivers/gpu/drm/qxl/qxl_draw.c bottom = clips->y2; bottom 169 drivers/gpu/drm/qxl/qxl_draw.c bottom = max_t(int, bottom, (int)clips_ptr->y2); bottom 173 drivers/gpu/drm/qxl/qxl_draw.c height = bottom - top; bottom 193 drivers/gpu/drm/qxl/qxl_draw.c drawable_rect.bottom = bottom; bottom 223 drivers/gpu/drm/qxl/qxl_draw.c drawable->u.copy.src_area.bottom = height; bottom 242 drivers/gpu/drm/qxl/qxl_draw.c rects[i].bottom = clips_ptr->y2; bottom 309 drivers/gpu/drm/qxl/qxl_ioctl.c .bottom = update_area->bottom}; bottom 316 drivers/gpu/drm/qxl/qxl_ioctl.c update_area->top >= update_area->bottom) bottom 954 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c FAIL_ON(mode.tv_margins.bottom != 36); bottom 58 drivers/gpu/drm/vc4/vc4_crtc.c unsigned int bottom; bottom 596 drivers/gpu/drm/vc4/vc4_crtc.c unsigned int *top, unsigned int *bottom) bottom 606 drivers/gpu/drm/vc4/vc4_crtc.c *bottom = vc4_state->margins.bottom; bottom 620 drivers/gpu/drm/vc4/vc4_crtc.c *bottom = conn_state->tv.margins.bottom; bottom 675 drivers/gpu/drm/vc4/vc4_crtc.c vc4_state->margins.bottom = conn_state->tv.margins.bottom; bottom 754 drivers/gpu/drm/vc4/vc4_drv.h unsigned int *top, unsigned int *bottom); bottom 404 drivers/gpu/drm/vc4/vc4_hdmi.c frame.avi.bottom_bar = cstate->tv.margins.bottom; bottom 264 drivers/gpu/drm/vc4/vc4_plane.c unsigned int left, right, top, bottom, adjhdisplay, adjvdisplay; bottom 270 drivers/gpu/drm/vc4/vc4_plane.c vc4_crtc_get_margins(crtc_state, &left, &right, &top, &bottom); bottom 271 drivers/gpu/drm/vc4/vc4_plane.c if (!left && !right && !top && !bottom) bottom 275 drivers/gpu/drm/vc4/vc4_plane.c top + bottom >= crtc_state->mode.vdisplay) bottom 286 drivers/gpu/drm/vc4/vc4_plane.c adjvdisplay = crtc_state->mode.vdisplay - (top + bottom); bottom 714 drivers/gpu/drm/vmwgfx/device_include/svga_reg.h int32 bottom; bottom 58 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c s32 left, right, top, bottom; bottom 514 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c blit->body.destRect.bottom = clip->y2; bottom 607 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c blit->body.srcRect.bottom = 0; bottom 612 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c blit->body.destRect.bottom = 0; bottom 630 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c rect->bottom = clip->y2; bottom 667 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c blit->body.srcRect.bottom = src_bb.y2; bottom 672 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c blit->body.destRect.bottom = bb->y2; bottom 679 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c rect->bottom -= bb->y1; bottom 1048 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c cmd->body.destRect.bottom = sdirty->bottom; bottom 1053 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c cmd->body.srcRect.bottom = sdirty->bottom + trans_y; bottom 1063 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c blit->bottom -= sdirty->top; bottom 1069 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c sdirty->right = sdirty->bottom = S32_MIN; bottom 1092 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c blit->bottom = dirty->unit_y2; bottom 1098 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); bottom 1163 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c sdirty.right = sdirty.bottom = S32_MIN; bottom 1218 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c blit->body.destRect.bottom = dirty->unit_y2; bottom 1328 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c blit->body.srcRect.bottom = dirty->unit_y2; bottom 70 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c s32 left, right, top, bottom; bottom 259 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c s32 left, s32 right, s32 top, s32 bottom) bottom 270 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c update->body.rect.h = bottom - top; bottom 478 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); bottom 522 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c ddirty->top, ddirty->bottom); bottom 529 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c ddirty->right = ddirty->bottom = S32_MIN; bottom 551 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); bottom 587 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c height = ddirty->bottom - ddirty->top; bottom 644 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c ddirty->right = ddirty->bottom = S32_MIN; bottom 706 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c ddirty.right = ddirty.bottom = S32_MIN; bottom 774 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); bottom 818 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c sdirty->right, sdirty->top, sdirty->bottom); bottom 823 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c sdirty->right = sdirty->bottom = S32_MIN; bottom 891 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c sdirty.right = sdirty.bottom = S32_MIN; bottom 697 drivers/infiniband/hw/qib/qib.h u32 bottom; bottom 749 drivers/infiniband/hw/qib/qib_diag.c if (addr >= op->bottom && addr <= op->top) bottom 2306 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c unsigned bottom = b->top + b->height - 1; bottom 2311 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c frame_line == bottom || frame_line == bottom - 1) { bottom 3392 drivers/media/pci/bt8xx/bttv-driver.c btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0); bottom 3396 drivers/media/pci/bt8xx/bttv-driver.c btv->curr.bottom bottom 3397 drivers/media/pci/bt8xx/bttv-driver.c ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); bottom 3400 drivers/media/pci/bt8xx/bttv-driver.c btv->screen ? (unsigned long long)btv->screen->bottom.dma : 0); bottom 3477 drivers/media/pci/bt8xx/bttv-driver.c set->bottom = item; bottom 3511 drivers/media/pci/bt8xx/bttv-driver.c if (NULL == set->bottom && bottom 3513 drivers/media/pci/bt8xx/bttv-driver.c set->bottom = item; bottom 3515 drivers/media/pci/bt8xx/bttv-driver.c if (NULL != set->top && NULL != set->bottom) bottom 3524 drivers/media/pci/bt8xx/bttv-driver.c if (NULL == set->top && NULL == set->bottom) { bottom 3526 drivers/media/pci/bt8xx/bttv-driver.c set->bottom = btv->screen; bottom 3534 drivers/media/pci/bt8xx/bttv-driver.c NULL == set->bottom) { bottom 3535 drivers/media/pci/bt8xx/bttv-driver.c set->bottom = btv->screen; bottom 3541 drivers/media/pci/bt8xx/bttv-driver.c btv->c.nr, set->top, set->bottom, bottom 3552 drivers/media/pci/bt8xx/bttv-driver.c if (wakeup->top == wakeup->bottom) { bottom 3572 drivers/media/pci/bt8xx/bttv-driver.c if (NULL != wakeup->bottom && curr->bottom != wakeup->bottom) { bottom 3575 drivers/media/pci/bt8xx/bttv-driver.c btv->c.nr, wakeup->bottom); bottom 3576 drivers/media/pci/bt8xx/bttv-driver.c wakeup->bottom->vb.ts = ts; bottom 3577 drivers/media/pci/bt8xx/bttv-driver.c wakeup->bottom->vb.field_count = btv->field_count; bottom 3578 drivers/media/pci/bt8xx/bttv-driver.c wakeup->bottom->vb.state = state; bottom 3579 drivers/media/pci/bt8xx/bttv-driver.c wake_up(&wakeup->bottom->vb.done); bottom 3690 drivers/media/pci/bt8xx/bttv-driver.c (btv->curr.bottom && is_active(&btv->curr.bottom->bottom, rc))) { bottom 3731 drivers/media/pci/bt8xx/bttv-driver.c is_active(&old->bottom, rc))) { bottom 460 drivers/media/pci/bt8xx/bttv-risc.c if (NULL != btv->curr.bottom) btv->cap_ctl |= 0x01; bottom 472 drivers/media/pci/bt8xx/bttv-risc.c btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, bottom 473 drivers/media/pci/bt8xx/bttv-risc.c btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); bottom 579 drivers/media/pci/bt8xx/bttv-risc.c btcx_riscmem_free(btv->c.pci,&buf->bottom); bottom 589 drivers/media/pci/bt8xx/bttv-risc.c struct btcx_riscmem *bottom; bottom 594 drivers/media/pci/bt8xx/bttv-risc.c bottom = NULL; bottom 625 drivers/media/pci/bt8xx/bttv-risc.c bottom = &vbi->bottom; bottom 631 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_hook(btv, RISC_SLOT_E_VBI, bottom, bottom_irq_flags); bottom 641 drivers/media/pci/bt8xx/bttv-risc.c if (NULL != set->top && NULL != set->bottom) { bottom 642 drivers/media/pci/bt8xx/bttv-risc.c if (set->top == set->bottom) { bottom 648 drivers/media/pci/bt8xx/bttv-risc.c set->bottom->vb.state = VIDEOBUF_ACTIVE; bottom 651 drivers/media/pci/bt8xx/bttv-risc.c if (set->bottom->vb.queue.next) bottom 652 drivers/media/pci/bt8xx/bttv-risc.c list_del(&set->bottom->vb.queue); bottom 655 drivers/media/pci/bt8xx/bttv-risc.c bttv_apply_geo(btv, &set->bottom->geo,0); bottom 658 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_hook(btv, RISC_SLOT_E_FIELD, &set->bottom->bottom, bottom 660 drivers/media/pci/bt8xx/bttv-risc.c btaor((set->top->btformat & 0xf0) | (set->bottom->btformat & 0x0f), bottom 662 drivers/media/pci/bt8xx/bttv-risc.c btaor((set->top->btswap & 0x0a) | (set->bottom->btswap & 0x05), bottom 675 drivers/media/pci/bt8xx/bttv-risc.c } else if (NULL != set->bottom) { bottom 676 drivers/media/pci/bt8xx/bttv-risc.c set->bottom->vb.state = VIDEOBUF_ACTIVE; bottom 677 drivers/media/pci/bt8xx/bttv-risc.c if (set->bottom->vb.queue.next) bottom 678 drivers/media/pci/bt8xx/bttv-risc.c list_del(&set->bottom->vb.queue); bottom 679 drivers/media/pci/bt8xx/bttv-risc.c bttv_apply_geo(btv, &set->bottom->geo,1); bottom 680 drivers/media/pci/bt8xx/bttv-risc.c bttv_apply_geo(btv, &set->bottom->geo,0); bottom 682 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_hook(btv, RISC_SLOT_E_FIELD, &set->bottom->bottom, bottom 684 drivers/media/pci/bt8xx/bttv-risc.c btaor(set->bottom->btformat & 0xff, ~0xff, BT848_COLOR_FMT); bottom 685 drivers/media/pci/bt8xx/bttv-risc.c btaor(set->bottom->btswap & 0x0f, ~0x0f, BT848_COLOR_CTL); bottom 723 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_packed(btv,&buf->bottom,dma->sglist, bottom 729 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_packed(btv,&buf->bottom,dma->sglist, bottom 735 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_packed(btv,&buf->bottom,dma->sglist, bottom 777 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_planar(btv, &buf->bottom, dma->sglist, bottom 796 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_planar(btv,&buf->bottom, bottom 820 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_planar(btv,&buf->bottom, bottom 843 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_packed(btv, &buf->bottom, dma->sglist, bottom 878 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_overlay(btv, &buf->bottom, fmt, ov, 0, 0); bottom 882 drivers/media/pci/bt8xx/bttv-risc.c bttv_risc_overlay(btv, &buf->bottom, fmt, ov, 1, 0); bottom 165 drivers/media/pci/bt8xx/bttv-vbi.c rc = bttv_risc_packed(btv, &buf->bottom, bottom 189 drivers/media/pci/bt8xx/bttv-vbi.c vb, &buf->top, &buf->bottom, bottom 155 drivers/media/pci/bt8xx/bttvp.h struct btcx_riscmem bottom; bottom 163 drivers/media/pci/bt8xx/bttvp.h struct bttv_buffer *bottom; /* bottom field buffer */ bottom 54 drivers/media/pci/saa7134/saa7134-go7007.c u8 *bottom; bottom 238 drivers/media/pci/saa7134/saa7134-go7007.c go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE); bottom 258 drivers/media/pci/saa7134/saa7134-go7007.c virt_to_page(saa->bottom), bottom 445 drivers/media/pci/saa7134/saa7134-go7007.c saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); bottom 446 drivers/media/pci/saa7134/saa7134-go7007.c if (!saa->bottom) bottom 471 drivers/media/pci/saa7134/saa7134-go7007.c if (saa->bottom) bottom 472 drivers/media/pci/saa7134/saa7134-go7007.c free_page((unsigned long)saa->bottom); bottom 493 drivers/media/pci/saa7134/saa7134-go7007.c free_page((unsigned long)saa->bottom); bottom 1821 drivers/media/platform/omap3isp/isppreview.c unsigned int bottom = sink->height - PREV_MARGIN_BOTTOM; bottom 1842 drivers/media/platform/omap3isp/isppreview.c bottom -= 2; bottom 1850 drivers/media/platform/omap3isp/isppreview.c crop->top = clamp_t(u32, crop->top, top, bottom - PREV_MIN_OUT_HEIGHT); bottom 1854 drivers/media/platform/omap3isp/isppreview.c bottom - crop->top); bottom 35 drivers/media/platform/s5p-g2d/g2d-hw.c n = f->bottom & 0xFFF; bottom 60 drivers/media/platform/s5p-g2d/g2d-hw.c n = f->bottom & 0xFFF; bottom 68 drivers/media/platform/s5p-g2d/g2d.c .bottom = DEFAULT_HEIGHT, bottom 391 drivers/media/platform/s5p-g2d/g2d.c frm->bottom = frm->height; bottom 493 drivers/media/platform/s5p-g2d/g2d.c f->bottom = f->o_height + f->c_height; bottom 46 drivers/media/platform/s5p-g2d/g2d.h u32 bottom; bottom 754 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c u32 left, right, top, bottom; bottom 772 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c bottom = top >> S5P_FIMV_SHARED_CROP_BOTTOM_SHIFT; bottom 775 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c height = ctx->img_height - top - bottom; bottom 777 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c left, top, s->r.width, s->r.height, right, bottom, bottom 130 drivers/media/usb/gspca/mars.c static void setilluminators(struct gspca_dev *gspca_dev, bool top, bool bottom) bottom 136 drivers/media/usb/gspca/mars.c else if (bottom) bottom 277 drivers/net/ethernet/cadence/macb_main.c u32 bottom; bottom 280 drivers/net/ethernet/cadence/macb_main.c bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr)); bottom 281 drivers/net/ethernet/cadence/macb_main.c macb_or_gem_writel(bp, SA1B, bottom); bottom 296 drivers/net/ethernet/cadence/macb_main.c u32 bottom; bottom 303 drivers/net/ethernet/cadence/macb_main.c bottom = macb_or_gem_readl(bp, SA1B + i * 8); bottom 306 drivers/net/ethernet/cadence/macb_main.c addr[0] = bottom & 0xff; bottom 307 drivers/net/ethernet/cadence/macb_main.c addr[1] = (bottom >> 8) & 0xff; bottom 308 drivers/net/ethernet/cadence/macb_main.c addr[2] = (bottom >> 16) & 0xff; bottom 309 drivers/net/ethernet/cadence/macb_main.c addr[3] = (bottom >> 24) & 0xff; bottom 194 drivers/net/wireless/intersil/hostap/hostap_common.h __le16 bottom; bottom 654 drivers/s390/scsi/zfcp_dbf.c fcp_rsp = &(fsf->qtcb->bottom.io.fcp_rsp.iu); bottom 313 drivers/s390/scsi/zfcp_dbf.h fcp_rsp = &qtcb->bottom.io.fcp_rsp.iu.resp; bottom 369 drivers/s390/scsi/zfcp_fsf.c (unsigned long long)qtcb->bottom.support.req_handle); bottom 489 drivers/s390/scsi/zfcp_fsf.c struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; bottom 495 drivers/s390/scsi/zfcp_fsf.c nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param bottom 497 drivers/s390/scsi/zfcp_fsf.c plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload bottom 501 drivers/s390/scsi/zfcp_fsf.c memcpy(req->data, bottom, sizeof(*bottom)); bottom 507 drivers/s390/scsi/zfcp_fsf.c adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK; bottom 508 drivers/s390/scsi/zfcp_fsf.c adapter->stat_read_buf_num = max(bottom->status_read_buf_num, bottom 521 drivers/s390/scsi/zfcp_fsf.c fc_host_port_id(shost) = ntoh24(bottom->s_id); bottom 523 drivers/s390/scsi/zfcp_fsf.c zfcp_fsf_convert_portspeed(bottom->fc_link_speed); bottom 525 drivers/s390/scsi/zfcp_fsf.c adapter->hydra_version = bottom->adapter_type; bottom 527 drivers/s390/scsi/zfcp_fsf.c switch (bottom->fc_topology) { bottom 529 drivers/s390/scsi/zfcp_fsf.c adapter->peer_d_id = ntoh24(bottom->peer_d_id); bottom 535 drivers/s390/scsi/zfcp_fsf.c if (bottom->connection_features & FSF_FEATURE_NPIV_MODE) bottom 558 drivers/s390/scsi/zfcp_fsf.c struct fsf_qtcb_bottom_config *bottom = &qtcb->bottom.config; bottom 564 drivers/s390/scsi/zfcp_fsf.c adapter->fsf_lic_version = bottom->lic_version; bottom 565 drivers/s390/scsi/zfcp_fsf.c adapter->adapter_features = bottom->adapter_features; bottom 566 drivers/s390/scsi/zfcp_fsf.c adapter->connection_features = bottom->connection_features; bottom 576 drivers/s390/scsi/zfcp_fsf.c if (bottom->max_qtcb_size < sizeof(struct fsf_qtcb)) { bottom 580 drivers/s390/scsi/zfcp_fsf.c bottom->max_qtcb_size); bottom 610 drivers/s390/scsi/zfcp_fsf.c adapter->hardware_version = bottom->hardware_version; bottom 611 drivers/s390/scsi/zfcp_fsf.c memcpy(fc_host_serial_number(shost), bottom->serial_number, bottom 617 drivers/s390/scsi/zfcp_fsf.c if (FSF_QTCB_CURRENT_VERSION < bottom->low_qtcb_version) { bottom 624 drivers/s390/scsi/zfcp_fsf.c if (FSF_QTCB_CURRENT_VERSION > bottom->high_qtcb_version) { bottom 635 drivers/s390/scsi/zfcp_fsf.c struct fsf_qtcb_bottom_port *bottom = &req->qtcb->bottom.port; bottom 639 drivers/s390/scsi/zfcp_fsf.c memcpy(req->data, bottom, sizeof(*bottom)); bottom 642 drivers/s390/scsi/zfcp_fsf.c fc_host_permanent_port_name(shost) = bottom->wwpn; bottom 645 drivers/s390/scsi/zfcp_fsf.c fc_host_maxframe_size(shost) = bottom->maximum_frame_size; bottom 647 drivers/s390/scsi/zfcp_fsf.c zfcp_fsf_convert_portspeed(bottom->supported_speed); bottom 648 drivers/s390/scsi/zfcp_fsf.c memcpy(fc_host_supported_fc4s(shost), bottom->supported_fc4_types, bottom 650 drivers/s390/scsi/zfcp_fsf.c memcpy(fc_host_active_fc4s(shost), bottom->active_fc4_types, bottom 939 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.support.req_handle = (u64) old_req_id; bottom 1024 drivers/s390/scsi/zfcp_fsf.c qtcb->bottom.support.req_buf_length = bottom 1028 drivers/s390/scsi/zfcp_fsf.c qtcb->bottom.support.resp_buf_length = bottom 1050 drivers/s390/scsi/zfcp_fsf.c qtcb->bottom.support.req_buf_length = zfcp_qdio_real_bytes(sg_req); bottom 1058 drivers/s390/scsi/zfcp_fsf.c qtcb->bottom.support.resp_buf_length = zfcp_qdio_real_bytes(sg_resp); bottom 1079 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.support.service_class = FSF_CLASS_3; bottom 1080 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.support.timeout = timeout; bottom 1219 drivers/s390/scsi/zfcp_fsf.c hton24(req->qtcb->bottom.support.d_id, d_id); bottom 1262 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.config.feature_selection = bottom 1302 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.config.feature_selection = bottom 1475 drivers/s390/scsi/zfcp_fsf.c plogi = (struct fc_els_flogi *) req->qtcb->bottom.support.els; bottom 1476 drivers/s390/scsi/zfcp_fsf.c if (req->qtcb->bottom.support.els1_length >= bottom 1518 drivers/s390/scsi/zfcp_fsf.c hton24(req->qtcb->bottom.support.d_id, port->d_id); bottom 1660 drivers/s390/scsi/zfcp_fsf.c hton24(req->qtcb->bottom.support.d_id, wka_port->d_id); bottom 1933 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.support.fcp_lun = zfcp_scsi_dev_lun(erp_action->sdev); bottom 1940 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.support.option = FSF_OPEN_LUN_SUPPRESS_BOXING; bottom 2074 drivers/s390/scsi/zfcp_fsf.c switch (req->qtcb->bottom.io.data_direction) { bottom 2137 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.io.data_direction, bottom 2146 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.io.fcp_cmnd_length); bottom 2209 drivers/s390/scsi/zfcp_fsf.c fcp_rsp = &req->qtcb->bottom.io.fcp_rsp.iu; bottom 2305 drivers/s390/scsi/zfcp_fsf.c io = &req->qtcb->bottom.io; bottom 2323 drivers/s390/scsi/zfcp_fsf.c fcp_cmnd = &req->qtcb->bottom.io.fcp_cmnd.iu; bottom 2370 drivers/s390/scsi/zfcp_fsf.c fcp_rsp = &req->qtcb->bottom.io.fcp_rsp.iu; bottom 2415 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.io.data_direction = FSF_DATADIR_CMND; bottom 2416 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.io.service_class = FSF_CLASS_3; bottom 2417 drivers/s390/scsi/zfcp_fsf.c req->qtcb->bottom.io.fcp_cmnd_length = FCP_CMND_LEN; bottom 2421 drivers/s390/scsi/zfcp_fsf.c fcp_cmnd = &req->qtcb->bottom.io.fcp_cmnd.iu; bottom 423 drivers/s390/scsi/zfcp_fsf.h union fsf_qtcb_bottom bottom; bottom 620 drivers/scsi/scsi_devinfo.c struct list_head *bottom; bottom 629 drivers/scsi/scsi_devinfo.c list_entry(dl->bottom, struct scsi_dev_info_list, bottom 632 drivers/scsi/scsi_devinfo.c if (devinfo_table->scsi_dev_info_list.next == dl->bottom && bottom 653 drivers/scsi/scsi_devinfo.c list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list) bottom 669 drivers/scsi/scsi_devinfo.c dl->bottom = dl->bottom->next; bottom 670 drivers/scsi/scsi_devinfo.c while (&devinfo_table->scsi_dev_info_list == dl->bottom) { bottom 679 drivers/scsi/scsi_devinfo.c dl->bottom = devinfo_table->scsi_dev_info_list.next; bottom 384 drivers/staging/wlan-ng/hfa384x.h u16 bottom; bottom 957 drivers/staging/wlan-ng/hfa384x.h u16 bottom; bottom 964 drivers/staging/wlan-ng/hfa384x.h u16 bottom; bottom 321 drivers/staging/wlan-ng/prism2fw.c priid.bottom = *data++; bottom 629 drivers/staging/wlan-ng/prism2fw.c le16_to_cpus(&rfid.bottom); bottom 638 drivers/staging/wlan-ng/prism2fw.c le16_to_cpus(&macid.bottom); bottom 1151 drivers/staging/wlan-ng/prism2fw.c rfid.id, rfid.variant, rfid.bottom, rfid.top); bottom 1153 drivers/staging/wlan-ng/prism2fw.c macid.id, macid.variant, macid.bottom, macid.top); bottom 1155 drivers/staging/wlan-ng/prism2fw.c priid.id, priid.variant, priid.bottom, priid.top); bottom 1171 drivers/staging/wlan-ng/prism2fw.c s3info[i].info.compat.bottom, bottom 1186 drivers/staging/wlan-ng/prism2fw.c if ((s3info[i].info.compat.bottom > bottom 1189 drivers/staging/wlan-ng/prism2fw.c priid.bottom)) { bottom 684 drivers/staging/wlan-ng/prism2sta.c le16_to_cpus(&hw->cap_sup_mfi.bottom); bottom 690 drivers/staging/wlan-ng/prism2sta.c hw->cap_sup_mfi.variant, hw->cap_sup_mfi.bottom, bottom 708 drivers/staging/wlan-ng/prism2sta.c le16_to_cpus(&hw->cap_sup_cfi.bottom); bottom 714 drivers/staging/wlan-ng/prism2sta.c hw->cap_sup_cfi.variant, hw->cap_sup_cfi.bottom, bottom 732 drivers/staging/wlan-ng/prism2sta.c le16_to_cpus(&hw->cap_sup_pri.bottom); bottom 738 drivers/staging/wlan-ng/prism2sta.c hw->cap_sup_pri.variant, hw->cap_sup_pri.bottom, bottom 756 drivers/staging/wlan-ng/prism2sta.c le16_to_cpus(&hw->cap_sup_sta.bottom); bottom 763 drivers/staging/wlan-ng/prism2sta.c hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, bottom 769 drivers/staging/wlan-ng/prism2sta.c hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, bottom 788 drivers/staging/wlan-ng/prism2sta.c le16_to_cpus(&hw->cap_act_pri_cfi.bottom); bottom 794 drivers/staging/wlan-ng/prism2sta.c hw->cap_act_pri_cfi.variant, hw->cap_act_pri_cfi.bottom, bottom 812 drivers/staging/wlan-ng/prism2sta.c le16_to_cpus(&hw->cap_act_sta_cfi.bottom); bottom 818 drivers/staging/wlan-ng/prism2sta.c hw->cap_act_sta_cfi.variant, hw->cap_act_sta_cfi.bottom, bottom 836 drivers/staging/wlan-ng/prism2sta.c le16_to_cpus(&hw->cap_act_sta_mfi.bottom); bottom 842 drivers/staging/wlan-ng/prism2sta.c hw->cap_act_sta_mfi.variant, hw->cap_act_sta_mfi.bottom, bottom 1331 drivers/usb/misc/sisusbvga/sisusb_con.c unsigned int bottom, enum con_scroll dir, bottom 116 drivers/video/console/dummycon.c unsigned int bottom, enum con_scroll dir, bottom 300 drivers/video/fbdev/arcfb.c unsigned int bottom, unsigned int left, unsigned int right) bottom 304 drivers/video/fbdev/arcfb.c distance = (bottom - top) + 1; bottom 143 drivers/video/fbdev/fb-puv3.c int bottom = info->var.yres - 1; bottom 147 drivers/video/fbdev/fb-puv3.c bottom = (bottom << 16) | right; bottom 168 drivers/video/fbdev/fb-puv3.c writel(bottom, UGE_CLIP1); bottom 233 drivers/video/fbdev/fb-puv3.c int bottom = info->var.yres; bottom 264 drivers/video/fbdev/fb-puv3.c bottom = (bottom << 16) | right; bottom 273 drivers/video/fbdev/fb-puv3.c writel(bottom, UGE_CLIP1); bottom 57 drivers/video/fbdev/kyro/STG4000Interface.h u32 right, u32 bottom); bottom 319 drivers/video/fbdev/kyro/STG4000OverlayDevice.c u32 right, u32 bottom) bottom 354 drivers/video/fbdev/kyro/STG4000OverlayDevice.c srcDest.ulDstY2 = bottom; bottom 474 drivers/video/fbdev/mbx/mbxfb.c if (porder->bottom == porder->top) bottom 483 drivers/video/fbdev/mbx/mbxfb.c switch (porder->bottom) { bottom 237 drivers/video/fbdev/sis/sis_accel.h #define SiS300SetupClipRB(right,bottom) \ bottom 239 drivers/video/fbdev/sis/sis_accel.h MMIO_OUT32(ivideo->mmio_vbase, BR(14), ((right) & 0xFFFF) | (bottom)<<16 );\ bottom 363 drivers/video/fbdev/sis/sis_accel.h #define SiS310SetupClipRB(right,bottom) \ bottom 365 drivers/video/fbdev/sis/sis_accel.h MMIO_OUT32(ivideo->mmio_vbase, RIGHT_CLIP, ((right) & 0xFFFF) | (bottom)<<16 );\ bottom 100 fs/hfs/hfs.h __be16 bottom; bottom 230 fs/hfsplus/hfsplus_raw.h __be16 bottom; bottom 480 include/drm/drm_connector.h unsigned int bottom; bottom 60 include/linux/console.h unsigned int bottom, enum con_scroll dir, bottom 121 include/media/v4l2-rect.h int right, bottom; bottom 125 include/media/v4l2-rect.h bottom = min(r1->top + r1->height, r2->top + r2->height); bottom 127 include/media/v4l2-rect.h r->height = max(0, bottom - r->top); bottom 101 include/uapi/drm/qxl_drm.h __u32 bottom; bottom 82 include/video/mbxfb.h __u8 bottom; bottom 653 net/rxrpc/input.c rxrpc_seq_t top, bottom, seq; bottom 658 net/rxrpc/input.c bottom = call->tx_hard_ack + 1; bottom 660 net/rxrpc/input.c if (before(bottom, top)) { bottom 661 net/rxrpc/input.c for (seq = bottom; before_eq(seq, top); seq++) { bottom 14 net/xfrm/xfrm_replay.c u32 seq, seq_hi, bottom; bottom 22 net/xfrm/xfrm_replay.c bottom = replay_esn->seq - replay_esn->replay_window + 1; bottom 26 net/xfrm/xfrm_replay.c if (unlikely(seq < bottom)) bottom 30 net/xfrm/xfrm_replay.c if (unlikely(seq >= bottom)) bottom 433 net/xfrm/xfrm_replay.c u32 bottom = top - wsize + 1; bottom 446 net/xfrm/xfrm_replay.c if (likely(seq > top) || seq < bottom) bottom 450 net/xfrm/xfrm_replay.c if (likely(seq > top && seq < bottom)) bottom 452 net/xfrm/xfrm_replay.c if (seq >= bottom) bottom 872 scripts/kconfig/qconf.cc if (e->y() <= header()->geometry().bottom()) {