Searched refs:csa_writecodec (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/dev/sound/pci/ |
| D | csapcm.c | 160 csa_writecodec(&csa->res, regno + BA0_AC97_RESET, data); in csa_wrcd() 878 csa_writecodec(&csa->res, BA0_AC97_MASTER_VOLUME, 0x8000); in csa_ac97_suspend() 879 csa_writecodec(&csa->res, BA0_AC97_HEADPHONE_VOLUME, 0x8000); in csa_ac97_suspend() 880 csa_writecodec(&csa->res, BA0_AC97_MASTER_VOLUME_MONO, 0x8000); in csa_ac97_suspend() 881 csa_writecodec(&csa->res, BA0_AC97_PCM_OUT_VOLUME, 0x8000); in csa_ac97_suspend() 895 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, in csa_ac97_suspend() 899 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, in csa_ac97_suspend() 903 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, in csa_ac97_suspend() 922 csa_writecodec(&csa->res, BA0_AC97_GENERAL_PURPOSE, in csa_ac97_resume() 928 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, csa->ac97_powerdown); in csa_ac97_resume() [all …]
|
| D | csavar.h | 62 int csa_writecodec(csa_res *resp, u_long offset, u_int32_t data);
|
| D | csa.c | 997 csa_writecodec(csa_res *resp, u_long offset, u_int32_t data) in csa_writecodec() function 1069 csa_writecodec(resp, offset, data); in csa_writeio()
|