Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/pci/
H A Dcsapcm.c162 csa_writecodec(&csa->res, regno + BA0_AC97_RESET, data); in csa_wrcd()
880 csa_writecodec(&csa->res, BA0_AC97_MASTER_VOLUME, 0x8000); in csa_ac97_suspend()
881 csa_writecodec(&csa->res, BA0_AC97_HEADPHONE_VOLUME, 0x8000); in csa_ac97_suspend()
882 csa_writecodec(&csa->res, BA0_AC97_MASTER_VOLUME_MONO, 0x8000); in csa_ac97_suspend()
883 csa_writecodec(&csa->res, BA0_AC97_PCM_OUT_VOLUME, 0x8000); 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()
905 csa_writecodec(&csa->res, BA0_AC97_POWERDOWN, in csa_ac97_suspend()
924 csa_writecodec(&csa->res, BA0_AC97_GENERAL_PURPOSE, in csa_ac97_resume()
939 csa_writecodec(&csa->res, BA0_AC97_RESET + count, csa->ac97[i]); in csa_ac97_resume()
[all …]
H A Dcsavar.h64 int csa_writecodec(csa_res *resp, u_long offset, u_int32_t data);
H A Dcsa.c994 csa_writecodec(csa_res *resp, u_long offset, u_int32_t data) in csa_writecodec() function
1066 csa_writecodec(resp, offset, data); in csa_writeio()