pci_addr_fixup.c | 172 int error, useport, usemem, mapreg, type, reg_start, reg_end, width; local in function:pciaddr_resource_manage 182 reg_end = PCI_MAPREG_END; 186 reg_end = PCI_MAPREG_PPB_END; 190 reg_end = PCI_MAPREG_PCB_END; 195 for (mapreg = reg_start; mapreg < reg_end; mapreg += width) {
|