Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/md/
Ddm-stripe.c22 sector_t physical_start; member
88 sc->stripe[stripe].physical_start = start; in get_stripe()
273 sc->stripe[target_stripe].physical_start; in stripe_map_range()
305 bio->bi_iter.bi_sector += sc->stripe[stripe].physical_start; in stripe_map()
349 (unsigned long long)sc->stripe[i].physical_start); in stripe_status()
400 sc->stripe[i].physical_start, in stripe_iterate_devices()
/linux-4.4.14/fs/btrfs/
Dvolumes.c1177 u64 physical_start = *start; in contains_pending_extent() local
1192 if (map->stripes[i].physical >= physical_start + len || in contains_pending_extent()
1194 physical_start) in contains_pending_extent()