Home
last modified time | relevance | path

Searched refs:user_offset (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/sparc/kernel/
Dpci.c773 unsigned long space_size, user_offset, user_size; in __pci_mmap_make_offset_bus() local
782 user_offset = vma->vm_pgoff << PAGE_SHIFT; in __pci_mmap_make_offset_bus()
785 if (user_offset >= space_size || in __pci_mmap_make_offset_bus()
786 (user_offset + user_size) > space_size) in __pci_mmap_make_offset_bus()
791 user_offset) >> PAGE_SHIFT; in __pci_mmap_make_offset_bus()
794 user_offset) >> PAGE_SHIFT; in __pci_mmap_make_offset_bus()
/Linux-v4.19/drivers/mtd/chips/
Dcfi_cmdset_0002.c1400 loff_t user_offset, factory_offset, otpoffset; in cfi_amdstd_otp_walk() local
1434 user_offset = 0; in cfi_amdstd_otp_walk()
1469 otpoffset = user_regs ? user_offset : factory_offset; in cfi_amdstd_otp_walk()