Lines Matching full:97
242 #define BA0_ACCTL 0x0460 /* AC'97 Control */
249 #define BA0_ACSTS 0x0464 /* AC'97 Status */
253 #define BA0_ACOSV 0x0468 /* AC'97 Output Slot Valid */
256 #define BA0_ACCAD 0x046c /* AC'97 Command Address */
257 #define BA0_ACCDA 0x0470 /* AC'97 Command Data */
259 #define BA0_ACISV 0x0474 /* AC'97 Input Slot Valid */
262 #define BA0_ACSAD 0x0478 /* AC'97 Status Address */
263 #define BA0_ACSDA 0x047c /* AC'97 Status Data */
289 #define BA0_AODSD1 0x04a8 /* AC'97 On-Demand Slot Disable for primary link (ro) */
292 #define BA0_AODSD2 0x04ac /* AC'97 On-Demand Slot Disable for secondary link (ro) */
297 #define BA0_ACSTS2 0x04e4 /* AC'97 Status Register 2 */
298 #define BA0_ACISV2 0x04f4 /* AC'97 Input Slot Valid Register 2 */
299 #define BA0_ACSAD2 0x04f8 /* AC'97 Status Address Register 2 */
300 #define BA0_ACSDA2 0x04fc /* AC'97 Status Data Register 2 */
549 "AC'97 write problem, reg = 0x%x, val = 0x%x\n", reg, val); in snd_cs4281_ac97_write()
610 "AC'97 read problem (ACCTL_DCV), reg = 0x%x\n", reg); in snd_cs4281_ac97_read()
630 "AC'97 read problem (ACSTS_VSTS), reg = 0x%x\n", reg); in snd_cs4281_ac97_read()
881 /* should be detected from the AC'97 layer, but it seems in snd_cs4281_playback_open()
900 /* should be detected from the AC'97 layer, but it seems in snd_cs4281_capture_open()
1363 "SERC1 AC'97 check failed (0x%x)\n", tmp); in snd_cs4281_chip_init()
1369 "SERC2 AC'97 check failed (0x%x)\n", tmp); in snd_cs4281_chip_init()
1458 "never read codec ready from AC'97 (0x%x)\n", in snd_cs4281_chip_init()
1501 dev_err(chip->card->dev, "never read ISV3 and ISV4 from AC'97\n"); in snd_cs4281_chip_init()
1534 chip->src_left_play_slot = 0; /* AC'97 left PCM playback (3) */ in snd_cs4281_chip_init()
1535 chip->src_right_play_slot = 1; /* AC'97 right PCM playback (4) */ in snd_cs4281_chip_init()
1536 chip->src_left_rec_slot = 10; /* AC'97 left PCM record (3) */ in snd_cs4281_chip_init()
1537 chip->src_right_rec_slot = 11; /* AC'97 right PCM record (4) */ in snd_cs4281_chip_init()