/linux-4.4.14/arch/x86/um/os-Linux/ |
D | task_size.c | 70 unsigned long bottom = 0; in os_get_top_address() local 100 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address() 101 if (page_ok(bottom)) in os_get_top_address() 106 if (bottom == top) { in os_get_top_address() 112 printf("0x%x\n", bottom << UM_KERN_PAGE_SHIFT); in os_get_top_address() 116 original = bottom; in os_get_top_address() 123 test = bottom + (top - bottom) / 2; in os_get_top_address() 125 bottom = test; in os_get_top_address() 128 } while (top - bottom > 1); in os_get_top_address()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 470 if (NULL != btv->curr.bottom) btv->cap_ctl |= 0x01; in bttv_set_dma() 482 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, in bttv_set_dma() 483 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_set_dma() 589 btcx_riscmem_free(btv->c.pci,&buf->bottom); in bttv_dma_free() 599 struct btcx_riscmem *bottom; in bttv_buffer_activate_vbi() local 604 bottom = NULL; in bttv_buffer_activate_vbi() 635 bottom = &vbi->bottom; in bttv_buffer_activate_vbi() 641 bttv_risc_hook(btv, RISC_SLOT_E_VBI, bottom, bottom_irq_flags); in bttv_buffer_activate_vbi() 651 if (NULL != set->top && NULL != set->bottom) { in bttv_buffer_activate_video() 652 if (set->top == set->bottom) { in bttv_buffer_activate_video() [all …]
|
D | bttv-driver.c | 3443 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0); in bttv_print_riscaddr() 3447 btv->curr.bottom in bttv_print_riscaddr() 3448 ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_print_riscaddr() 3451 btv->screen ? (unsigned long long)btv->screen->bottom.dma : 0); in bttv_print_riscaddr() 3529 set->bottom = item; in bttv_irq_next_video() 3563 if (NULL == set->bottom && in bttv_irq_next_video() 3565 set->bottom = item; in bttv_irq_next_video() 3567 if (NULL != set->top && NULL != set->bottom) in bttv_irq_next_video() 3576 if (NULL == set->top && NULL == set->bottom) { in bttv_irq_next_video() 3578 set->bottom = btv->screen; in bttv_irq_next_video() [all …]
|
D | bttvp.h | 167 struct btcx_riscmem bottom; member 175 struct bttv_buffer *bottom; /* bottom field buffer */ member
|
D | bttv-vbi.c | 177 rc = bttv_risc_packed(btv, &buf->bottom, in vbi_buffer_prepare() 201 vb, &buf->top, &buf->bottom, in vbi_buffer_prepare()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | lcd_dma.c | 136 unsigned long top, bottom; in set_b1_regs() local 172 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs() 177 bottom += 2; in set_b1_regs() 182 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs() 192 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs() 197 bottom = PIXADDR(0, 0); in set_b1_regs() 207 bottom = PIXADDR(0, 0); in set_b1_regs() 212 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs() 222 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs() 227 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs() [all …]
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_fsf.c | 354 (unsigned long long)qtcb->bottom.support.req_handle); in zfcp_fsf_protstatus_eval() 465 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; in zfcp_fsf_exchange_config_evaluate() local 471 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_fsf_exchange_config_evaluate() 473 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_fsf_exchange_config_evaluate() 477 memcpy(req->data, bottom, sizeof(*bottom)); in zfcp_fsf_exchange_config_evaluate() 483 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK; in zfcp_fsf_exchange_config_evaluate() 484 adapter->stat_read_buf_num = max(bottom->status_read_buf_num, in zfcp_fsf_exchange_config_evaluate() 497 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_fsf_exchange_config_evaluate() 499 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_fsf_exchange_config_evaluate() 501 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate() [all …]
|
D | zfcp_fsf.h | 415 union fsf_qtcb_bottom bottom; member
|
D | zfcp_dbf.c | 431 &(fsf->qtcb->bottom.io.fcp_rsp); in zfcp_dbf_scsi()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 94 drawable->self_bitmap_area.bottom = 0; in make_drawable() 200 rect.bottom = y + height; in qxl_draw_opaque_fb() 231 drawable->u.copy.src_area.bottom = height; in qxl_draw_opaque_fb() 281 int left, right, top, bottom; in qxl_draw_dirty_fb() local 302 bottom = clips->y2; in qxl_draw_dirty_fb() 310 bottom = max_t(int, bottom, (int)clips_ptr->y2); in qxl_draw_dirty_fb() 314 height = bottom - top; in qxl_draw_dirty_fb() 334 drawable_rect.bottom = bottom; in qxl_draw_dirty_fb() 363 drawable->u.copy.src_area.bottom = height; in qxl_draw_dirty_fb() 382 rects[i].bottom = clips_ptr->y2; in qxl_draw_dirty_fb() [all …]
|
D | qxl_ioctl.c | 308 .bottom = update_area->bottom}; in qxl_update_area_ioctl() 314 update_area->top >= update_area->bottom) in qxl_update_area_ioctl()
|
D | qxl_cmd.c | 344 area->right > surface_width || area->bottom > surface_height) { in qxl_io_update_area() 347 area->top, area->right, area->bottom, surface_width, surface_height); in qxl_io_update_area() 591 rect.bottom = surf->surf.height; in qxl_update_surface()
|
D | qxl_dev.h | 217 int32_t bottom; member 224 uint32_t bottom; member
|
D | qxl_display.c | 94 client_head->height = c_rect->bottom - c_rect->top; in qxl_display_copy_rom_client_monitors_config()
|
/linux-4.4.14/arch/sh/kernel/ |
D | dumpstack.c | 20 void dump_mem(const char *str, unsigned long bottom, unsigned long top) in dump_mem() argument 25 printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top); in dump_mem() 27 for (p = bottom & ~31; p < top; ) { in dump_mem() 33 if (p < bottom || p >= top) in dump_mem()
|
/linux-4.4.14/block/ |
D | blk-settings.c | 521 unsigned int top, bottom, alignment, ret = 0; in blk_stack_limits() local 553 bottom = max(b->physical_block_size, b->io_min) + alignment; in blk_stack_limits() 556 if (max(top, bottom) % min(top, bottom)) { in blk_stack_limits() 616 bottom = b->discard_granularity + alignment; in blk_stack_limits() 619 if ((max(top, bottom) % min(top, bottom)) != 0) in blk_stack_limits() 675 char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; in disk_stack_limits() local 678 bdevname(bdev, bottom); in disk_stack_limits() 681 top, bottom); in disk_stack_limits()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | prism2sta.c | 685 hw->cap_sup_mfi.bottom = le16_to_cpu(hw->cap_sup_mfi.bottom); in prism2sta_getcardinfo() 691 hw->cap_sup_mfi.variant, hw->cap_sup_mfi.bottom, in prism2sta_getcardinfo() 709 hw->cap_sup_cfi.bottom = le16_to_cpu(hw->cap_sup_cfi.bottom); in prism2sta_getcardinfo() 715 hw->cap_sup_cfi.variant, hw->cap_sup_cfi.bottom, in prism2sta_getcardinfo() 733 hw->cap_sup_pri.bottom = le16_to_cpu(hw->cap_sup_pri.bottom); in prism2sta_getcardinfo() 739 hw->cap_sup_pri.variant, hw->cap_sup_pri.bottom, in prism2sta_getcardinfo() 757 hw->cap_sup_sta.bottom = le16_to_cpu(hw->cap_sup_sta.bottom); in prism2sta_getcardinfo() 764 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo() 770 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo() 789 hw->cap_act_pri_cfi.bottom = le16_to_cpu(hw->cap_act_pri_cfi.bottom); in prism2sta_getcardinfo() [all …]
|
D | prism2fw.c | 310 priid.bottom = *data++; in prism2_fwapply() 611 rfid.bottom = le16_to_cpu(rfid.bottom); in mkpdrlist() 620 macid.bottom = le16_to_cpu(macid.bottom); in mkpdrlist() 1134 rfid.id, rfid.variant, rfid.bottom, rfid.top); in validate_identity() 1136 macid.id, macid.variant, macid.bottom, macid.top); in validate_identity() 1138 priid.id, priid.variant, priid.bottom, priid.top); in validate_identity() 1154 s3info[i].info.compat.bottom, in validate_identity() 1169 if ((s3info[i].info.compat.bottom > priid.top) in validate_identity() 1171 priid.bottom)) { in validate_identity()
|
D | hfa384x.h | 380 u16 bottom; member 947 u16 bottom; member 954 u16 bottom; member
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-go7007.c | 62 u8 *bottom; member 246 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE); in saa7134_go7007_irq_ts_done() 266 virt_to_page(saa->bottom), in saa7134_go7007_stream_start() 453 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init() 454 if (!saa->bottom) in saa7134_go7007_init() 479 if (saa->bottom) in saa7134_go7007_init() 480 free_page((unsigned long)saa->bottom); in saa7134_go7007_init() 501 free_page((unsigned long)saa->bottom); in saa7134_go7007_fini()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | sh_mipi_dsi.c | 135 u32 tmp, top, bottom, delay, div; in sh_mipi_setup() local 311 bottom = 0x00000001; in sh_mipi_setup() 313 bottom = (pdata->lane * mode->hsync_len) - 10; in sh_mipi_setup() 314 iowrite32(top | bottom , mipi->linkbase + VMLEN1); in sh_mipi_setup() 323 bottom = 0x00000001; in sh_mipi_setup() 337 bottom = mode->right_margin; in sh_mipi_setup() 338 bottom = (pdata->lane * bottom / div) - 12; in sh_mipi_setup() 348 iowrite32(top | (bottom + delay) , mipi->linkbase + VMLEN2); in sh_mipi_setup()
|
D | fb-puv3.c | 146 int bottom = info->var.yres - 1; in unifb_prim_fillrect() local 150 bottom = (bottom << 16) | right; in unifb_prim_fillrect() 171 writel(bottom, UGE_CLIP1); in unifb_prim_fillrect() 236 int bottom = info->var.yres; in unifb_prim_copyarea() local 267 bottom = (bottom << 16) | right; in unifb_prim_copyarea() 276 writel(bottom, UGE_CLIP1); in unifb_prim_copyarea()
|
D | arcfb.c | 300 unsigned int bottom, unsigned int left, unsigned int right) in arcfb_lcd_update_vert() argument 304 distance = (bottom - top) + 1; in arcfb_lcd_update_vert()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_stdu.c | 62 s32 left, right, top, bottom; member 295 s32 left, s32 right, s32 top, s32 bottom) in vmw_stdu_populate_update() argument 306 update->body.rect.h = bottom - top; in vmw_stdu_populate_update() 767 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_dmabuf_clip() 811 ddirty->top, ddirty->bottom); in vmw_stdu_dmabuf_fifo_commit() 817 ddirty->right = ddirty->bottom = S32_MIN; in vmw_stdu_dmabuf_fifo_commit() 867 ddirty.right = ddirty.bottom = S32_MIN; in vmw_kms_stdu_dma() 921 sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); in vmw_kms_stdu_surface_clip() 964 sdirty->right, sdirty->top, sdirty->bottom); in vmw_kms_stdu_surface_fifo_commit() 969 sdirty->right = sdirty->bottom = S32_MIN; in vmw_kms_stdu_surface_fifo_commit() [all …]
|
D | vmwgfx_scrn.c | 53 s32 left, right, top, bottom; member 755 cmd->body.destRect.bottom = sdirty->bottom; in vmw_sou_surface_fifo_commit() 760 cmd->body.srcRect.bottom = sdirty->bottom + trans_y; in vmw_sou_surface_fifo_commit() 770 blit->bottom -= sdirty->top; in vmw_sou_surface_fifo_commit() 776 sdirty->right = sdirty->bottom = S32_MIN; in vmw_sou_surface_fifo_commit() 799 blit->bottom = dirty->unit_y2; in vmw_sou_surface_clip() 805 sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); in vmw_sou_surface_clip() 861 sdirty.right = sdirty.bottom = S32_MIN; in vmw_kms_sou_do_surface_dirty() 906 blit->body.destRect.bottom = dirty->unit_y2; in vmw_sou_dmabuf_clip() 998 blit->body.srcRect.bottom = dirty->unit_y2; in vmw_sou_readback_clip()
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | traps.c | 64 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() argument 80 lvl, str, bottom, top); in dump_mem() 82 for (first = bottom & ~31; first < top; first += 32) { in dump_mem() 90 if (p >= bottom && p < top) { in dump_mem()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_devinfo.c | 615 struct list_head *bottom; member 624 list_entry(dl->bottom, struct scsi_dev_info_list, in devinfo_seq_show() 627 if (devinfo_table->scsi_dev_info_list.next == dl->bottom && in devinfo_seq_show() 648 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list) in devinfo_seq_start() 664 dl->bottom = dl->bottom->next; in devinfo_seq_next() 665 while (&devinfo_table->scsi_dev_info_list == dl->bottom) { in devinfo_seq_next() 674 dl->bottom = devinfo_table->scsi_dev_info_list.next; in devinfo_seq_next()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_fb.c | 128 int left, right, top, bottom; in virtio_gpu_surface_dirty() local 141 bottom = clips->y2; in virtio_gpu_surface_dirty() 149 bottom = max_t(int, bottom, (int)clips_ptr->y2); in virtio_gpu_surface_dirty() 154 right - left, bottom - top); in virtio_gpu_surface_dirty() 157 left, top, right - left, bottom - top); in virtio_gpu_surface_dirty()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_replay.c | 26 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local 34 bottom = replay_esn->seq - replay_esn->replay_window + 1; in xfrm_replay_seqhi() 38 if (unlikely(seq < bottom)) in xfrm_replay_seqhi() 42 if (unlikely(seq >= bottom)) in xfrm_replay_seqhi() 444 u32 bottom = top - wsize + 1; in xfrm_replay_check_esn() local 457 if (likely(seq > top) || seq < bottom) in xfrm_replay_check_esn() 461 if (likely(seq > top && seq < bottom)) in xfrm_replay_check_esn() 463 if (seq >= bottom) in xfrm_replay_check_esn()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | process.c | 81 unsigned long bottom, unsigned long top) in dump_mem() argument 86 printk("%s%s(0x%08lx to 0x%08lx)\n", log_lvl, str, bottom, top); in dump_mem() 88 for (p = bottom & ~31; p < top; ) { in dump_mem() 94 if (p < bottom || p >= top) in dump_mem()
|
/linux-4.4.14/arch/x86/kernel/ |
D | process.c | 520 unsigned long start, bottom, top, sp, fp, ip; in get_wchan() local 550 bottom = start + sizeof(struct thread_info); in get_wchan() 553 if (sp < bottom || sp > top) in get_wchan() 558 if (fp < bottom || fp > top) in get_wchan()
|
/linux-4.4.14/drivers/media/platform/s5p-g2d/ |
D | g2d-hw.c | 39 n = f->bottom & 0xFFF; in g2d_set_src_size() 64 n = f->bottom & 0xFFF; in g2d_set_dst_size()
|
D | g2d.h | 52 u32 bottom; member
|
D | g2d.c | 77 .bottom = DEFAULT_HEIGHT, 402 frm->bottom = frm->height; in vidioc_s_fmt() 478 f->bottom = f->o_height + f->c_height; in vidioc_s_crop()
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
D | sis_accel.h | 250 #define SiS300SetupClipRB(right,bottom) \ argument 252 MMIO_OUT32(ivideo->mmio_vbase, BR(14), ((right) & 0xFFFF) | (bottom)<<16 );\ 376 #define SiS310SetupClipRB(right,bottom) \ argument 378 MMIO_OUT32(ivideo->mmio_vbase, RIGHT_CLIP, ((right) & 0xFFFF) | (bottom)<<16 );\
|
/linux-4.4.14/arch/sh/include/asm/ |
D | kdebug.h | 15 extern void dump_mem(const char *str, unsigned long bottom, unsigned long top);
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-osd-api.txt | 108 bottom right horizontal offset 110 bottom right vertical offset 123 bottom left horizontal offset 125 bottom left vertical offset
|
D | README.hm12 | 13 and from top to bottom. Each block is transmitted in turn, line-by-line. 21 to right, top to bottom. Each block is transmitted in turn, line-by-line.
|
D | fw-decoder-api.txt | 99 0=frame, 1=top field, 2=bottom field
|
D | fw-decoder-regs.txt | 459 screen. If the image exceeds the bottom edge both the source and 702 osd y coord for bottom edge
|
/linux-4.4.14/arch/arm64/kernel/ |
D | traps.c | 57 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() argument 73 printk("%s%s(0x%016lx to 0x%016lx)\n", lvl, str, bottom, top); in dump_mem() 75 for (first = bottom & ~31; first < top; first += 32) { in dump_mem() 84 if (p >= bottom && p < top) { in dump_mem()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | traps.c | 236 unsigned long bottom, stack, addr, fp, raslot; in show_trace() local 245 bottom = (stack + THREAD_SIZE) & ~(THREAD_SIZE - 1); in show_trace() 246 for (; stack < bottom; stack += sizeof(addr)) { in show_trace() 249 if (addr > stack && addr < bottom) { in show_trace()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 26 InsKeyPad-plus Say from reading cursor line to bottom of screen. 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)
|
D | spkguide.txt | 140 in the bottom right corner of the keypad. Speakup will shut up and stay 845 at the bottom right corner of the region to be cut, and cut it with the 1030 "speakup keypad 3 is go to bottom edge."
|
/linux-4.4.14/arch/arc/kernel/ |
D | head.S | 130 ; set it's stack base to tsk->thread_info bottom
|
D | unwind.c | 1087 unsigned long top, bottom; in arc_unwind() local 1090 bottom = STACK_BOTTOM_UNW(frame->task); in arc_unwind() 1093 && bottom < UNW_FP(frame) in arc_unwind() 1096 && bottom > UNW_FP(frame) in arc_unwind() 1105 && link > bottom && link < UNW_FP(frame) in arc_unwind() 1107 && link > UNW_FP(frame) && link < bottom in arc_unwind()
|
/linux-4.4.14/fs/gfs2/ |
D | bmap.c | 717 struct buffer_head *bh, __be64 *top, __be64 *bottom, in do_strip() argument 756 for (p = top; p < bottom; p++) { in do_strip() 808 for (p = top; p < bottom; p++) { in do_strip() 876 __be64 *top, *bottom; in recursive_scan() local 888 bottom = (__be64 *)(bh->b_data + sizeof(struct gfs2_dinode)) + sdp->sd_diptrs; in recursive_scan() 897 bottom = (__be64 *)(bh->b_data + mh_size) + sdp->sd_inptrs; in recursive_scan() 900 error = do_strip(ip, dibh, bh, top, bottom, height, sm); in recursive_scan() 908 for (; top < bottom; top++, first = 0) { in recursive_scan()
|
/linux-4.4.14/arch/arm/kernel/ |
D | traps.c | 96 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() argument 111 printk("%s%s(0x%08lx to 0x%08lx)\n", lvl, str, bottom, top); in dump_mem() 113 for (first = bottom & ~31; first < top; first += 32) { in dump_mem() 121 if (p >= bottom && p < top) { in dump_mem()
|
D | head.S | 209 str r3, [r0], #4 @ set bottom PGD entry bits 211 str r3, [r0], #4 @ set bottom PGD entry bits 220 add r4, r4, #4 @ we only write the bottom word
|
D | entry-armv.S | 278 ldrh r9, [r4] @ bottom 16 bits
|
/linux-4.4.14/drivers/video/fbdev/kyro/ |
D | STG4000Interface.h | 57 u32 right, u32 bottom);
|
D | STG4000OverlayDevice.c | 319 u32 right, u32 bottom) in SetOverlayViewPort() argument 354 srcDest.ulDstY2 = bottom; in SetOverlayViewPort()
|
/linux-4.4.14/include/video/ |
D | mbxfb.h | 81 __u8 bottom; member
|
/linux-4.4.14/include/uapi/drm/ |
D | qxl_drm.h | 99 uint32_t bottom; member
|
/linux-4.4.14/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 7 top of the character to the bottom. On a 5x7 matrix, only the 5 lower
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | mars.c | 143 static void setilluminators(struct gspca_dev *gspca_dev, bool top, bool bottom) in setilluminators() argument 149 else if (bottom) in setilluminators()
|
/linux-4.4.14/drivers/net/ethernet/cadence/ |
D | macb.c | 160 u32 bottom; in macb_set_hwaddr() local 163 bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr)); in macb_set_hwaddr() 164 macb_or_gem_writel(bp, SA1B, bottom); in macb_set_hwaddr() 180 u32 bottom; in macb_get_hwaddr() local 189 bottom = macb_or_gem_readl(bp, SA1B + i * 8); in macb_get_hwaddr() 193 addr[5] = bottom & 0xff; in macb_get_hwaddr() 194 addr[4] = (bottom >> 8) & 0xff; in macb_get_hwaddr() 195 addr[3] = (bottom >> 16) & 0xff; in macb_get_hwaddr() 196 addr[2] = (bottom >> 24) & 0xff; in macb_get_hwaddr() 200 addr[0] = bottom & 0xff; in macb_get_hwaddr() [all …]
|
/linux-4.4.14/Documentation/ |
D | braille-console.txt | 22 page up/down keys go at the top/bottom of the screen, and the home key goes back
|
D | robust-futex-ABI.txt | 63 of the thread holding the lock in the bottom 29 bits. See further 141 3) add the lock entry, with its thread id (TID) in the bottom 29 bits 154 the list starting at 'head'. For each such address, if the bottom 29
|
D | preempt-locking.txt | 133 be made. Do note that calls from interrupt context or bottom half/ tasklets
|
D | unicode.txt | 108 system with 10 digits, and is written left-to-right, top-to-bottom.
|
D | email-clients.txt | 122 At the bottom of your email, put the commonly-used patch delimiter before
|
D | kernel-docs.txt | 163 Keywords: interrupts, irqs, DMA, bottom halves, task queues. 357 condition, bottom halves, tasklets, softirqs.
|
D | svga.txt | 215 bottom of the display containing already scrolled-out text, your VGA BIOS
|
D | cpu-hotplug.txt | 254 - timers/bottom half/task lets are also migrated to a new CPU
|
D | kobject.txt | 45 We'll look at how to create and manipulate all of these types. A bottom-up
|
D | pinctrl.txt | 444 On the bottom row at { A1, B1, C1, D1, E1, F1, G1, H1 } we have something 1170 Will be that you activate all the three bottom records in the mapping at
|
D | HOWTO | 11 to the maintainer of this file, who is listed at the bottom of the
|
D | kernel-parameters.txt | 3364 the bottom of the address space.
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 670 int right, bottom; in rect_intersect() local 674 bottom = min(a->top + a->height, b->top + b->height); in rect_intersect() 676 r.height = max(0, bottom - r.top); in rect_intersect()
|
D | vivid-tpg.c | 1967 unsigned bottom = b->top + b->height - 1; in tpg_fill_plane_extras() local 1972 frame_line == bottom || frame_line == bottom - 1) { in tpg_fill_plane_extras()
|
/linux-4.4.14/arch/metag/lib/ |
D | memset.S | 13 ANDS D0Ar4,D1Ar1,#7 ! Extract bottom LSBs of dst
|
/linux-4.4.14/fs/hfs/ |
D | hfs.h | 100 __be16 bottom; member
|
/linux-4.4.14/arch/mn10300/lib/ |
D | memmove.S | 25 # fall back to memcpy if dst < src to work bottom up
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 776 u32 left, right, top, bottom; in vidioc_g_crop() local 789 bottom = top >> S5P_FIMV_SHARED_CROP_BOTTOM_SHIFT; in vidioc_g_crop() 794 cr->c.height = ctx->img_height - top - bottom; in vidioc_g_crop() 797 cr->c.width, cr->c.height, right, bottom, in vidioc_g_crop()
|
/linux-4.4.14/drivers/block/paride/ |
D | Kconfig | 115 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.
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | ll_char_wr.S | 59 add r0, r0, r5, lsl #3 @ Move to bottom of character
|
/linux-4.4.14/Documentation/frv/ |
D | features.txt | 22 bottom 32 GR registers and no FR registers will be used by the kernel 95 bottom of SDRAM, (3) adjusts the bus controller registers to move I/O 100 inaccessible so that NULL pointer errors can be caught; and (2) the bottom
|
/linux-4.4.14/Documentation/x86/ |
D | kernel-stacks | 12 except for the thread_info structure at the bottom. 111 the kernel stack(s) [*], from stack top to stack bottom, and print out
|
D | boot.txt | 793 in the real-mode accessible memory in bottom megabyte.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | orion5x-lacie-ethernet-disk-mini-v2.dts | 84 * as a bottom-type device. This could cause risks of
|
D | orion5x-maxtor-shared-storage-2.dts | 63 * as a bottom-type device. This could cause risks of
|
D | orion5x-lacie-d2-network.dts | 103 * as a bottom-type device. This could cause risks of
|
D | orion5x-lswsgl.dts | 121 label = "lswsgl:power:blue:bottom";
|
D | tegra124-nyan.dtsi | 42 /* Debug connector on the bottom of the board near SD card. */
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_common.h | 193 __le16 bottom; member
|
/linux-4.4.14/Documentation/fb/ |
D | tridentfb.txt | 56 at the bottom this might help by not letting change to that mode
|
D | framebuffer.txt | 164 from the top to the bottom of the screen. By modifying the intensity of the
|
D | matroxfb.txt | 246 lower:X - bottom boundary: lines between end of picture and start of VSYNC
|
/linux-4.4.14/fs/hfsplus/ |
D | hfsplus_raw.h | 229 __be16 bottom; member
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 12 DTB that QEMU places at the bottom of the guest's DRAM.
|
D | topology.txt | 19 The bottom hierarchy level sits at core or thread level depending on whether
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 142 lines near the bottom. Use TAB to move to the bottom line, 186 The log area takes up all but the bottom two lines of the screen. The
|
D | cds.txt | 339 bottom-half, unless a non deterministically long running error recovery procedure
|
D | Debugging390.txt | 400 This is the code that gcc produces at the top & the bottom of
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 159 struct drm_property *bottom; member 1749 psb_intel_sdvo_connector->bottom, val); in psb_intel_sdvo_set_property() 1759 } else if (psb_intel_sdvo_connector->bottom == property) { in psb_intel_sdvo_set_property() 2381 psb_intel_sdvo_connector->bottom = in psb_intel_sdvo_create_enhance_property_tv() 2383 if (!psb_intel_sdvo_connector->bottom) in psb_intel_sdvo_create_enhance_property_tv() 2387 psb_intel_sdvo_connector->bottom, in psb_intel_sdvo_create_enhance_property_tv()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_sdvo.c | 174 struct drm_property *bottom; member 2119 intel_sdvo_connector->bottom, val); in intel_sdvo_set_property() 2129 } else if (intel_sdvo_connector->bottom == property) { in intel_sdvo_set_property() 2816 intel_sdvo_connector->bottom = in intel_sdvo_create_enhance_property_tv() 2819 if (!intel_sdvo_connector->bottom) in intel_sdvo_create_enhance_property_tv() 2823 intel_sdvo_connector->bottom, in intel_sdvo_create_enhance_property_tv()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga_reg.h | 603 int32 bottom; member
|
/linux-4.4.14/Documentation/networking/ |
D | pktgen.txt | 184 Do not set the bottom of stack bit, 186 set the bottom of stack bit, that
|
D | ieee802154.txt | 7 The IEEE 802.15.4 working group focuses on standardization of bottom
|
D | scaling.txt | 113 RPS is called during bottom half of the receive interrupt handler, when 133 the end of the bottom half routine, IPIs are sent to any CPUs for which
|
D | netdev-FAQ.txt | 112 the bottom of the priority list.
|
D | spider_net.txt | 194 marks a descr about 1/4th of the way from the bottom of the queue, so
|
D | vortex.txt | 348 the bottom of the problem.
|
D | arcnet-hardware.txt | 987 labelled) the same as on the PC270, from top to bottom: EXT2, EXT1, ROM, 1119 There is a jumper array at the bottom of the card, near the edge 2800 Setting the jumpers to ON means connecting the upper two pins, off the bottom
|
/linux-4.4.14/drivers/video/fbdev/mbx/ |
D | mbxfb.c | 474 if (porder->bottom == porder->top) in mbxfb_ioctl_planeorder() 483 switch (porder->bottom) { in mbxfb_ioctl_planeorder()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | isppreview.c | 1824 unsigned int bottom = sink->height - PREV_MARGIN_BOTTOM; in preview_try_crop() local 1845 bottom -= 2; in preview_try_crop() 1853 crop->top = clamp_t(u32, crop->top, top, bottom - PREV_MIN_OUT_HEIGHT); in preview_try_crop() 1857 bottom - crop->top); in preview_try_crop()
|
/linux-4.4.14/Documentation/scsi/ |
D | aha152x.txt | 9 bottom-half handler complete()).
|
D | scsi_mid_low_api.txt | 1218 unchecked_isa_dma - 1=>only use bottom 16 MB of ram (ISA DMA addressing
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | isp.doc | 86 (bottom of module)
|
D | fpsp.doc | 78 (bottom of module)
|
D | TEST.DOC | 72 (bottom of module)
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache-policies.txt | 109 based on their hit count (~ln(hit count)). This means the bottom
|
/linux-4.4.14/Documentation/security/ |
D | keys-request-key.txt | 103 search notes that the session keyring has auth key V in its bottom level.
|
/linux-4.4.14/fs/jffs2/ |
D | README.Locking | 80 to be called from bottom-half (timer) context (on the basis that nobody
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_diag.c | 753 if (addr >= op->bottom && addr <= op->top) in diag_get_observer()
|
D | qib.h | 714 u32 bottom; member
|
/linux-4.4.14/Documentation/input/ |
D | elantech.txt | 279 ds1 = 1 when bottom right corner tapped 280 ds2 = 1 when bottom left corner tapped
|
D | atarikbd.txt | 325 This command makes the origin of the Y axis to be at the bottom of the 580 0x90 ( returns 0x0F Y=0 at bottom
|
D | joystick.txt | 461 There is one caveat with the SpaceOrb. The button #6, the on the bottom
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 104 # process bottom half (r4..r7) {e...h}
|
/linux-4.4.14/Documentation/filesystems/ |
D | overlayfs.txt | 176 top, lower2 the middle and lower3 the bottom layer.
|
D | ntfs.txt | 285 dynamic disks and all the volumes on them. At the bottom you will see the
|
D | vfs.txt | 238 or bottom half).
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 299 visible. For 50 Hz standards the top field is the oldest and the bottom field 300 is the newest in time. For 60 Hz standards that is reversed: the bottom field 304 contain the top field for 50 Hz standards and the bottom field for 60 Hz 1031 FIELD_ALTERNATE, then only the top or bottom fields will be copied to the overlay.
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 2365 .time2 {font: 15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\ 2384 .legend {position: relative; width: 100%; height: 40px; text-align: center;margin-bottom:20px}\n\ 2386 button {height:40px;width:200px;margin-bottom:20px;margin-top:20px;font-size:24px;}\n\
|
/linux-4.4.14/Documentation/RCU/ |
D | stallwarn.txt | 198 o A CPU looping with bottom halves disabled. This condition can
|
D | checklist.txt | 218 in cases where local bottom halves are already known to be
|
/linux-4.4.14/scripts/kconfig/ |
D | qconf.cc | 873 if (e->y() <= header()->geometry().bottom()) { in contextMenuEvent()
|
D | zconf.tab.c_shipped | 332 /* The OS might guarantee only one guard page at the bottom of the stack,
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 349 part, a load at EL0 from a virtual address that matches the bottom 32
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 684 bge SP, r6, tr0 ! ? below 1k from bottom of stack : danger zone
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 438 While "spi_device" would be the bottom boundary of the driver, the
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 1056 # This value must have zeroes in the bottom 60 bits otherwise lots will break
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 413 label. This tag may contain a maximum of 7 category pairs. The bottom
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 475 bottom): 734 made of 3 cells, the bottom two containing the actual address itself
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 341 /* The OS might guarantee only one guard page at the bottom of the stack,
|
/linux-4.4.14/Documentation/power/ |
D | devices.txt | 253 walked in a bottom-up order to suspend devices. A top-down order is
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 338 /* The OS might guarantee only one guard page at the bottom of the stack,
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 544 SFU does). In the future the bottom 9 bits of the
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 989 * store the bottom byte of the next S/G pointer in
|
D | aic79xx.seq | 1815 * store the bottom byte of the next S/G pointer in
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 286 it possible to perform bottom up validation of the i/o path, layer by
|