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

  /src/sys/dev/pci/
yds.c 673 reg = pci_conf_read(sc->sc_pc, sc->sc_pcitag, YDS_PCI_DSCTRL);
674 pci_conf_write(sc->sc_pc, sc->sc_pcitag, YDS_PCI_DSCTRL,
691 sc->sc_dsctrl = pci_conf_read(pc, tag, YDS_PCI_DSCTRL);
728 pci_conf_write(pc, tag, YDS_PCI_DSCTRL, sc->sc_dsctrl);
833 reg = pci_conf_read(pc, pa->pa_tag, YDS_PCI_DSCTRL);
834 pci_conf_write(pc, pa->pa_tag, YDS_PCI_DSCTRL, reg & ~YDS_DSCTRL_CRST);
885 pci_conf_write(pc, pa->pa_tag, YDS_PCI_DSCTRL, reg | YDS_DSCTRL_CRST);
887 pci_conf_write(pc, pa->pa_tag, YDS_PCI_DSCTRL, reg & ~YDS_DSCTRL_CRST);
1023 reg = pci_conf_read(sc->sc_pc, sc->sc_pcitag, YDS_PCI_DSCTRL);
1026 YDS_PCI_DSCTRL, reg & ~0x03)
    [all...]
ydsreg.h 87 #define YDS_PCI_DSCTRL 0x48

Completed in 15 milliseconds