Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc64/kernel/
Dpci.c398 unsigned long space_size, user_offset, user_size; in __pci_mmap_make_offset_bus() local
447 user_offset = vma->vm_pgoff << PAGE_SHIFT; in __pci_mmap_make_offset_bus()
450 if (user_offset >= space_size || in __pci_mmap_make_offset_bus()
451 (user_offset + user_size) > space_size) in __pci_mmap_make_offset_bus()
470 vma->vm_pgoff = (lowest + user_offset) >> PAGE_SHIFT; in __pci_mmap_make_offset_bus()
474 user_offset) >> PAGE_SHIFT; in __pci_mmap_make_offset_bus()
477 user_offset) >> PAGE_SHIFT; in __pci_mmap_make_offset_bus()
497 unsigned long user_offset = vma->vm_pgoff << PAGE_SHIFT; in __pci_mmap_make_offset() local
498 unsigned long user32 = user_offset & pci_memspace_mask; in __pci_mmap_make_offset()
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c348 p->transinfo[target].user_offset, in aic7xxx_proc_info()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c921 unsigned char user_offset; member
2264 p->transinfo[tindex].user_offset = offset; in aic7xxx_set_syncrate()
2875 p->transinfo[tindex].user_offset ) in aic7xxx_done()
5532 if(p->transinfo[tindex].user_offset) in aic7xxx_parse_msg()
5698 if(p->transinfo[tindex].user_offset) in aic7xxx_parse_msg()
5859 if(p->transinfo[tindex].user_offset) in aic7xxx_parse_msg()
9234 p->transinfo[i].user_offset = 0; in aic7xxx_load_seeprom()
9246 p->transinfo[i].user_offset = MAX_OFFSET_ULTRA2; in aic7xxx_load_seeprom()
9278 p->transinfo[i].user_offset = MAX_OFFSET_ULTRA2; in aic7xxx_load_seeprom()
9295 p->transinfo[i].user_offset = MAX_OFFSET_8BIT; in aic7xxx_load_seeprom()