Searched refs:mem_length (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-if.c | 32 resource_size_t mem_length; in isp1761_pci_init() local 40 mem_length = pci_resource_len(dev, 3); in isp1761_pci_init() 41 if (mem_length < 0xffff) { in isp1761_pci_init() 46 if (!request_mem_region(mem_start, mem_length, "ISP-PCI")) { in isp1761_pci_init() 52 iobase = ioremap_nocache(mem_start, mem_length); in isp1761_pci_init() 55 release_mem_region(mem_start, mem_length); in isp1761_pci_init() 84 release_mem_region(mem_start, mem_length); in isp1761_pci_init() 96 mem_length = pci_resource_len(dev, 0); in isp1761_pci_init() 98 if (!request_mem_region(mem_start, mem_length, "ISP1761 IO MEM")) { in isp1761_pci_init() 103 iobase = ioremap_nocache(mem_start, mem_length); in isp1761_pci_init() [all …]
|
/linux-4.4.14/include/xen/interface/io/ |
D | fbif.h | 115 uint32_t mem_length; /* length of the framebuffer (in bytes) */ member
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp_pci.c | 1255 u16 mem_length = readw(one_slot + MEM_LENGTH); in cpqhp_find_available_resources() local 1260 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, in cpqhp_find_available_resources() 1327 temp_dword = mem_base + mem_length; in cpqhp_find_available_resources() 1335 mem_node->length = mem_length << 16; in cpqhp_find_available_resources()
|
D | cpqphp.h | 218 u16 mem_length; member 234 MEM_LENGTH = offsetof(struct slot_rt, mem_length),
|
/linux-4.4.14/drivers/video/fbdev/ |
D | xen-fbfront.c | 561 info->page->mem_length = fb_info->fix.smem_len; in xenfb_init_shared_page()
|