FreeBSD kernel sound device code
csa_info Struct Reference
Collaboration diagram for csa_info:

Data Fields

csa_res res
 
void * ih
 
bus_dma_tag_t parent_dmat
 
struct csa_bridgeinfobinfo
 
struct csa_cardcard
 
int active
 
u_long pfie
 
u_long pctl
 
u_long cctl
 
struct csa_chinfo pch rch
 
u_int32_t ac97 [CS461x_AC97_NUMBER_RESTORE_REGS]
 
u_int32_t ac97_powerdown
 
u_int32_t ac97_general_purpose
 

Detailed Description

Definition at line 65 of file csapcm.c.

Field Documentation

◆ ac97

u_int32_t csa_info::ac97[CS461x_AC97_NUMBER_RESTORE_REGS]

Definition at line 78 of file csapcm.c.

Referenced by csa_ac97_resume(), and csa_ac97_suspend().

◆ ac97_general_purpose

u_int32_t csa_info::ac97_general_purpose

Definition at line 80 of file csapcm.c.

Referenced by csa_ac97_resume(), and csa_ac97_suspend().

◆ ac97_powerdown

u_int32_t csa_info::ac97_powerdown

Definition at line 79 of file csapcm.c.

Referenced by csa_ac97_resume(), and csa_ac97_suspend().

◆ active

int csa_info::active

Definition at line 72 of file csapcm.c.

Referenced by csa_active(), and pcmcsa_attach().

◆ binfo

struct csa_bridgeinfo* csa_info::binfo

Definition at line 69 of file csapcm.c.

Referenced by csa_intr(), and pcmcsa_attach().

◆ card

struct csa_card* csa_info::card

Definition at line 70 of file csapcm.c.

Referenced by csa_active(), and pcmcsa_attach().

◆ cctl

u_long csa_info::cctl

Definition at line 76 of file csapcm.c.

Referenced by csa_startcapturedma(), and csa_stopcapturedma().

◆ ih

void* csa_info::ih

Definition at line 67 of file csapcm.c.

Referenced by csa_releaseres(), and pcmcsa_attach().

◆ parent_dmat

bus_dma_tag_t csa_info::parent_dmat

Definition at line 68 of file csapcm.c.

Referenced by csa_allocres(), csa_releaseres(), and csachan_init().

◆ pctl

u_long csa_info::pctl

Definition at line 75 of file csapcm.c.

Referenced by csa_startplaydma(), and csa_stopplaydma().

◆ pfie

u_long csa_info::pfie

Definition at line 74 of file csapcm.c.

Referenced by csa_init(), and csa_setupchan().

◆ rch

struct csa_chinfo pch csa_info::rch

◆ res


The documentation for this struct was generated from the following file: