Home
last modified time | relevance | path

Searched refs:BA0_AC97_POWERDOWN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Dcsapcm.c881 csa_readcodec(&csa->res, BA0_AC97_POWERDOWN, &csa->ac97_powerdown); in csa_ac97_suspend()
892 csa_readcodec(&csa->res, BA0_AC97_POWERDOWN, &tmp); in csa_ac97_suspend()
893 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, in csa_ac97_suspend()
896 csa_readcodec(&csa->res, BA0_AC97_POWERDOWN, &tmp); in csa_ac97_suspend()
897 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, in csa_ac97_suspend()
900 csa_readcodec(&csa->res, BA0_AC97_POWERDOWN, &tmp); in csa_ac97_suspend()
901 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, in csa_ac97_suspend()
926 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, csa->ac97_powerdown); in csa_ac97_resume()
966 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, 0x300); in pcmcsa_suspend()
H A Dcsa.c703 csa_writeio(resp, BA0_AC97_POWERDOWN, 0x300); in csa_initialize()
H A Dcsareg.h196 #define BA0_AC97_POWERDOWN 0x00001026L macro