OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reg_end
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/x86/pci/
pci_addr_fixup.c
172
int error, useport, usemem, mapreg, type, reg_start,
reg_end
, width;
local
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
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
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
637
reg_end
= PCI_MAPREG_END;
646
reg_end
= PCI_MAPREG_PCB_END;
686
for (br = reg_start; br <
reg_end
; br += width) {
Completed in 804 milliseconds
Indexes created Sun Feb 15 12:34:49 CET 2026