Lines Matching refs:v8
59 u8 v8; in dac_audio_start() local
67 v8 = inb(PKDR); in dac_audio_start()
68 v8 &= ~PKDR_SPEAKER; in dac_audio_start()
69 outb(v8, PKDR); in dac_audio_start()
77 u8 v8; in dac_audio_stop() local
85 v8 = inb(PKDR); in dac_audio_stop()
86 v8 |= PKDR_SPEAKER; in dac_audio_stop()
87 outb(v8, PKDR); in dac_audio_stop()
128 u8 v8; in hp6xx_setup() local
153 v8 = __raw_readb(DACR); in hp6xx_setup()
154 v8 &= ~DACR_DAE; in hp6xx_setup()
155 __raw_writeb(v8,DACR); in hp6xx_setup()
157 v8 = __raw_readb(SCPDR); in hp6xx_setup()
158 v8 |= SCPDR_TS_SCAN_X | SCPDR_TS_SCAN_Y; in hp6xx_setup()
159 v8 &= ~SCPDR_TS_SCAN_ENABLE; in hp6xx_setup()
160 __raw_writeb(v8, SCPDR); in hp6xx_setup()