Searched refs:fbs (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | main.c | 385 void SetBootInfo(struct bootinfo *bi, struct fb_setting *fbs); 808 SetBootInfo(struct bootinfo *bi, struct fb_setting *fbs) in SetBootInfo() argument 817 bi->fb_addr = (unsigned char*)(fbs->addr + 0xA0000000); in SetBootInfo() 818 bi->fb_type = fbs->type; in SetBootInfo() 819 bi->fb_line_bytes = fbs->linebytes; in SetBootInfo() 820 bi->fb_width = fbs->width; in SetBootInfo() 821 bi->fb_height = fbs->height; in SetBootInfo() 822 bi->platid_cpu = fbs->platid_cpu; in SetBootInfo() 823 bi->platid_machine = fbs->platid_machine; in SetBootInfo() 827 fbs->name, in SetBootInfo() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_framebuffer.c | 373 list_add(&fb->filp_head, &file_priv->fbs); in drm_mode_addfb2() 405 struct list_head fbs; member 412 while (!list_empty(&arg->fbs)) { in drm_mode_rmfb_work_fn() 414 list_first_entry(&arg->fbs, typeof(*fb), filp_head); in drm_mode_rmfb_work_fn() 449 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_rmfb() 474 INIT_LIST_HEAD(&arg.fbs); in drm_mode_rmfb() 475 list_add_tail(&fb->filp_head, &arg.fbs); in drm_mode_rmfb() 664 INIT_LIST_HEAD(&arg.fbs); in drm_fb_release() 676 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_head) { in drm_fb_release() 678 list_move_tail(&fb->filp_head, &arg.fbs); in drm_fb_release() [all …]
|
| H A D | drm_mode_config.c | 117 list_for_each_entry(fb, &file_priv->fbs, filp_head) { in drm_mode_getresources()
|
| H A D | drm_file.c | 152 INIT_LIST_HEAD(&file->fbs); in drm_file_alloc()
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_file.h | 290 struct list_head fbs; member
|
| /netbsd-src/sys/dev/ic/ |
| H A D | ahcisata_core.c | 1701 uint32_t fbs = AHCI_READ(sc, AHCI_P_FBS(chp->ch_channel)); in ahci_channel_recover() local 1702 if (fbs & AHCI_P_FBS_SDE) { in ahci_channel_recover() 1703 drive = (fbs & AHCI_P_FBS_DWE) >> AHCI_P_FBS_DWE_SHIFT; in ahci_channel_recover() 1709 fbs |= AHCI_P_FBS_DEC; in ahci_channel_recover() 1710 AHCI_WRITE(sc, AHCI_P_FBS(chp->ch_channel), fbs); in ahci_channel_recover() 1712 fbs = AHCI_READ(sc, in ahci_channel_recover() 1714 if ((fbs & AHCI_P_FBS_DEC) == 0) in ahci_channel_recover() 1718 if ((fbs & AHCI_P_FBS_DEC) != 0) { in ahci_channel_recover()
|