/src/sys/arch/arm/fdt/ |
pcihost_fdt.c | 237 u_int probe_only; local in function:pcihost_config 259 if (chosen <= 0 || of_getprop_uint32(chosen, "linux,pci-probe-only", &probe_only)) 260 probe_only = 0; 359 if (probe_only) {
|
pcihost_fdt.c | 237 u_int probe_only; local in function:pcihost_config 259 if (chosen <= 0 || of_getprop_uint32(chosen, "linux,pci-probe-only", &probe_only)) 260 probe_only = 0; 359 if (probe_only) {
|
/src/sys/arch/riscv/fdt/ |
pcihost_fdt.c | 219 u_int probe_only; local in function:pcihost_config 242 if (chosen <= 0 || of_getprop_uint32(chosen, "linux,pci-probe-only", &probe_only)) 243 probe_only = 0; 341 if (probe_only) {
|
pcihost_fdt.c | 219 u_int probe_only; local in function:pcihost_config 242 if (chosen <= 0 || of_getprop_uint32(chosen, "linux,pci-probe-only", &probe_only)) 243 probe_only = 0; 341 if (probe_only) {
|