Lines Matching refs:temp
1365 unsigned int temp; in snd_trident_spdif_prepare() local
1471 temp = inl(TRID_REG(trident, T4D_LFO_GC_CIR)); in snd_trident_spdif_prepare()
1472 temp &= ~(1<<19); in snd_trident_spdif_prepare()
1473 outl(temp, TRID_REG(trident, T4D_LFO_GC_CIR)); in snd_trident_spdif_prepare()
1474 temp = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_prepare()
1475 temp |= SPDIF_EN; in snd_trident_spdif_prepare()
1476 outl(temp, TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_prepare()
1902 unsigned int temp; in snd_trident_spdif_close() local
1911 temp = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_close()
1913 temp |= SPDIF_EN; in snd_trident_spdif_close()
1915 temp &= ~SPDIF_EN; in snd_trident_spdif_close()
1917 outl(temp, TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_close()
2298 unsigned int temp; in snd_trident_spdif_control_put() local
2300 temp = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)) & ~SPDIF_EN; in snd_trident_spdif_control_put()
2302 temp |= SPDIF_EN; in snd_trident_spdif_control_put()
2303 outl(temp, TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_control_put()