| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | vub300.c | 332 u16 fbs[8]; /* Function Block Size */ member 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_framebuffer.c | 367 list_add(&fb->filp_head, &file_priv->fbs); in drm_mode_addfb2() 399 struct list_head fbs; member 406 while (!list_empty(&arg->fbs)) { in drm_mode_rmfb_work_fn() 408 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 | 111 list_for_each_entry(fb, &file_priv->fbs, filp_head) { in drm_mode_getresources()
|
| H A D | drm_file.c | 172 INIT_LIST_HEAD(&file->fbs); in drm_file_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libahci.c | 1676 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() local 1685 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1686 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1687 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr() 1689 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() 1692 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr() 1710 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr() local 1711 int pmp = fbs >> PORT_FBS_DWE_OFFSET; in ahci_error_intr() 1713 if ((fbs & PORT_FBS_SDE) && (pmp < ap->nr_pmp_links)) { in ahci_error_intr() 2008 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_qc_issue() local [all …]
|
| H A D | ahci_xgene.c | 143 u32 fbs; in xgene_ahci_restart_engine() local 163 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine() 164 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine() 165 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 334 #define fbs(width, name, subs, ...) \ macro 618 fbs(12, operating_point_idc[i], 1, i); in mpp_av1_sequence_header_obu() 619 fbs(5, seq_level_idx[i], 1, i); in mpp_av1_sequence_header_obu() 630 fbs(n, decoder_buffer_delay[i], 1, i); in mpp_av1_sequence_header_obu() 631 fbs(n, encoder_buffer_delay[i], 1, i); in mpp_av1_sequence_header_obu() 641 fbs(4, initial_display_delay_minus_1[i], 1, i); in mpp_av1_sequence_header_obu() 1207 fbs(bits[j], feature_value[i][j], 2, i, j); in mpp_av1_segmentation_params() 1380 fbs(4, cdef_y_pri_strength[i], 1, i); in mpp_av1_cdef_params() 1381 fbs(2, cdef_y_sec_strength[i], 1, i); in mpp_av1_cdef_params() 1384 fbs(4, cdef_uv_pri_strength[i], 1, i); in mpp_av1_cdef_params() [all …]
|
| /OK3568_Linux_fs/buildroot/package/libdrm/ |
| H A D | 0002-modetest-Speed-up-dumping-info.patch | 27 +int encoders = 0, connectors = 0, crtcs = 0, planes = 0, fbs = 0; 116 + fbs = 1; 125 + encoders = connectors = crtcs = planes = fbs = 1; 147 + dump_resource(&dev, fbs);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-sysfs.c | 168 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in get_overlay_fb() 455 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); in store_size() 562 r = device_create_file(fbdev->fbs[i]->dev, in omapfb_create_sysfs() 583 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() 1832 unregister_framebuffer(fbdev->fbs[i]); in omapfb_free_resources() 1838 fbinfo_cleanup(fbdev, fbdev->fbs[i]); in omapfb_free_resources() 1839 framebuffer_release(fbdev->fbs[i]); in omapfb_free_resources() 1885 fbdev->fbs[i] = fbi; in omapfb_create_framebuffers() 1907 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in omapfb_create_framebuffers() 1924 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_create_framebuffers() 1938 struct fb_info *fbi = 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()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_file.h | 291 struct list_head fbs; member
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drmMode.c | 107 drmFree(ptr->fbs); in drmModeFreeResources() 230 r->fbs = drmAllocCpy(U642VOID(res.fb_id_ptr), res.count_fbs, sizeof(uint32_t)); in drmModeGetResources() 234 if ((res.count_fbs && !r->fbs) || in drmModeGetResources() 239 drmFree(r->fbs); in drmModeGetResources()
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86drmMode.h | 75 uint32_t *fbs; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | xf86drmMode.h | 189 uint32_t *fbs; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | xf86drmMode.h | 189 uint32_t *fbs; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | xf86drmMode.h | 189 uint32_t *fbs; member
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 2021 …B;2+-.,.//--,,**----.--,-././00/.---/4494! &&'(-2A5ErYXY:=Ne`B8E]`TL1b�|��fbs||�����������~xtnc`…
|