Searched refs:fbs (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | vub300.c | 856 vub300->fbs[1] = (cmd_arg << 8) | (0x00FF & vub300->fbs[1]); in snoop_block_size_and_bus_width() 858 vub300->fbs[1] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[1]); in snoop_block_size_and_bus_width() 860 vub300->fbs[2] = (cmd_arg << 8) | (0x00FF & vub300->fbs[2]); in snoop_block_size_and_bus_width() 862 vub300->fbs[2] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[2]); in snoop_block_size_and_bus_width() 864 vub300->fbs[3] = (cmd_arg << 8) | (0x00FF & vub300->fbs[3]); in snoop_block_size_and_bus_width() 866 vub300->fbs[3] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[3]); in snoop_block_size_and_bus_width() 868 vub300->fbs[4] = (cmd_arg << 8) | (0x00FF & vub300->fbs[4]); in snoop_block_size_and_bus_width() 870 vub300->fbs[4] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[4]); in snoop_block_size_and_bus_width() 872 vub300->fbs[5] = (cmd_arg << 8) | (0x00FF & vub300->fbs[5]); in snoop_block_size_and_bus_width() 876 vub300->fbs[6] = (cmd_arg << 8) | (0x00FF & vub300->fbs[6]); in snoop_block_size_and_bus_width() [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_framebuffer.c | 364 list_add(&fb->filp_head, &file_priv->fbs); in drm_mode_addfb2() 396 struct list_head fbs; member 403 while (!list_empty(&arg->fbs)) { in drm_mode_rmfb_work_fn() 405 list_first_entry(&arg->fbs, typeof(*fb), filp_head); in drm_mode_rmfb_work_fn() 443 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_rmfb() 468 INIT_LIST_HEAD(&arg.fbs); in drm_mode_rmfb() 469 list_add_tail(&fb->filp_head, &arg.fbs); in drm_mode_rmfb() 779 INIT_LIST_HEAD(&arg.fbs); in drm_fb_release() 791 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_head) { in drm_fb_release() 793 list_move_tail(&fb->filp_head, &arg.fbs); in drm_fb_release() [all …]
|
H A D | drm_mode_config.c | 114 list_for_each_entry(fb, &file_priv->fbs, filp_head) { in drm_mode_getresources()
|
H A D | drm_file.c | 170 INIT_LIST_HEAD(&file->fbs); in drm_file_alloc()
|
/openbmc/linux/drivers/ata/ |
H A D | libahci.c | 1742 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1748 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr() 2334 u32 fbs; in ahci_enable_fbs() local 2340 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs() 2341 if (fbs & PORT_FBS_EN) { in ahci_enable_fbs() 2352 fbs = readl(port_mmio + PORT_FBS); in ahci_enable_fbs() 2353 if (fbs & PORT_FBS_EN) { in ahci_enable_fbs() 2368 u32 fbs; in ahci_disable_fbs() local 2374 fbs = readl(port_mmio + PORT_FBS); in ahci_disable_fbs() 2375 if ((fbs & PORT_FBS_EN) == 0) { in ahci_disable_fbs() [all …]
|
H A D | ahci_xgene.c | 142 u32 fbs; in xgene_ahci_restart_engine() local 162 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine() 163 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine() 164 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-sysfs.c | 169 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in get_overlay_fb() 456 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); in store_size() 563 r = device_create_file(fbdev->fbs[i]->dev, in omapfb_create_sysfs() 584 device_remove_file(fbdev->fbs[i]->dev, in omapfb_remove_sysfs()
|
H A D | omapfb-main.c | 1344 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_free_all_fbmem() 1543 r = omapfb_alloc_fbmem_display(fbdev->fbs[i], in omapfb_allocate_all_fbs() 1552 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in omapfb_allocate_all_fbs() 1831 unregister_framebuffer(fbdev->fbs[i]); in omapfb_free_resources() 1837 fbinfo_cleanup(fbdev, fbdev->fbs[i]); in omapfb_free_resources() 1838 framebuffer_release(fbdev->fbs[i]); in omapfb_free_resources() 1883 fbdev->fbs[i] = fbi; in omapfb_create_framebuffers() 1922 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_create_framebuffers() 1936 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_create_framebuffers() 1948 r = register_framebuffer(fbdev->fbs[i]); in omapfb_create_framebuffers() [all …]
|
H A D | omapfb.h | 87 struct fb_info *fbs[10]; member
|
H A D | omapfb-ioctl.c | 233 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); in omapfb_setup_mem()
|
/openbmc/linux/include/drm/ |
H A D | drm_file.h | 336 struct list_head fbs; member
|
/openbmc/qemu/scripts/ |
H A D | decodetree.py | 1114 fbs = t.replace('.', '0') 1115 fbs = fbs.replace('-', '0') 1120 fbs = int(fbs, 2) 1122 fixedbits = (fixedbits << shift) | fbs
|