Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_12_2_glymur.h69 .sblk = &dpu_vig_sblk_qseed3_3_4,
76 .sblk = &dpu_vig_sblk_qseed3_3_4,
83 .sblk = &dpu_vig_sblk_qseed3_3_4,
90 .sblk = &dpu_vig_sblk_qseed3_3_4,
97 .sblk = &dpu_dma_sblk,
104 .sblk = &dpu_dma_sblk,
111 .sblk = &dpu_dma_sblk,
118 .sblk = &dpu_dma_sblk,
125 .sblk = &dpu_dma_sblk,
132 .sblk = &dpu_dma_sblk,
[all …]
/linux/fs/squashfs/
H A Dsuper.c184 struct squashfs_super_block *sblk = NULL; in squashfs_fill_super() local
220 msblk->bytes_used = sizeof(*sblk); in squashfs_fill_super()
221 sblk = squashfs_read_table(sb, SQUASHFS_START, sizeof(*sblk)); in squashfs_fill_super()
223 if (IS_ERR(sblk)) { in squashfs_fill_super()
225 err = PTR_ERR(sblk); in squashfs_fill_super()
226 sblk = NULL; in squashfs_fill_super()
233 sb->s_magic = le32_to_cpu(sblk->s_magic); in squashfs_fill_super()
250 le16_to_cpu(sblk->s_major), in squashfs_fill_super()
251 le16_to_cpu(sblk->s_minor), in squashfs_fill_super()
252 le16_to_cpu(sblk->compression)); in squashfs_fill_super()
[all …]
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.h426 const struct dpu_sspp_sub_blks *sblk; member
444 const struct dpu_lm_sub_blks *sblk; member
459 const struct dpu_dspp_sub_blks *sblk; member
475 const struct dpu_pingpong_sub_blks *sblk; member
486 const struct dpu_merge_3d_sub_blks *sblk; member
500 const struct dpu_dsc_sub_blks *sblk; member
H A Ddpu_kms.c966 if (cat->dspp[i].sblk && cat->dspp[i].sblk->pcc.len > 0) in dpu_kms_mdp_snapshot()
967 msm_disp_snapshot_add_block(disp_state, cat->dspp[i].sblk->pcc.len, in dpu_kms_mdp_snapshot()
968 base + cat->dspp[i].sblk->pcc.base, "%s_%s", in dpu_kms_mdp_snapshot()
970 cat->dspp[i].sblk->pcc.name); in dpu_kms_mdp_snapshot()
987 if (cat->pingpong[i].sblk && cat->pingpong[i].sblk->dither.len > 0) in dpu_kms_mdp_snapshot()
988 msm_disp_snapshot_add_block(disp_state, cat->pingpong[i].sblk->dither.len, in dpu_kms_mdp_snapshot()
989 base + cat->pingpong[i].sblk->dither.base, in dpu_kms_mdp_snapshot()
991 cat->pingpong[i].sblk->dither.name); in dpu_kms_mdp_snapshot()
1000 if (cat->sspp[i].sblk && cat->sspp[i].sblk->scaler_blk.len > 0) in dpu_kms_mdp_snapshot()
1001 msm_disp_snapshot_add_block(disp_state, cat->sspp[i].sblk->scaler_blk.len, in dpu_kms_mdp_snapshot()
[all …]
H A Ddpu_plane.c473 if (pipe_hw->cap->sblk->scaler_blk.version >= 0x3000) { in _dpu_plane_setup_scaler3()
698 const struct dpu_sspp_sub_blks *sblk = pipe->sspp->cap->sblk; in dpu_plane_check_inline_rotation() local
705 if (!sblk->rotation_cfg) { in dpu_plane_check_inline_rotation()
710 if (drm_rect_width(&src) > sblk->rotation_cfg->rot_maxheight) { in dpu_plane_check_inline_rotation()
712 src.y2, sblk->rotation_cfg->rot_maxheight); in dpu_plane_check_inline_rotation()
716 supported_formats = sblk->rotation_cfg->rot_format_list; in dpu_plane_check_inline_rotation()
717 num_formats = sblk->rotation_cfg->rot_num_formats; in dpu_plane_check_inline_rotation()
738 const struct dpu_sspp_sub_blks *sblk; in dpu_plane_atomic_check_pipe() local
741 sblk = pipe->sspp->cap->sblk; in dpu_plane_atomic_check_pipe()
747 if (!(sblk->scaler_blk.len && pipe->sspp->ops.setup_scaler) && in dpu_plane_atomic_check_pipe()
[all …]
H A Ddpu_crtc.c1897 if (dspp->sblk->gc.base) { in dpu_crtc_init()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c889 struct status_block_msix *sblk; in bnx2_alloc_mem() local
893 sblk = (bp->status_blk + BNX2_SBLK_MSIX_ALIGN_SIZE * i); in bnx2_alloc_mem()
894 bnapi->status_blk.msix = sblk; in bnx2_alloc_mem()
896 &sblk->status_tx_quick_consumer_index; in bnx2_alloc_mem()
898 &sblk->status_rx_quick_consumer_index; in bnx2_alloc_mem()
2798 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_phy_event_is_set() local
2802 new_link_state = sblk->status_attn_bits & event; in bnx2_phy_event_is_set()
2803 old_link_state = sblk->status_attn_bits_ack & event; in bnx2_phy_event_is_set()
3350 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_interrupt() local
3358 if ((sblk->status_idx == bnapi->last_status_idx) && in bnx2_interrupt()
[all …]
H A Dcnic.c3009 struct status_block *sblk = status_blk; in cnic_service_bnx2() local
3011 return sblk->status_idx; in cnic_service_bnx2()
4483 struct status_block *sblk = cp->status_blk.gen; in cnic_init_bnx2_irq() local
4487 while (sblk->status_completion_producer_index && i < 10) { in cnic_init_bnx2_irq()
4494 if (sblk->status_completion_producer_index) in cnic_init_bnx2_irq()
4547 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_tx_ring() local
4552 cp->tx_cons_ptr = &sblk->status_tx_quick_consumer_index; in cnic_init_bnx2_tx_ring()
4615 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_rx_ring() local
4617 cp->rx_cons_ptr = &sblk->status_rx_quick_consumer_index; in cnic_init_bnx2_rx_ring()
4714 struct status_block *sblk = cp->status_blk.gen; in cnic_start_bnx2_hw() local
[all …]
H A Dtg3.c1042 struct tg3_hw_status *sblk = tnapi->hw_status; in tg3_has_work() local
1047 if (sblk->status & SD_STATUS_LINK_CHG) in tg3_has_work()
1052 if (sblk->idx[0].tx_consumer != tnapi->tx_cons) in tg3_has_work()
7043 struct tg3_hw_status *sblk = tp->napi[0].hw_status; in tg3_poll_link() local
7045 if (sblk->status & SD_STATUS_LINK_CHG) { in tg3_poll_link()
7046 sblk->status = SD_STATUS_UPDATED | in tg3_poll_link()
7047 (sblk->status & ~SD_STATUS_LINK_CHG); in tg3_poll_link()
7256 struct tg3_hw_status *sblk = tnapi->hw_status; in tg3_poll_msix() local
7271 tnapi->last_tag = sblk->status_tag; in tg3_poll_msix()
7276 if (likely(sblk->idx[0].tx_consumer == tnapi->tx_cons && in tg3_poll_msix()
[all …]
/linux/net/mac80211/
H A Dtx.c4956 int sblk; in ieee80211_s1g_beacon_add_tim_pvb() local
4958 for (sblk = 0; sblk < 8; sblk++) { in ieee80211_s1g_beacon_add_tim_pvb()
4959 int sblk_idx = blk * 8 + sblk; in ieee80211_s1g_beacon_add_tim_pvb()
4966 blk_bmap |= BIT(sblk); in ieee80211_s1g_beacon_add_tim_pvb()
4987 for (sblk = 0; sblk < 8; sblk++) { in ieee80211_s1g_beacon_add_tim_pvb()
4988 int sblk_idx = blk * 8 + sblk; in ieee80211_s1g_beacon_add_tim_pvb()
4990 if (!(blk_bmap & BIT(sblk))) in ieee80211_s1g_beacon_add_tim_pvb()