Home
last modified time | relevance | path

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

/sound/soc/blackfin/
Dbf5xx-ac97.c125 struct ac97_frame out_frame[2], in_frame[2]; in bf5xx_ac97_read() local
136 memset(&out_frame, 0, 2 * sizeof(struct ac97_frame)); in bf5xx_ac97_read()
138 out_frame[0].ac97_tag = TAG_VALID | TAG_CMD; in bf5xx_ac97_read()
139 out_frame[0].ac97_addr = ((reg << 8) | 0x8000); in bf5xx_ac97_read()
140 sport_send_and_recv(sport_handle, (unsigned char *)&out_frame, in bf5xx_ac97_read()