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

  /src/sys/dev/pci/
cs4280.c 934 struct pci_attach_args smbuspa; local in function:cs4280_clkrun_hack_init
941 if (pci_find_device(&smbuspa, cs4280_piix4_match)) {
945 reg = pci_conf_read(smbuspa.pa_pc, smbuspa.pa_tag, 0x40);
950 sc->sc_pm_iot = smbuspa.pa_iot;
cs4280.c 934 struct pci_attach_args smbuspa; local in function:cs4280_clkrun_hack_init
941 if (pci_find_device(&smbuspa, cs4280_piix4_match)) {
945 reg = pci_conf_read(smbuspa.pa_pc, smbuspa.pa_tag, 0x40);
950 sc->sc_pm_iot = smbuspa.pa_iot;

Completed in 24 milliseconds