Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/pci/
Dbroadcom_bus.c42 update_res(info, 0x01f0, 0x01f7, IORESOURCE_IO, 0); in cnb20le_res()
43 update_res(info, 0x03f6, 0x03f6, IORESOURCE_IO, 0); in cnb20le_res()
44 update_res(info, 0x0170, 0x0177, IORESOURCE_IO, 0); in cnb20le_res()
45 update_res(info, 0x0376, 0x0376, IORESOURCE_IO, 0); in cnb20le_res()
46 update_res(info, 0xffa0, 0xffaf, IORESOURCE_IO, 0); in cnb20le_res()
56 update_res(info, res.start, res.end, res.flags, 0); in cnb20le_res()
66 update_res(info, res.start, res.end, res.flags, 0); in cnb20le_res()
76 update_res(info, res.start, res.end, res.flags, 0); in cnb20le_res()
Damd_bus.c172 update_res(info, start, end, IORESOURCE_IO, 1); in early_root_info_init()
183 update_res(info, range[i].start, range[i].end - 1, in early_root_info_init()
261 update_res(info, start, endx, IORESOURCE_MEM, 0); in early_root_info_init()
278 update_res(info, cap_resource(start), cap_resource(end), in early_root_info_init()
308 update_res(info, cap_resource(range[i].start), in early_root_info_init()
Dbus_numa.h25 extern void update_res(struct pci_root_info *info, resource_size_t start,
Dbus_numa.c95 void update_res(struct pci_root_info *info, resource_size_t start, in update_res() function