Searched refs:fbs (Results 1 - 8 of 8) sorted by relevance
/drivers/mmc/host/ |
H A D | vub300.c | 335 u16 fbs[8]; /* Function Block Size */ member in struct:vub300_mmc_host 863 vub300->fbs[1] = (cmd_arg << 8) | (0x00FF & vub300->fbs[1]); 865 vub300->fbs[1] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[1]); 867 vub300->fbs[2] = (cmd_arg << 8) | (0x00FF & vub300->fbs[2]); 869 vub300->fbs[2] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[2]); 871 vub300->fbs[ [all...] |
/drivers/ata/ |
H A D | libahci.c | 1565 u32 fbs = readl(port_mmio + PORT_FBS); local 1574 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); 1575 fbs = readl(port_mmio + PORT_FBS); 1576 while ((fbs & PORT_FBS_DEC) && retries--) { 1578 fbs = readl(port_mmio + PORT_FBS); 1581 if (fbs & PORT_FBS_DEC) 1599 u32 fbs = readl(port_mmio + PORT_FBS); local 1600 int pmp = fbs >> PORT_FBS_DWE_OFFSET; 1602 if ((fbs & PORT_FBS_SDE) && (pmp < ap->nr_pmp_links)) { 1905 u32 fbs local 2076 u32 fbs; local 2110 u32 fbs; local [all...] |
/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-sysfs.c | 182 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); 473 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); 576 DBG("create sysfs for fbs\n"); 580 r = device_create_file(fbdev->fbs[i]->dev, 598 DBG("remove sysfs for fbs\n"); 601 device_remove_file(fbdev->fbs[i]->dev,
|
H A D | omapfb.h | 99 struct fb_info *fbs[10]; member in struct:omapfb2_device
|
H A D | omapfb-main.c | 1358 struct fb_info *fbi = fbdev->fbs[i]; 1557 r = omapfb_alloc_fbmem_display(fbdev->fbs[i], 1566 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); 1846 unregister_framebuffer(fbdev->fbs[i]); 1852 fbinfo_cleanup(fbdev, fbdev->fbs[i]); 1853 framebuffer_release(fbdev->fbs[i]); 1903 fbdev->fbs[i] = fbi; 1923 /* assign overlays for the fbs */ 1925 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); 1942 struct fb_info *fbi = fbdev->fbs[ [all...] |
H A D | omapfb-ioctl.c | 241 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]);
|
/drivers/gpu/drm/ |
H A D | drm_fops.c | 168 INIT_LIST_HEAD(&priv->fbs);
|
H A D | drm_crtc.c | 1729 list_for_each(lh, &file_priv->fbs) 1737 list_for_each_entry(fb, &file_priv->fbs, filp_head) { 2467 * connectors from it), hence we need to refcount the fbs across all 2987 list_add(&fb->filp_head, &file_priv->fbs); 3153 list_add(&fb->filp_head, &file_priv->fbs); 3220 list_for_each_entry(fbl, &file_priv->fbs, filp_head) 3226 /* Mark fb as reaped, we still have a ref from fpriv->fbs. */ 3413 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_head) { 3416 /* Mark fb as reaped, we still have a ref from fpriv->fbs. */ 3422 /* This will also drop the fpriv->fbs referenc [all...] |
Completed in 1840 milliseconds