Searched refs:blk_off (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_util.c | 70 name, c->blk_off + reg_off, val); in dpu_reg_write() 71 writel_relaxed(val, c->base_off + c->blk_off + reg_off); in dpu_reg_write() 76 return readl_relaxed(c->base_off + c->blk_off + reg_off); in dpu_reg_read()
|
H A D | dpu_hw_pingpong.c | 51 b->blk_off = m->pingpong[i].base; in _pingpong_offset() 134 rc = readl_poll_timeout(c->base_off + c->blk_off + PP_LINE_COUNT, in dpu_hw_pp_poll_timeout_wr_ptr()
|
H A D | dpu_hw_dspp.c | 85 b->blk_off = m->dspp[i].base; in _dspp_offset()
|
H A D | dpu_hw_util.h | 19 * @blk_off: pipe offset relative to mdss offset 26 u32 blk_off; member
|
H A D | dpu_hw_lm.c | 37 b->blk_off = m->mixer[i].base; in _lm_offset()
|
H A D | dpu_hw_intf.c | 67 b->blk_off = m->intf[i].base; in _intf_offset()
|
H A D | dpu_hw_vbif.c | 223 b->blk_off = m->vbif[i].base; in _top_offset()
|
H A D | dpu_hw_ctl.c | 45 b->blk_off = m->ctl[i].base; in _ctl_offset()
|
H A D | dpu_hw_top.c | 287 b->blk_off = m->mdp[i].base; in _top_offset()
|
H A D | dpu_hw_interrupts.c | 1091 hw->blk_off = m->mdp[0].base; in __intr_offset()
|
H A D | dpu_hw_sspp.c | 698 b->blk_off = catalog->sspp[i].base; in _sspp_offset()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsl-qdma.c | 1120 int blk_num, blk_off; in fsl_qdma_probe() local 1133 ret = of_property_read_u32(np, "block-offset", &blk_off); in fsl_qdma_probe() 1177 fsl_qdma->block_offset = blk_off; in fsl_qdma_probe()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | fsl-qdma.c | 1122 int blk_num, blk_off; in fsl_qdma_probe() local 1134 ret = of_property_read_u32(np, "block-offset", &blk_off); in fsl_qdma_probe() 1178 fsl_qdma->block_offset = blk_off; in fsl_qdma_probe()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | segment.c | 3927 unsigned short blk_off; in read_compacted_summaries() local 3932 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[i]); in read_compacted_summaries() 3936 seg_i->next_blkoff = blk_off; in read_compacted_summaries() 3939 blk_off = sbi->blocks_per_seg; in read_compacted_summaries() 3941 for (j = 0; j < blk_off; j++) { in read_compacted_summaries() 3970 unsigned short blk_off; in read_normal_summaries() local 3978 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[type - in read_normal_summaries() 3987 blk_off = le16_to_cpu(ckpt->cur_node_blkoff[type - in read_normal_summaries() 4030 curseg->next_blkoff = blk_off; in read_normal_summaries()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.c | 3874 unsigned short blk_off; in read_compacted_summaries() local 3879 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[i]); in read_compacted_summaries() 3883 seg_i->next_blkoff = blk_off; in read_compacted_summaries() 3886 blk_off = sbi->blocks_per_seg; in read_compacted_summaries() 3888 for (j = 0; j < blk_off; j++) { in read_compacted_summaries() 3918 unsigned short blk_off; in read_normal_summaries() local 3926 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[type - in read_normal_summaries() 3935 blk_off = le16_to_cpu(ckpt->cur_node_blkoff[type - in read_normal_summaries() 3979 curseg->next_blkoff = blk_off; in read_normal_summaries()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | resize.c | 1115 static void update_backups(struct super_block *sb, sector_t blk_off, char *data, in update_backups() argument 1140 group = ext4_get_group_number(sb, blk_off) + 1; in update_backups() 1154 backup_block = ((ext4_fsblk_t)group) * bpg + blk_off; in update_backups()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | resize.c | 1142 static void update_backups(struct super_block *sb, sector_t blk_off, char *data, in update_backups() argument 1167 group = ext4_get_group_number(sb, blk_off) + 1; in update_backups() 1183 backup_block = ((ext4_fsblk_t)group) * bpg + blk_off; in update_backups()
|
Completed in 30 milliseconds