Lines Matching refs:v
58 u16 v; in dac_audio_start() local
62 v = inw(HD64461_GPADR); in dac_audio_start()
63 v &= ~HD64461_GPADR_SPEAKER; in dac_audio_start()
64 outw(v, HD64461_GPADR); in dac_audio_start()
76 u16 v; in dac_audio_stop() local
80 v = inw(HD64461_GPADR); in dac_audio_stop()
81 v |= HD64461_GPADR_SPEAKER; in dac_audio_stop()
82 outw(v, HD64461_GPADR); in dac_audio_stop()
129 u16 v; in hp6xx_setup() local
131 v = inw(HD64461_STBCR); in hp6xx_setup()
132 v |= HD64461_STBCR_SURTST | HD64461_STBCR_SIRST | in hp6xx_setup()
138 v |= HD64461_STBCR_SPC1ST; in hp6xx_setup()
140 outw(v, HD64461_STBCR); in hp6xx_setup()
141 v = inw(HD64461_GPADR); in hp6xx_setup()
142 v |= HD64461_GPADR_SPEAKER | HD64461_GPADR_PCMCIA0; in hp6xx_setup()
143 outw(v, HD64461_GPADR); in hp6xx_setup()
162 v = __raw_readw(SCPCR); in hp6xx_setup()
163 v &= ~SCPCR_TS_MASK; in hp6xx_setup()
164 v |= SCPCR_TS_ENABLE; in hp6xx_setup()
165 __raw_writew(v, SCPCR); in hp6xx_setup()