Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Deflash.c154 u32 pagenum = (info->start[sector]-ATMEL_BASE_FLASH)/pagesize; in flash_real_protect() local
170 (pagenum << AT91_EEFC_FCR_FARG_SHIFT), &eefc->fcr); in flash_real_protect()
173 (pagenum << AT91_EEFC_FCR_FARG_SHIFT), &eefc->fcr); in flash_real_protect()
189 static u32 erase_write_page (u32 pagenum) in erase_write_page() argument
193 debug("erase+write page=%u\n", pagenum); in erase_write_page()
197 (pagenum << AT91_EEFC_FCR_FARG_SHIFT), &eefc->fcr); in erase_write_page()
220 u32 pagenum; in write_buff() local
235 pagenum = (addr-ATMEL_BASE_FLASH)/pagesize; in write_buff()
244 if (erase_write_page(pagenum)) in write_buff()
246 pagenum++; in write_buff()
/openbmc/linux/fs/hfs/
H A Dbnode.c21 int pagenum; in hfs_bnode_read() local
26 pagenum = off >> PAGE_SHIFT; in hfs_bnode_read()
30 if (pagenum >= node->tree->pages_per_bnode) in hfs_bnode_read()
32 page = node->page[pagenum]; in hfs_bnode_read()
37 pagenum++; in hfs_bnode_read()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c1094 struct kvm_memory_slot *memslot, int pagenum) in kvm_radix_test_clear_dirty() argument
1096 unsigned long gfn = memslot->base_gfn + pagenum; in kvm_radix_test_clear_dirty()