Searched refs:PCIR_DSXGCTRL (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/sound/pci/
H A Dds1.h27 #define PCIR_DSXGCTRL 0x48 macro
H A Dds1.c258 x = pci_read_config(sc->dev, PCIR_DSXGCTRL, 1);
260 pci_write_config(sc->dev, PCIR_DSXGCTRL, x & ~0x03, 1);
261 pci_write_config(sc->dev, PCIR_DSXGCTRL, x | 0x03, 1);
262 pci_write_config(sc->dev, PCIR_DSXGCTRL, x & ~0x03, 1);

Completed in 105 milliseconds