/src/sys/arch/x86/pci/ |
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) {
|
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) {
|
/src/sys/dev/pci/ |
pciconf.c | 596 int br, width, reg_start, reg_end; local in function:pci_do_device_query 637 reg_end = PCI_MAPREG_END; 646 reg_end = PCI_MAPREG_PCB_END; 686 for (br = reg_start; br < reg_end; br += width) {
|
pciconf.c | 596 int br, width, reg_start, reg_end; local in function:pci_do_device_query 637 reg_end = PCI_MAPREG_END; 646 reg_end = PCI_MAPREG_PCB_END; 686 for (br = reg_start; br < reg_end; br += width) {
|