Searched refs:this_size (Results 1 – 2 of 2) sorted by relevance
582 unsigned long this_size; in sd0001_ioremap() local584 this_size = 0x100000 - (phys_addr & 0xfffff); in sd0001_ioremap()585 this_size = min(this_size, size); in sd0001_ioremap()588 unmunge(phys_addr), this_size, in sd0001_ioremap()593 size -= this_size; in sd0001_ioremap()594 phys_addr += this_size; in sd0001_ioremap()595 addr += this_size; in sd0001_ioremap()
117 unsigned long first_sector, this_sector, this_size; in extended_partition() local125 this_size = first_size; in extended_partition()164 if (offs + size > this_size) in extended_partition()202 this_size = NR_SECTS(p) * sector_size; in extended_partition()