Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dvub300.c332 u16 fbs[8]; /* Function Block Size */ member
857 vub300->fbs[1] = (cmd_arg << 8) | (0x00FF & vub300->fbs[1]); in snoop_block_size_and_bus_width()
859 vub300->fbs[1] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[1]); in snoop_block_size_and_bus_width()
861 vub300->fbs[2] = (cmd_arg << 8) | (0x00FF & vub300->fbs[2]); in snoop_block_size_and_bus_width()
863 vub300->fbs[2] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[2]); in snoop_block_size_and_bus_width()
865 vub300->fbs[3] = (cmd_arg << 8) | (0x00FF & vub300->fbs[3]); in snoop_block_size_and_bus_width()
867 vub300->fbs[3] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[3]); in snoop_block_size_and_bus_width()
869 vub300->fbs[4] = (cmd_arg << 8) | (0x00FF & vub300->fbs[4]); in snoop_block_size_and_bus_width()
871 vub300->fbs[4] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[4]); in snoop_block_size_and_bus_width()
873 vub300->fbs[5] = (cmd_arg << 8) | (0x00FF & vub300->fbs[5]); in snoop_block_size_and_bus_width()
[all …]
/linux/drivers/gpu/drm/
H A Ddrm_framebuffer.c348 list_add(&fb->filp_head, &file_priv->fbs); in drm_mode_addfb2()
380 struct list_head fbs; member
387 while (!list_empty(&arg->fbs)) { in drm_mode_rmfb_work_fn()
389 list_first_entry(&arg->fbs, typeof(*fb), filp_head); in drm_mode_rmfb_work_fn()
406 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_closefb()
418 /* Drop the reference that was stored in the fbs list */ in drm_mode_closefb()
465 INIT_LIST_HEAD(&arg.fbs); in drm_mode_rmfb()
467 list_add_tail(&fb->filp_head, &arg.fbs); in drm_mode_rmfb()
795 INIT_LIST_HEAD(&arg.fbs); in drm_fb_release()
807 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_hea in drm_fb_release()
[all...]
H A Ddrm_file.c152 INIT_LIST_HEAD(&file->fbs); in drm_file_alloc()
/linux/drivers/ata/
H A Dlibahci.c1728 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1736 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1737 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1738 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr()
1740 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1743 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr()
1761 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr()
1762 int pmp = fbs >> PORT_FBS_DWE_OFFSET; in ahci_error_intr()
1764 if ((fbs & PORT_FBS_SDE) && (pmp < ap->nr_pmp_links)) { in ahci_error_intr()
2060 u32 fbs in ahci_qc_issue()
1732 u32 fbs = readl(port_mmio + PORT_FBS); ahci_fbs_dec_intr() local
1765 u32 fbs = readl(port_mmio + PORT_FBS); ahci_error_intr() local
2064 u32 fbs = readl(port_mmio + PORT_FBS); ahci_qc_issue() local
2325 u32 fbs; ahci_enable_fbs() local
2359 u32 fbs; ahci_disable_fbs() local
[all...]
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h87 struct fb_info *fbs[10]; member