Searched refs:blk_off (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | wndw.c | 619 u32 blk_off, off, swizzle; in nv50_set_pixel_swizzle() local 621 blk_off = nv50_get_block_off(x, y, sb->pitch[0]); in nv50_set_pixel_swizzle() 630 off = blk_off + swizzle * 4; in nv50_set_pixel_swizzle() 639 u32 blk_off, off; in nv50_set_pixel() local 641 blk_off = nv50_get_block_off(x, y, sb->width); in nv50_set_pixel() 645 off = blk_off + x * 4 + y * NV_TILE_GOB_WIDTH_BYTES; in nv50_set_pixel()
|
| /linux/drivers/dma/ |
| H A D | fsl-qdma.c | 1123 int blk_num, blk_off; in fsl_qdma_probe() local 1135 ret = of_property_read_u32(np, "block-offset", &blk_off); in fsl_qdma_probe() 1179 fsl_qdma->block_offset = blk_off; in fsl_qdma_probe()
|
| /linux/fs/f2fs/ |
| H A D | segment.c | 4315 unsigned short blk_off; in read_compacted_summaries() local 4320 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[i]); in read_compacted_summaries() 4324 seg_i->next_blkoff = blk_off; in read_compacted_summaries() 4327 blk_off = BLKS_PER_SEG(sbi); in read_compacted_summaries() 4329 for (j = 0; j < blk_off; j++) { in read_compacted_summaries() 4358 unsigned short blk_off; in read_normal_summaries() local 4366 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[type - in read_normal_summaries() 4375 blk_off = le16_to_cpu(ckpt->cur_node_blkoff[type - in read_normal_summaries() 4419 curseg->next_blkoff = blk_off; in read_normal_summaries()
|