Home
last modified time | relevance | path

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

/Linux-v4.19/fs/squashfs/
Dsuper.c82 struct squashfs_super_block *sblk = NULL; in squashfs_fill_super() local
110 msblk->bytes_used = sizeof(*sblk); in squashfs_fill_super()
111 sblk = squashfs_read_table(sb, SQUASHFS_START, sizeof(*sblk)); in squashfs_fill_super()
113 if (IS_ERR(sblk)) { in squashfs_fill_super()
115 err = PTR_ERR(sblk); in squashfs_fill_super()
116 sblk = NULL; in squashfs_fill_super()
123 sb->s_magic = le32_to_cpu(sblk->s_magic); in squashfs_fill_super()
133 le16_to_cpu(sblk->s_major), in squashfs_fill_super()
134 le16_to_cpu(sblk->s_minor), in squashfs_fill_super()
135 le16_to_cpu(sblk->compression)); in squashfs_fill_super()
[all …]
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_lm.c69 const struct dpu_lm_sub_blks *sblk = ctx->cap->sblk; in _stage_offset() local
74 else if (stage <= sblk->maxblendstages) in _stage_offset()
75 rc = sblk->blendstage_base[stage - DPU_STAGE_0]; in _stage_offset()
Ddpu_hw_catalog.c182 .sblk = &_sblk, \
193 .sblk = &_sblk, \
235 .sblk = &sdm845_lm_sblk, \
294 .sblk = &sdm845_pp_sblk_te \
301 .sblk = &sdm845_pp_sblk \
Ddpu_plane.c1675 const struct dpu_sspp_sub_blks *sblk = 0; in _dpu_plane_init_debugfs() local
1695 sblk = cfg->sblk; in _dpu_plane_init_debugfs()
1697 if (!sblk) in _dpu_plane_init_debugfs()
1714 sblk->src_blk.base + cfg->base, in _dpu_plane_init_debugfs()
1715 sblk->src_blk.len, in _dpu_plane_init_debugfs()
1723 sblk->scaler_blk.base + cfg->base, in _dpu_plane_init_debugfs()
1724 sblk->scaler_blk.len, in _dpu_plane_init_debugfs()
1738 sblk->csc_blk.base + cfg->base, in _dpu_plane_init_debugfs()
1739 sblk->csc_blk.len, in _dpu_plane_init_debugfs()
1756 (u32 *) &sblk->creq_vblank); in _dpu_plane_init_debugfs()
[all …]
Ddpu_hw_sspp.c149 const struct dpu_sspp_sub_blks *sblk = ctx->cap->sblk; in _sspp_subblk_offset() local
156 *idx = sblk->src_blk.base; in _sspp_subblk_offset()
161 *idx = sblk->scaler_blk.base; in _sspp_subblk_offset()
165 *idx = sblk->csc_blk.base; in _sspp_subblk_offset()
416 || !scaler3_cfg || !ctx || !ctx->cap || !ctx->cap->sblk) in _dpu_hw_sspp_setup_scaler3()
420 ctx->cap->sblk->scaler_blk.version, in _dpu_hw_sspp_setup_scaler3()
Ddpu_hw_catalog.h464 const struct dpu_sspp_sub_blks *sblk; member
482 const struct dpu_lm_sub_blks *sblk; member
529 const struct dpu_pingpong_sub_blks *sblk; member
Ddpu_rm.c397 rm->lm_max_width = lm->sblk->maxwidth; in dpu_rm_init()
398 } else if (rm->lm_max_width != lm->sblk->maxwidth) { in dpu_rm_init()
404 if (rm->lm_max_width > lm->sblk->maxwidth) in dpu_rm_init()
405 rm->lm_max_width = lm->sblk->maxwidth; in dpu_rm_init()
Ddpu_hw_ctl.c67 stages = mixer[i].sblk->maxblendstages; in _mixer_stages()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbnx2.c895 struct status_block_msix *sblk; in bnx2_alloc_mem() local
899 sblk = (bp->status_blk + BNX2_SBLK_MSIX_ALIGN_SIZE * i); in bnx2_alloc_mem()
900 bnapi->status_blk.msix = sblk; in bnx2_alloc_mem()
902 &sblk->status_tx_quick_consumer_index; in bnx2_alloc_mem()
904 &sblk->status_rx_quick_consumer_index; in bnx2_alloc_mem()
2804 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_phy_event_is_set() local
2808 new_link_state = sblk->status_attn_bits & event; in bnx2_phy_event_is_set()
2809 old_link_state = sblk->status_attn_bits_ack & event; in bnx2_phy_event_is_set()
3359 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_interrupt() local
3367 if ((sblk->status_idx == bnapi->last_status_idx) && in bnx2_interrupt()
[all …]
Dcnic.c3005 struct status_block *sblk = status_blk; in cnic_service_bnx2() local
3007 return sblk->status_idx; in cnic_service_bnx2()
4479 struct status_block *sblk = cp->status_blk.gen; in cnic_init_bnx2_irq() local
4483 while (sblk->status_completion_producer_index && i < 10) { in cnic_init_bnx2_irq()
4490 if (sblk->status_completion_producer_index) in cnic_init_bnx2_irq()
4543 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_tx_ring() local
4548 cp->tx_cons_ptr = &sblk->status_tx_quick_consumer_index; in cnic_init_bnx2_tx_ring()
4611 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_rx_ring() local
4613 cp->rx_cons_ptr = &sblk->status_rx_quick_consumer_index; in cnic_init_bnx2_rx_ring()
4710 struct status_block *sblk = cp->status_blk.gen; in cnic_start_bnx2_hw() local
[all …]
Dtg3.c1050 struct tg3_hw_status *sblk = tnapi->hw_status; in tg3_has_work() local
1055 if (sblk->status & SD_STATUS_LINK_CHG) in tg3_has_work()
1060 if (sblk->idx[0].tx_consumer != tnapi->tx_cons) in tg3_has_work()
7017 struct tg3_hw_status *sblk = tp->napi[0].hw_status; in tg3_poll_link() local
7019 if (sblk->status & SD_STATUS_LINK_CHG) { in tg3_poll_link()
7020 sblk->status = SD_STATUS_UPDATED | in tg3_poll_link()
7021 (sblk->status & ~SD_STATUS_LINK_CHG); in tg3_poll_link()
7232 struct tg3_hw_status *sblk = tnapi->hw_status; in tg3_poll_msix() local
7247 tnapi->last_tag = sblk->status_tag; in tg3_poll_msix()
7252 if (likely(sblk->idx[0].tx_consumer == tnapi->tx_cons && in tg3_poll_msix()
[all …]