Searched refs:update_res (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/pci/ |
D | broadcom_bus.c | 38 update_res(info, 0x01f0, 0x01f7, IORESOURCE_IO, 0); in cnb20le_res() 39 update_res(info, 0x03f6, 0x03f6, IORESOURCE_IO, 0); in cnb20le_res() 40 update_res(info, 0x0170, 0x0177, IORESOURCE_IO, 0); in cnb20le_res() 41 update_res(info, 0x0376, 0x0376, IORESOURCE_IO, 0); in cnb20le_res() 42 update_res(info, 0xffa0, 0xffaf, IORESOURCE_IO, 0); in cnb20le_res() 52 update_res(info, res.start, res.end, res.flags, 0); in cnb20le_res() 62 update_res(info, res.start, res.end, res.flags, 0); in cnb20le_res() 72 update_res(info, res.start, res.end, res.flags, 0); in cnb20le_res()
|
D | amd_bus.c | 173 update_res(info, start, end, IORESOURCE_IO, 1); in early_root_info_init() 184 update_res(info, range[i].start, range[i].end - 1, in early_root_info_init() 262 update_res(info, start, endx, IORESOURCE_MEM, 0); in early_root_info_init() 279 update_res(info, cap_resource(start), cap_resource(end), in early_root_info_init() 309 update_res(info, cap_resource(range[i].start), in early_root_info_init()
|
D | bus_numa.h | 25 extern void update_res(struct pci_root_info *info, resource_size_t start,
|
D | bus_numa.c | 95 void update_res(struct pci_root_info *info, resource_size_t start, in update_res() function
|