Searched refs:mem_length (Results 1 – 7 of 7) sorted by relevance
/openbmc/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 …]
|
/openbmc/linux/include/xen/interface/io/ |
H A D | fbif.h | 98 uint32_t mem_length; /* length of the framebuffer (in bytes) */ member
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | fbif.h | 122 uint32_t mem_length; /* the length of the framebuffer (in bytes) */ member
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 1258 u16 mem_length = readw(one_slot + MEM_LENGTH); in cpqhp_find_available_resources() local 1263 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, in cpqhp_find_available_resources() 1330 temp_dword = mem_base + mem_length; in cpqhp_find_available_resources() 1338 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),
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | xen-fbfront.c | 543 info->page->mem_length = fb_info->fix.smem_len; in xenfb_init_shared_page()
|
/openbmc/qemu/hw/display/ |
H A D | xenfb.c | 905 fb_page->mem_length, 0, fb_page->line_length); in fb_initialise()
|