Searched refs:mem_length (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-if.c | 35 resource_size_t mem_length; in isp1761_pci_init() local 43 mem_length = pci_resource_len(dev, 3); in isp1761_pci_init() 44 if (mem_length < 0xffff) { in isp1761_pci_init() 49 if (!request_mem_region(mem_start, mem_length, "ISP-PCI")) { in isp1761_pci_init() 55 iobase = ioremap(mem_start, mem_length); in isp1761_pci_init() 58 release_mem_region(mem_start, mem_length); in isp1761_pci_init() 87 release_mem_region(mem_start, mem_length); in isp1761_pci_init() 99 mem_length = pci_resource_len(dev, 0); in isp1761_pci_init() 101 if (!request_mem_region(mem_start, mem_length, "ISP1761 IO MEM")) { in isp1761_pci_init() 106 iobase = ioremap(mem_start, mem_length); in isp1761_pci_init() [all …]
|
| /linux/include/xen/interface/io/ |
| H A D | fbif.h | 98 uint32_t mem_length; /* length of the framebuffer (in bytes) */ member
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1133 size_t file_size, length, mem_length; in test_mmap_munmap() local 1173 mem_length = length + offset - pa_offset; in test_mmap_munmap() 1175 mem = mmap(NULL, mem_length, PROT_READ, MAP_SHARED, fd, pa_offset); in test_mmap_munmap() 1181 mem = mremap(mem, mem_length, mem_length * 2, MREMAP_MAYMOVE, 0); in test_mmap_munmap() 1183 munmap(mem, mem_length); in test_mmap_munmap() 1188 ret = munmap(mem, mem_length * 2); in test_mmap_munmap()
|
| /linux/drivers/pci/hotplug/ |
| H A D | cpqphp_pci.c | 1238 u16 mem_length = readw(one_slot + MEM_LENGTH); in cpqhp_find_available_resources() local 1243 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, in cpqhp_find_available_resources() 1310 temp_dword = mem_base + mem_length; in cpqhp_find_available_resources() 1318 mem_node->length = mem_length << 16; in cpqhp_find_available_resources()
|
| H A D | cpqphp.h | 204 u16 mem_length; member 220 MEM_LENGTH = offsetof(struct slot_rt, mem_length),
|
| /linux/drivers/video/fbdev/ |
| H A D | xen-fbfront.c | 544 info->page->mem_length = fb_info->fix.smem_len; in xenfb_init_shared_page()
|