codec_ctrl 57 sound/ppc/awacs.c out_le32(&chip->awacs->codec_ctrl, val | (chip->subframe << 22)); codec_ctrl 58 sound/ppc/awacs.c while (in_le32(&chip->awacs->codec_ctrl) & MASK_NEWECMD) { codec_ctrl 19 sound/ppc/awacs.h unsigned codec_ctrl; /* Codec control register */ codec_ctrl 22 sound/ppc/burgundy.c while ((in_le32(&chip->awacs->codec_ctrl) & MASK_NEWECMD) && timeout--) codec_ctrl 47 sound/ppc/burgundy.c out_le32(&chip->awacs->codec_ctrl, addr + 0x200c00 + (val & 0xff)); codec_ctrl 49 sound/ppc/burgundy.c out_le32(&chip->awacs->codec_ctrl, addr + 0x200d00 +((val>>8) & 0xff)); codec_ctrl 51 sound/ppc/burgundy.c out_le32(&chip->awacs->codec_ctrl, addr + 0x200e00 +((val>>16) & 0xff)); codec_ctrl 53 sound/ppc/burgundy.c out_le32(&chip->awacs->codec_ctrl, addr + 0x200f00 +((val>>24) & 0xff)); codec_ctrl 65 sound/ppc/burgundy.c out_le32(&chip->awacs->codec_ctrl, addr + 0x100000); codec_ctrl 70 sound/ppc/burgundy.c out_le32(&chip->awacs->codec_ctrl, addr + 0x100100); codec_ctrl 75 sound/ppc/burgundy.c out_le32(&chip->awacs->codec_ctrl, addr + 0x100200); codec_ctrl 80 sound/ppc/burgundy.c out_le32(&chip->awacs->codec_ctrl, addr + 0x100300); codec_ctrl 94 sound/ppc/burgundy.c out_le32(&chip->awacs->codec_ctrl, addr + 0x300000 + (val & 0xff)); codec_ctrl 106 sound/ppc/burgundy.c out_le32(&chip->awacs->codec_ctrl, addr + 0x100000); codec_ctrl 613 sound/ppc/burgundy.c if ((in_le32(&chip->awacs->codec_ctrl) & MASK_ERRCODE) == 0xf0000) {