HomeSort by: relevance | last modified time | path
    Searched defs:secbus (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
meson.dtsi 305 secbus: secbus@da000000 { label
  /src/sys/dev/pci/
btvmeii.c 139 int secbus; local in function:b3_2706_match
147 secbus = PCI_BRIDGE_BUS_NUM_SECONDARY(pci_conf_read(pc, pa->pa_tag,
149 if (secbus == 0) {
154 tag = pci_make_tag(pc, secbus, 4, 0);
165 tag = pci_make_tag(pc, secbus, 8, 0);
186 int secbus; local in function:b3_2706_attach
197 secbus = PCI_BRIDGE_BUS_NUM_SECONDARY(pci_conf_read(pc, pa->pa_tag,
203 aa.pa_tag = pci_make_tag(pc, secbus, 4, 0);
224 tag = pci_make_tag(pc, secbus, 8, 0);

Completed in 136 milliseconds