Searched refs:update_res (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/pci/ |
D | broadcom_bus.c | 42 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()
|
D | amd_bus.c | 171 update_res(info, start, end, IORESOURCE_IO, 1); in early_root_info_init() 182 update_res(info, range[i].start, range[i].end - 1, in early_root_info_init() 260 update_res(info, start, endx, IORESOURCE_MEM, 0); in early_root_info_init() 277 update_res(info, cap_resource(start), cap_resource(end), in early_root_info_init() 307 update_res(info, cap_resource(range[i].start), in early_root_info_init()
|
D | bus_numa.h | 24 extern void update_res(struct pci_root_info *info, resource_size_t start,
|
D | bus_numa.c | 103 void update_res(struct pci_root_info *info, resource_size_t start, in update_res() function
|