Lines Matching full:v8
57 u8 v8; in dac_audio_start() local
65 v8 = inb(PKDR); in dac_audio_start()
66 v8 &= ~PKDR_SPEAKER; in dac_audio_start()
67 outb(v8, PKDR); in dac_audio_start()
75 u8 v8; in dac_audio_stop() local
83 v8 = inb(PKDR); in dac_audio_stop()
84 v8 |= PKDR_SPEAKER; in dac_audio_stop()
85 outb(v8, PKDR); in dac_audio_stop()
126 u8 v8; in hp6xx_setup() local
151 v8 = __raw_readb(DACR); in hp6xx_setup()
152 v8 &= ~DACR_DAE; in hp6xx_setup()
153 __raw_writeb(v8,DACR); in hp6xx_setup()
155 v8 = __raw_readb(SCPDR); in hp6xx_setup()
156 v8 |= SCPDR_TS_SCAN_X | SCPDR_TS_SCAN_Y; in hp6xx_setup()
157 v8 &= ~SCPDR_TS_SCAN_ENABLE; in hp6xx_setup()
158 __raw_writeb(v8, SCPDR); in hp6xx_setup()