Lines Matching refs:CR_REG

301 #define CR_REG(ml403_ac97cr, x) ((ml403_ac97cr)->port + CR_REG_##x)  macro
425 while ((full = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_playback_ind2_zero()
427 out_be32(CR_REG(ml403_ac97cr, PLAYFIFO), 0); in snd_ml403_ac97cr_playback_ind2_zero()
450 while (((full = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_playback_ind2_copy()
452 out_be32(CR_REG(ml403_ac97cr, PLAYFIFO), in snd_ml403_ac97cr_playback_ind2_copy()
477 while ((empty = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_capture_ind2_null()
481 trash = CR_RECDATA(in_be32(CR_REG(ml403_ac97cr, RECFIFO))); in snd_ml403_ac97cr_capture_ind2_null()
507 while (((empty = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_capture_ind2_copy()
509 dst[copied_words] = CR_RECDATA(in_be32(CR_REG(ml403_ac97cr, in snd_ml403_ac97cr_capture_ind2_copy()
556 out_be32(CR_REG(ml403_ac97cr, RESETFIFO), CR_PLAYRESET); in snd_ml403_ac97cr_pcm_playback_trigger()
595 out_be32(CR_REG(ml403_ac97cr, RESETFIFO), CR_RECRESET); in snd_ml403_ac97cr_pcm_capture_trigger()
892 out_be32(CR_REG(ml403_ac97cr, CODEC_ADDR),
900 stat = in_be32(CR_REG(ml403_ac97cr, STATUS));
903 in_be32(CR_REG(ml403_ac97cr, CODEC_DATAREAD)));
908 if ((in_be32(CR_REG(ml403_ac97cr, STATUS)) &
911 in_be32(CR_REG(ml403_ac97cr, CODEC_DATAREAD)));
928 CR_CODEC_DATAREAD(in_be32(CR_REG(ml403_ac97cr, CODEC_DATAREAD)));
1000 out_be32(CR_REG(ml403_ac97cr, CODEC_DATAWRITE),
1002 out_be32(CR_REG(ml403_ac97cr, CODEC_ADDR),
1014 stat = in_be32(CR_REG(ml403_ac97cr, STATUS))
1017 if ((in_be32(CR_REG(ml403_ac97cr, STATUS)) &
1073 if (in_be32(CR_REG(ml403_ac97cr, STATUS)) & CR_CODECREADY) {
1075 out_be32(CR_REG(ml403_ac97cr, RESETFIFO),