Lines Matching +full:0 +full:x42
24 outb_p(0xB6, 0x43); in pcspkr_do_sound()
26 outb_p(count & 0xff, 0x42); in pcspkr_do_sound()
27 outb((count >> 8) & 0xff, 0x42); in pcspkr_do_sound()
29 outb_p(inb_p(0x61) | 3, 0x61); in pcspkr_do_sound()
32 outb(inb_p(0x61) & 0xFC, 0x61); in pcspkr_do_sound()
40 pcspkr_do_sound(0); in pcspkr_stop_sound()
46 unsigned int count = 0; in pcspkr_input_event()
49 return 0; in pcspkr_input_event()
73 return 0; in pcspkr_input_event()
87 input_dev->id.vendor = 0x001f; in pcspkr_input_init()
88 input_dev->id.product = 0x0001; in pcspkr_input_init()
89 input_dev->id.version = 0x0100; in pcspkr_input_init()
92 input_dev->evbit[0] = BIT(EV_SND); in pcspkr_input_init()
93 input_dev->sndbit[0] = BIT(SND_BELL) | BIT(SND_TONE); in pcspkr_input_init()
103 return 0; in pcspkr_input_init()
111 return 0; in pcspkr_input_remove()