Lines Matching +full:0 +full:x61
29 outb_p(0xB6, 0x43); in pcspkr_do_sound()
31 outb_p(count & 0xff, 0x42); in pcspkr_do_sound()
32 outb((count >> 8) & 0xff, 0x42); in pcspkr_do_sound()
34 outb_p(inb_p(0x61) | 3, 0x61); in pcspkr_do_sound()
37 outb(inb_p(0x61) & 0xFC, 0x61); in pcspkr_do_sound()
45 pcspkr_do_sound(0); in pcspkr_stop_sound()
51 unsigned int count = 0; in pcspkr_input_event()
54 return 0; in pcspkr_input_event()
78 return 0; in pcspkr_input_event()
92 input_dev->id.vendor = 0x001f; in pcspkr_input_init()
93 input_dev->id.product = 0x0001; in pcspkr_input_init()
94 input_dev->id.version = 0x0100; in pcspkr_input_init()
97 input_dev->evbit[0] = BIT(EV_SND); in pcspkr_input_init()
98 input_dev->sndbit[0] = BIT(SND_BELL) | BIT(SND_TONE); in pcspkr_input_init()
108 return 0; in pcspkr_input_init()
116 return 0; in pcspkr_input_remove()