Lines Matching refs:in_le32
22 while ((in_le32(&chip->awacs->codec_ctrl) & MASK_NEWECMD) && timeout--)
33 while (!(in_le32(&chip->awacs->codec_stat) & MASK_EXTEND) && timeout--)
38 while ((in_le32(&chip->awacs->codec_stat) & MASK_EXTEND) && timeout--)
68 val += (in_le32(&chip->awacs->codec_stat) >> 4) & 0xff;
73 val += ((in_le32(&chip->awacs->codec_stat)>>4) & 0xff) <<8;
78 val += ((in_le32(&chip->awacs->codec_stat)>>4) & 0xff) <<16;
83 val += ((in_le32(&chip->awacs->codec_stat)>>4) & 0xff) <<24;
109 val += (in_le32(&chip->awacs->codec_stat) >> 4) & 0xff;
565 return (in_le32(&chip->awacs->codec_stat) & chip->hp_stat_mask) ? 1 : 0;
613 if ((in_le32(&chip->awacs->codec_ctrl) & MASK_ERRCODE) == 0xf0000) {