Home
last modified time | relevance | path

Searched refs:mem_length (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/isp1760/
A Disp1760-if.c35 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()
106 iobase = ioremap(mem_start, mem_length); in isp1761_pci_init()
109 release_mem_region(mem_start, mem_length); in isp1761_pci_init()
[all …]
/drivers/pci/hotplug/
A Dcpqphp_pci.c1244 u16 mem_length = readw(one_slot + MEM_LENGTH); in cpqhp_find_available_resources() local
1249 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, in cpqhp_find_available_resources()
1316 temp_dword = mem_base + mem_length; in cpqhp_find_available_resources()
1324 mem_node->length = mem_length << 16; in cpqhp_find_available_resources()
A Dcpqphp.h204 u16 mem_length; member
220 MEM_LENGTH = offsetof(struct slot_rt, mem_length),
/drivers/video/fbdev/
A Dxen-fbfront.c544 info->page->mem_length = fb_info->fix.smem_len; in xenfb_init_shared_page()

Completed in 16 milliseconds