Lines Matching refs:v8
58 u8 v8; in dac_audio_start() local
66 v8 = inb(PKDR); in dac_audio_start()
67 v8 &= ~PKDR_SPEAKER; in dac_audio_start()
68 outb(v8, PKDR); in dac_audio_start()
76 u8 v8; in dac_audio_stop() local
84 v8 = inb(PKDR); in dac_audio_stop()
85 v8 |= PKDR_SPEAKER; in dac_audio_stop()
86 outb(v8, PKDR); in dac_audio_stop()
127 u8 v8; in hp6xx_setup() local
152 v8 = __raw_readb(DACR); in hp6xx_setup()
153 v8 &= ~DACR_DAE; in hp6xx_setup()
154 __raw_writeb(v8,DACR); in hp6xx_setup()
156 v8 = __raw_readb(SCPDR); in hp6xx_setup()
157 v8 |= SCPDR_TS_SCAN_X | SCPDR_TS_SCAN_Y; in hp6xx_setup()
158 v8 &= ~SCPDR_TS_SCAN_ENABLE; in hp6xx_setup()
159 __raw_writeb(v8, SCPDR); in hp6xx_setup()