| /src/sys/arch/zaurus/dev/ |
| w100.c | 73 struct rasops_info *rinfo, 199 ri = &scr->rinfo; 256 w100_setup_rasops(struct w100_softc *sc, struct rasops_info *rinfo, 260 rinfo->ri_flg = descr->flags | RI_CLEAR | RI_ENABLE_ALPHA; 261 rinfo->ri_depth = descr->depth; 262 rinfo->ri_width = sc->display_width; 263 rinfo->ri_height = sc->display_height; 264 rinfo->ri_stride = rinfo->ri_width * rinfo->ri_depth / 8 [all...] |
| w100var.h | 17 struct rasops_info rinfo; member in struct:w100_screen
|
| /src/sys/arch/arm/xscale/ |
| pxa2x0_lcd.c | 279 ri = &scr->rinfo; 642 pxa2x0_lcd_setup_rasops(struct pxa2x0_lcd_softc *sc, struct rasops_info *rinfo, 647 rinfo->ri_flg = descr->flags | RI_ENABLE_ALPHA; 648 rinfo->ri_depth = descr->depth; 649 rinfo->ri_width = geom->panel_width; 650 rinfo->ri_height = geom->panel_height; 651 rinfo->ri_stride = rinfo->ri_width * rinfo->ri_depth / 8; 653 rinfo->ri_wsfcookie = -1; /* XXX * 733 struct rasops_info rinfo; local in function:pxa2x0_lcd_setup_wsscreen [all...] |
| pxa2x0_lcd.h | 72 struct rasops_info rinfo; member in struct:pxa2x0_lcd_screen
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_gram.y | 319 if (cur_symbol->info.rinfo->valid_bitmask == 0) 320 cur_symbol->info.rinfo->valid_bitmask = 0xFF; 322 if (cur_symbol->info.rinfo->size == 0) 323 cur_symbol->info.rinfo->size = 1; 329 if (cur_symbol->info.rinfo->address == 0) 330 cur_symbol->info.rinfo->address = 333 cur_symbol->info.rinfo->size; 364 cur_symbol->info.rinfo->address = $2; 371 cur_symbol->info.rinfo->size = $2; 376 max_addr = scb_or_sram_symbol->info.rinfo->addres [all...] |
| aicasm_symbol.c | 101 if (symbol->info.rinfo != NULL) 102 free(symbol->info.rinfo); 262 || (!field && (curnode->symbol->info.rinfo->address > 263 newnode->symbol->info.rinfo->address))) { 283 && (cursymbol->info.rinfo->address > 284 symbol->info.rinfo->address))) { 418 regnode->symbol->info.rinfo->address); 436 regnode->symbol->info.rinfo->address); 548 fields = &curnode->symbol->info.rinfo->fields; 605 value = curnode->symbol->info.rinfo->address [all...] |
| aicasm_symbol.h | 132 struct reg_info *rinfo; member in union:symbol::__anonea069e61030a
|
| /src/sys/arch/arm/s3c2xx0/ |
| s3c24x0_lcd.c | 541 scr->rinfo.ri_flg = 0; 542 scr->rinfo.ri_depth = type->depth; 543 scr->rinfo.ri_bits = scr->buf_va; 544 scr->rinfo.ri_width = width; 545 scr->rinfo.ri_height = height; 546 scr->rinfo.ri_stride = scr->stride; 561 if (wsfont_lock(cookie, &scr->rinfo.ri_font)) 562 scr->rinfo.ri_wsfcookie = cookie; 566 rasops_init(&scr->rinfo, type->c.nrows, type->c.ncols); 568 (* scr->rinfo.ri_ops.allocattr)(&scr->rinfo, 0, 0, 0, attrp) [all...] |
| s3c24x0_lcd.h | 55 struct rasops_info rinfo; member in struct:s3c24x0_lcd_screen
|
| /src/sbin/fsck_ffs/ |
| pass2.c | 69 struct inostat *rinfo, *info; local in function:pass2 78 rinfo = inoinfo(UFS_ROOTINO); 79 switch (rinfo->ino_state) { 131 errexit("BAD STATE %d FOR ROOT INODE", rinfo->ino_state);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| intel_device_info.c | 874 const struct intel_runtime_info *rinfo = RUNTIME_INFO(i915); local in function:intel_device_info_subplatform_init 875 const unsigned int pi = __platform_mask_index(rinfo, info->platform); 876 const unsigned int pb = __platform_mask_bit(rinfo, info->platform);
|
| /src/sys/dev/pci/ |
| if_iwn.c | 2989 const struct iwn_rate *rinfo; local in function:iwn_tx 3037 rinfo = &iwn_rates[ridx]; 3063 tap->wt_rate = rinfo->rate; 3160 tx->plcp = rinfo->plcp; 3161 tx->rflags = rinfo->flags; 3554 const struct iwn_rate *rinfo; local in function:iwn_set_link_quality 3572 rinfo = &iwn_rates[wn->ridx[txrate]]; 3573 linkq.retry[i].plcp = rinfo->plcp; 3574 linkq.retry[i].rflags = rinfo->flags; 3592 const struct iwn_rate *rinfo; local in function:iwn_add_broadcast_node [all...] |
| if_iwm.c | 4522 const struct iwm_rate *rinfo; local in function:iwm_tx_fill_cmd 4566 rinfo = &iwm_rates[ridx]; 4580 rinfo->ht_plcp != IWM_RATE_HT_SISO_MCS_INV_PLCP) { 4582 tx->rate_n_flags = htole32(rate_flags | rinfo->ht_plcp); 4585 tx->rate_n_flags = htole32(rate_flags | rinfo->plcp); 4587 return rinfo; 4604 const struct iwm_rate *rinfo; local in function:iwm_tx 4631 rinfo = iwm_tx_fill_cmd(sc, in, wh, tx); 4643 rinfo->plcp == IWM_RATE_INVM_PLCP) { 4644 tap->wt_rate = (0x80 | rinfo->ht_plcp) [all...] |