• Home
  • Raw
  • Download

Lines Matching full:97

243 #define BA0_ACCTL		0x0460	/* AC'97 Control */
250 #define BA0_ACSTS 0x0464 /* AC'97 Status */
254 #define BA0_ACOSV 0x0468 /* AC'97 Output Slot Valid */
257 #define BA0_ACCAD 0x046c /* AC'97 Command Address */
258 #define BA0_ACCDA 0x0470 /* AC'97 Command Data */
260 #define BA0_ACISV 0x0474 /* AC'97 Input Slot Valid */
263 #define BA0_ACSAD 0x0478 /* AC'97 Status Address */
264 #define BA0_ACSDA 0x047c /* AC'97 Status Data */
290 #define BA0_AODSD1 0x04a8 /* AC'97 On-Demand Slot Disable for primary link (ro) */
293 #define BA0_AODSD2 0x04ac /* AC'97 On-Demand Slot Disable for secondary link (ro) */
298 #define BA0_ACSTS2 0x04e4 /* AC'97 Status Register 2 */
299 #define BA0_ACISV2 0x04f4 /* AC'97 Input Slot Valid Register 2 */
300 #define BA0_ACSAD2 0x04f8 /* AC'97 Status Address Register 2 */
301 #define BA0_ACSDA2 0x04fc /* AC'97 Status Data Register 2 */
553 "AC'97 write problem, reg = 0x%x, val = 0x%x\n", reg, val); in snd_cs4281_ac97_write()
614 "AC'97 read problem (ACCTL_DCV), reg = 0x%x\n", reg); in snd_cs4281_ac97_read()
634 "AC'97 read problem (ACSTS_VSTS), reg = 0x%x\n", reg); in snd_cs4281_ac97_read()
885 /* should be detected from the AC'97 layer, but it seems in snd_cs4281_playback_open()
904 /* should be detected from the AC'97 layer, but it seems in snd_cs4281_capture_open()
1401 "SERC1 AC'97 check failed (0x%x)\n", tmp); in snd_cs4281_chip_init()
1406 "SERC2 AC'97 check failed (0x%x)\n", tmp); in snd_cs4281_chip_init()
1495 "never read codec ready from AC'97 (0x%x)\n", in snd_cs4281_chip_init()
1538 dev_err(chip->card->dev, "never read ISV3 and ISV4 from AC'97\n"); in snd_cs4281_chip_init()
1571 chip->src_left_play_slot = 0; /* AC'97 left PCM playback (3) */ in snd_cs4281_chip_init()
1572 chip->src_right_play_slot = 1; /* AC'97 right PCM playback (4) */ in snd_cs4281_chip_init()
1573 chip->src_left_rec_slot = 10; /* AC'97 left PCM record (3) */ in snd_cs4281_chip_init()
1574 chip->src_right_rec_slot = 11; /* AC'97 right PCM record (4) */ in snd_cs4281_chip_init()