Home
last modified time | relevance | path

Searched refs:physical_start (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-stripe.c22 sector_t physical_start; member
86 sc->stripe[stripe].physical_start = start; in get_stripe()
271 sc->stripe[target_stripe].physical_start; in stripe_map_range()
303 bio->bi_iter.bi_sector += sc->stripe[stripe].physical_start; in stripe_map()
347 (unsigned long long)sc->stripe[i].physical_start); in stripe_status()
398 sc->stripe[i].physical_start, in stripe_iterate_devices()
430 bvm->bi_sector = sc->stripe[stripe].physical_start + bvm_sector; in stripe_merge()
/linux-4.1.27/drivers/video/fbdev/
Dgrvga.c338 unsigned long physical_start = 0; in grvga_probe() local
429 physical_start = grvga_fix_addr; in grvga_probe()
431 if (!devm_request_mem_region(&dev->dev, physical_start, in grvga_probe()
438 virtual_start = (unsigned long) ioremap(physical_start, grvga_mem_size); in grvga_probe()
459 physical_start = dma_map_single(&dev->dev, (void *)virtual_start, grvga_mem_size, DMA_TO_DEVICE); in grvga_probe()
476 info->fix.smem_start = physical_start; in grvga_probe()
492 __raw_writel(physical_start, &par->regs->fb_pos); in grvga_probe()
/linux-4.1.27/fs/btrfs/
Dvolumes.c1062 u64 physical_start = *start; in contains_pending_extent() local
1073 if (map->stripes[i].physical >= physical_start + len || in contains_pending_extent()
1075 physical_start) in contains_pending_extent()