/drivers/staging/wlags49_h2/ |
D | mmd.c | 190 sup_endian = supp->bottom < 0x0100; //true if native endian /* 2a */ in mmd_check_comp() 207 MMDASSERT( 1 <= supp->bottom && supp->bottom <= 99, supp->bottom ) in mmd_check_comp() 209 MMDASSERT( supp->bottom <= supp->top, supp->bottom << 8 | supp->top ) in mmd_check_comp() 214 MMDASSERT( 1 <= CNV_END_SHORT(supp->bottom) && CNV_END_SHORT(supp->bottom) <=99, supp->bottom ) in mmd_check_comp() 216 …MMDASSERT( CNV_END_SHORT(supp->bottom) <= CNV_END_SHORT(supp->top), supp->bottom << 8 | supp->top ) in mmd_check_comp() 227 MMDASSERT( actq->bottom[act_endian] <= 99 , i<<8 | actq->bottom[act_endian] ) in mmd_check_comp() 229 MMDASSERT( actq->bottom[act_endian] <= actq->top[act_endian], i<<8 | actq->bottom[act_endian] ) in mmd_check_comp() 231 actq->bottom[act_endian] <= supq->top[sup_endian] && in mmd_check_comp() 232 actq->top[act_endian] >= supq->bottom[sup_endian] in mmd_check_comp()
|
D | mdd.h | 267 hcf_16 bottom; member 273 hcf_8 bottom[2]; member 461 …X5( CFG_SUP_RANGE, role, id, variant, bottom, top ) /*[PRI] Primary Supplier compatibility … 472 …X5( CFG_CFI_ACT_RANGES_PRI,role, id, variant, bottom, top ) /*[PRI] Controller Actor compati… 475 …X5( CFG_NIC_MFI_SUP_RANGE, role, id, variant, bottom, top ) /*[PRI] Modem I/F Supplier compa… 476 …X5( CFG_NIC_CFI_SUP_RANGE, role, id, variant, bottom, top ) /*[PRI] Controller I/F Supplier … 484 …X5( CFG_MFI_ACT_RANGES, role, id, variant, bottom, top ) /*[STA] Modem I/F Actor compatibili… 485 …X5( CFG_CFI_ACT_RANGES_STA,role, id, variant, bottom, top ) /*[STA] Controller I/F Actor com… 486 …X5( CFG_MFI_ACT_RANGES_STA,role, id, variant, bottom, top ) /*[STA] Controller I/F Actor com…
|
/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 | 3438 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0); in bttv_print_riscaddr() 3442 btv->curr.bottom in bttv_print_riscaddr() 3443 ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_print_riscaddr() 3446 btv->screen ? (unsigned long long)btv->screen->bottom.dma : 0); in bttv_print_riscaddr() 3524 set->bottom = item; in bttv_irq_next_video() 3558 if (NULL == set->bottom && in bttv_irq_next_video() 3560 set->bottom = item; in bttv_irq_next_video() 3562 if (NULL != set->top && NULL != set->bottom) in bttv_irq_next_video() 3571 if (NULL == set->top && NULL == set->bottom) { in bttv_irq_next_video() 3573 set->bottom = btv->screen; in bttv_irq_next_video() [all …]
|
D | bttvp.h | 168 struct btcx_riscmem bottom; member 176 struct bttv_buffer *bottom; /* bottom field buffer */ member
|
/drivers/s390/scsi/ |
D | zfcp_fsf.c | 359 (unsigned long long)qtcb->bottom.support.req_handle); in zfcp_fsf_protstatus_eval() 470 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; in zfcp_fsf_exchange_config_evaluate() local 476 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_fsf_exchange_config_evaluate() 478 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_fsf_exchange_config_evaluate() 482 memcpy(req->data, bottom, sizeof(*bottom)); in zfcp_fsf_exchange_config_evaluate() 486 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_fsf_exchange_config_evaluate() 488 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_fsf_exchange_config_evaluate() 491 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate() 492 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK; in zfcp_fsf_exchange_config_evaluate() 493 adapter->stat_read_buf_num = max(bottom->status_read_buf_num, in zfcp_fsf_exchange_config_evaluate() [all …]
|
D | zfcp_cfdc.c | 165 memcpy(&data->payloads, &req->qtcb->bottom.support.els, in zfcp_cfdc_req_to_sense() 166 sizeof(req->qtcb->bottom.support.els)); in zfcp_cfdc_req_to_sense() 399 struct fsf_qtcb_bottom_support *bottom) in zfcp_cfdc_open_lun_eval() argument 410 shared = !(bottom->lun_access_info & FSF_UNIT_ACCESS_EXCLUSIVE); in zfcp_cfdc_open_lun_eval() 411 rw = (bottom->lun_access_info & FSF_UNIT_ACCESS_OUTBOUND_TRANSFER); in zfcp_cfdc_open_lun_eval()
|
/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 76 drawable->self_bitmap_area.bottom = 0; in make_drawable() 157 rect.bottom = y + height; in qxl_draw_opaque_fb() 190 drawable->u.copy.src_area.bottom = height; in qxl_draw_opaque_fb() 236 int left, right, top, bottom; in qxl_draw_dirty_fb() local 253 bottom = clips->y2; in qxl_draw_dirty_fb() 261 bottom = max_t(int, bottom, (int)clips_ptr->y2); in qxl_draw_dirty_fb() 265 height = bottom - top; in qxl_draw_dirty_fb() 269 drawable_rect.bottom = bottom; in qxl_draw_dirty_fb() 298 drawable->u.copy.src_area.bottom = height; in qxl_draw_dirty_fb() 319 rects[i].bottom = clips_ptr->y2; in qxl_draw_dirty_fb() [all …]
|
D | qxl_ioctl.c | 282 .bottom = update_area->bottom}; in qxl_update_area_ioctl() 288 update_area->top >= update_area->bottom) in qxl_update_area_ioctl()
|
/drivers/staging/wlan-ng/ |
D | prism2sta.c | 714 hw->cap_sup_mfi.bottom = le16_to_cpu(hw->cap_sup_mfi.bottom); in prism2sta_getcardinfo() 720 hw->cap_sup_mfi.variant, hw->cap_sup_mfi.bottom, in prism2sta_getcardinfo() 737 hw->cap_sup_cfi.bottom = le16_to_cpu(hw->cap_sup_cfi.bottom); in prism2sta_getcardinfo() 743 hw->cap_sup_cfi.variant, hw->cap_sup_cfi.bottom, in prism2sta_getcardinfo() 760 hw->cap_sup_pri.bottom = le16_to_cpu(hw->cap_sup_pri.bottom); in prism2sta_getcardinfo() 766 hw->cap_sup_pri.variant, hw->cap_sup_pri.bottom, in prism2sta_getcardinfo() 783 hw->cap_sup_sta.bottom = le16_to_cpu(hw->cap_sup_sta.bottom); in prism2sta_getcardinfo() 790 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo() 796 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo() 814 hw->cap_act_pri_cfi.bottom = le16_to_cpu(hw->cap_act_pri_cfi.bottom); in prism2sta_getcardinfo() [all …]
|
D | prism2fw.c | 308 priid.bottom = *data++; in prism2_fwapply() 612 rfid.bottom = le16_to_cpu(rfid.bottom); in mkpdrlist() 621 macid.bottom = le16_to_cpu(macid.bottom); in mkpdrlist() 1142 rfid.id, rfid.variant, rfid.bottom, rfid.top); in validate_identity() 1144 macid.id, macid.variant, macid.bottom, macid.top); in validate_identity() 1146 priid.id, priid.variant, priid.bottom, priid.top); in validate_identity() 1162 s3info[i].info.compat.bottom, in validate_identity() 1177 if ((s3info[i].info.compat.bottom > priid.top) in validate_identity() 1179 priid.bottom)) { in validate_identity()
|
/drivers/video/ |
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 | 144 int bottom = info->var.yres - 1; in unifb_prim_fillrect() local 148 bottom = (bottom << 16) | right; in unifb_prim_fillrect() 169 writel(bottom, UGE_CLIP1); in unifb_prim_fillrect() 234 int bottom = info->var.yres; in unifb_prim_copyarea() local 265 bottom = (bottom << 16) | right; in unifb_prim_copyarea() 274 writel(bottom, UGE_CLIP1); in unifb_prim_copyarea()
|
/drivers/staging/media/go7007/ |
D | saa7134-go7007.c | 66 u8 *bottom; member 254 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE); in saa7134_go7007_irq_ts_done() 274 virt_to_page(saa->bottom), in saa7134_go7007_stream_start() 484 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init() 485 if (!saa->bottom) in saa7134_go7007_init() 510 if (saa->bottom) in saa7134_go7007_init() 511 free_page((unsigned long)saa->bottom); in saa7134_go7007_init() 532 free_page((unsigned long)saa->bottom); in saa7134_go7007_fini()
|
/drivers/scsi/ |
D | scsi_devinfo.c | 636 struct list_head *bottom; member 645 list_entry(dl->bottom, struct scsi_dev_info_list, in devinfo_seq_show() 648 if (devinfo_table->scsi_dev_info_list.next == dl->bottom && in devinfo_seq_show() 669 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list) in devinfo_seq_start() 685 dl->bottom = dl->bottom->next; in devinfo_seq_next() 686 while (&devinfo_table->scsi_dev_info_list == dl->bottom) { in devinfo_seq_next() 695 dl->bottom = devinfo_table->scsi_dev_info_list.next; in devinfo_seq_next()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 65 out_rects[k].bottom = y2; in vmw_clip_cliprects() 458 int left, right, top, bottom; in do_surface_dirty_sou() local 497 bottom = clips->y2; in do_surface_dirty_sou() 505 bottom = max_t(int, bottom, (int)clips_ptr->y2); in do_surface_dirty_sou() 515 cmd->body.srcRect.bottom = bottom; in do_surface_dirty_sou() 534 clip.y2 = bottom - unit->crtc.y; in do_surface_dirty_sou() 549 cmd->body.destRect.bottom = clip.y2; in do_surface_dirty_sou() 916 blits[hit_num].body.destRect.bottom = clip_y2; in do_dmabuf_dirty_sou() 1222 int left, right, top, bottom; in vmw_kms_present() local 1257 bottom = clips->y + clips->h; in vmw_kms_present() [all …]
|
/drivers/video/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 );\
|
/drivers/regulator/ |
D | as3711-regulator.c | 96 static int as3711_sel_check(int min, int max, int bottom, int step) in as3711_sel_check() argument 101 sel = DIV_ROUND_UP(min - bottom, step); in as3711_sel_check() 102 voltage = sel * step + bottom; in as3711_sel_check() 104 min, max, bottom, step, sel); in as3711_sel_check()
|
/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
|
/drivers/net/ethernet/cadence/ |
D | macb.c | 100 u32 bottom; in macb_set_hwaddr() local 103 bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr)); in macb_set_hwaddr() 104 macb_or_gem_writel(bp, SA1B, bottom); in macb_set_hwaddr() 121 u32 bottom; in macb_get_hwaddr() local 130 bottom = macb_or_gem_readl(bp, SA1B + i * 8); in macb_get_hwaddr() 134 addr[5] = bottom & 0xff; in macb_get_hwaddr() 135 addr[4] = (bottom >> 8) & 0xff; in macb_get_hwaddr() 136 addr[3] = (bottom >> 16) & 0xff; in macb_get_hwaddr() 137 addr[2] = (bottom >> 24) & 0xff; in macb_get_hwaddr() 141 addr[0] = bottom & 0xff; in macb_get_hwaddr() [all …]
|
/drivers/media/platform/ |
D | vino.c | 170 unsigned int left, right, top, bottom; member 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 = y + h; in vino_set_clipping() [all …]
|
/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)
|
/drivers/video/kyro/ |
D | STG4000Interface.h | 57 u32 right, u32 bottom);
|
/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()
|