Home
last modified time | relevance | path

Searched refs:fbs (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dvub300.c335 u16 fbs[8]; /* Function Block Size */ member
861 vub300->fbs[1] = (cmd_arg << 8) | (0x00FF & vub300->fbs[1]); in snoop_block_size_and_bus_width()
863 vub300->fbs[1] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[1]); in snoop_block_size_and_bus_width()
865 vub300->fbs[2] = (cmd_arg << 8) | (0x00FF & vub300->fbs[2]); in snoop_block_size_and_bus_width()
867 vub300->fbs[2] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[2]); in snoop_block_size_and_bus_width()
869 vub300->fbs[3] = (cmd_arg << 8) | (0x00FF & vub300->fbs[3]); in snoop_block_size_and_bus_width()
871 vub300->fbs[3] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[3]); in snoop_block_size_and_bus_width()
873 vub300->fbs[4] = (cmd_arg << 8) | (0x00FF & vub300->fbs[4]); in snoop_block_size_and_bus_width()
875 vub300->fbs[4] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[4]); in snoop_block_size_and_bus_width()
877 vub300->fbs[5] = (cmd_arg << 8) | (0x00FF & vub300->fbs[5]); in snoop_block_size_and_bus_width()
[all …]
/linux-4.4.14/drivers/ata/
Dlibahci.c1581 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() local
1590 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1591 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1592 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr()
1594 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1597 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr()
1615 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr() local
1616 int pmp = fbs >> PORT_FBS_DWE_OFFSET; in ahci_error_intr()
1618 if ((fbs & PORT_FBS_SDE) && (pmp < ap->nr_pmp_links)) { in ahci_error_intr()
1966 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_qc_issue() local
[all …]
Dahci_xgene.c156 u32 fbs; in xgene_ahci_restart_engine() local
176 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
177 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
178 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-sysfs.c182 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in get_overlay_fb()
473 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); in store_size()
580 r = device_create_file(fbdev->fbs[i]->dev, in omapfb_create_sysfs()
601 device_remove_file(fbdev->fbs[i]->dev, in omapfb_remove_sysfs()
Domapfb-main.c1358 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_free_all_fbmem()
1557 r = omapfb_alloc_fbmem_display(fbdev->fbs[i], in omapfb_allocate_all_fbs()
1566 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in omapfb_allocate_all_fbs()
1846 unregister_framebuffer(fbdev->fbs[i]); in omapfb_free_resources()
1852 fbinfo_cleanup(fbdev, fbdev->fbs[i]); in omapfb_free_resources()
1853 framebuffer_release(fbdev->fbs[i]); in omapfb_free_resources()
1903 fbdev->fbs[i] = fbi; in omapfb_create_framebuffers()
1925 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in omapfb_create_framebuffers()
1942 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_create_framebuffers()
1956 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_create_framebuffers()
[all …]
Domapfb.h99 struct fb_info *fbs[10]; member
Domapfb-ioctl.c244 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); in omapfb_setup_mem()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc.c1763 list_for_each(lh, &file_priv->fbs) in drm_mode_getresources()
1771 list_for_each_entry(fb, &file_priv->fbs, filp_head) { in drm_mode_getresources()
3313 list_add(&fb->filp_head, &file_priv->fbs); in drm_mode_addfb2()
3321 struct list_head fbs; member
3328 while (!list_empty(&arg->fbs)) { in drm_mode_rmfb_work_fn()
3330 list_first_entry(&arg->fbs, typeof(*fb), filp_head); in drm_mode_rmfb_work_fn()
3367 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_rmfb()
3388 INIT_LIST_HEAD(&arg.fbs); in drm_mode_rmfb()
3389 list_add_tail(&fb->filp_head, &arg.fbs); in drm_mode_rmfb()
3564 INIT_LIST_HEAD(&arg.fbs); in drm_fb_release()
[all …]
Ddrm_fops.c222 INIT_LIST_HEAD(&priv->fbs); in drm_open_helper()
/linux-4.4.14/include/drm/
DdrmP.h341 struct list_head fbs; member