Home
last modified time | relevance | path

Searched refs:YDS_DSCTRL_CRST (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pci/
Dydsreg.h88 # define YDS_DSCTRL_CRST 0x0001 macro
Dyds.c834 pci_conf_write(pc, pa->pa_tag, YDS_PCI_DSCTRL, reg & ~YDS_DSCTRL_CRST); in yds_attach()
885 pci_conf_write(pc, pa->pa_tag, YDS_PCI_DSCTRL, reg | YDS_DSCTRL_CRST); in yds_attach()
887 pci_conf_write(pc, pa->pa_tag, YDS_PCI_DSCTRL, reg & ~YDS_DSCTRL_CRST); in yds_attach()