Searched refs:fbs (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ |
D | vub300.c | 335 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.1.27/drivers/ata/ |
D | libahci.c | 1566 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() local 1575 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1576 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1577 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr() 1579 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1582 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr() 1600 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr() local 1601 int pmp = fbs >> PORT_FBS_DWE_OFFSET; in ahci_error_intr() 1603 if ((fbs & PORT_FBS_SDE) && (pmp < ap->nr_pmp_links)) { in ahci_error_intr() 1905 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_qc_issue() local [all …]
|
D | ahci_xgene.c | 150 u32 fbs; in xgene_ahci_restart_engine() local 170 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine() 171 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine() 172 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-sysfs.c | 182 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()
|
D | omapfb-main.c | 1358 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 …]
|
D | omapfb.h | 99 struct fb_info *fbs[10]; member
|
D | omapfb-ioctl.c | 244 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); in omapfb_setup_mem()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fops.c | 168 INIT_LIST_HEAD(&priv->fbs); in drm_open_helper()
|
D | drm_crtc.c | 1833 list_for_each(lh, &file_priv->fbs) in drm_mode_getresources() 1841 list_for_each_entry(fb, &file_priv->fbs, filp_head) { in drm_mode_getresources() 3392 list_add(&fb->filp_head, &file_priv->fbs); in drm_mode_addfb2() 3428 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_rmfb() 3621 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_head) { in drm_fb_release()
|
/linux-4.1.27/include/drm/ |
D | drmP.h | 326 struct list_head fbs; member
|