Searched refs:csa_writecodec (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | csapcm.c | 159 csa_writecodec(&csa->res, regno + BA0_AC97_RESET, data); in csa_wrcd() 876 csa_writecodec(&csa->res, BA0_AC97_MASTER_VOLUME, 0x8000); in csa_ac97_suspend() 877 csa_writecodec(&csa->res, BA0_AC97_HEADPHONE_VOLUME, 0x8000); in csa_ac97_suspend() 878 csa_writecodec(&csa->res, BA0_AC97_MASTER_VOLUME_MONO, 0x8000); in csa_ac97_suspend() 879 csa_writecodec(&csa->res, BA0_AC97_PCM_OUT_VOLUME, 0x8000); in csa_ac97_suspend() 893 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, in csa_ac97_suspend() 897 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, in csa_ac97_suspend() 901 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, in csa_ac97_suspend() 920 csa_writecodec(&csa->res, BA0_AC97_GENERAL_PURPOSE, in csa_ac97_resume() 926 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, csa->ac97_powerdown); in csa_ac97_resume() [all …]
|
H A D | csavar.h | 62 int csa_writecodec(csa_res *resp, u_long offset, u_int32_t data);
|
H A D | csa.c | 947 csa_writecodec(csa_res *resp, u_long offset, u_int32_t data) in csa_writecodec() function 1019 csa_writecodec(resp, offset, data); in csa_writeio()
|