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

  /src/sys/arch/sparc64/dev/
psycho.c 309 bus_space_handle_t pci_ctl; local in function:psycho_attach
358 ma->ma_address[0], &pci_ctl);
376 &pci_ctl))
393 sizeof(struct pci_ctl), &pci_ctl);
407 sizeof(struct pci_ctl), &pci_ctl);
450 csr = bus_space_read_8(sc->sc_bustag, pci_ctl,
451 offsetof(struct pci_ctl, pci_csr));
460 bus_space_write_8(sc->sc_bustag, pci_ctl,
    [all...]
psychoreg.h 199 struct pci_ctl { struct in struct:psychoreg

Completed in 217 milliseconds