Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 3 of 3) sorted by relevance

/sound/pci/ice1712/
Dphase.c690 int temp, temp2; in phase28_deemp_put() local
692 temp2 = temp; in phase28_deemp_put()
697 if (temp != temp2) { in phase28_deemp_put()
727 int temp, temp2; in phase28_oversampling_put() local
731 temp2 = temp; in phase28_oversampling_put()
738 if (temp != temp2) { in phase28_oversampling_put()
Daureon.c1339 int temp, temp2; in aureon_deemp_put() local
1340 temp2 = temp = wm_get(ice, WM_DAC_CTRL2); in aureon_deemp_put()
1345 if (temp != temp2) { in aureon_deemp_put()
1371 int temp, temp2; in aureon_oversampling_put() local
1374 temp2 = temp = wm_get(ice, WM_MASTER); in aureon_oversampling_put()
1381 if (temp != temp2) { in aureon_oversampling_put()
/sound/pci/asihpi/
Dhpi6205.c1992 u32 temp2; in hpi6205_transfer_data() local
2020 temp2 = wait_dsp_ack(phw, operation, HPI6205_TIMEOUT); in hpi6205_transfer_data()
2022 HPI6205_TIMEOUT - temp2, this_copy); in hpi6205_transfer_data()
2024 if (!temp2) { in hpi6205_transfer_data()