Lines Matching refs:in_le32
23 while ((in_le32(&chip->awacs->codec_ctrl) & MASK_NEWECMD) && timeout--)
34 while (!(in_le32(&chip->awacs->codec_stat) & MASK_EXTEND) && timeout--)
39 while ((in_le32(&chip->awacs->codec_stat) & MASK_EXTEND) && timeout--)
69 val += (in_le32(&chip->awacs->codec_stat) >> 4) & 0xff;
74 val += ((in_le32(&chip->awacs->codec_stat)>>4) & 0xff) <<8;
79 val += ((in_le32(&chip->awacs->codec_stat)>>4) & 0xff) <<16;
84 val += ((in_le32(&chip->awacs->codec_stat)>>4) & 0xff) <<24;
110 val += (in_le32(&chip->awacs->codec_stat) >> 4) & 0xff;
566 return (in_le32(&chip->awacs->codec_stat) & chip->hp_stat_mask) ? 1 : 0;
614 if ((in_le32(&chip->awacs->codec_ctrl) & MASK_ERRCODE) == 0xf0000) {