Lines Matching +full:beeper +full:- +full:hz
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * arch/arm/mach-iop32x/n2100.c
16 #include <linux/leds-pca9532.h>
36 #include <asm/mach-types.h>
41 #include "gpio-iop32x.h"
57 { /* on-board devices */
79 if (PCI_SLOT(dev->devfn) == 1) { in n2100_pci_map_irq()
82 } else if (PCI_SLOT(dev->devfn) == 2) { in n2100_pci_map_irq()
85 } else if (PCI_SLOT(dev->devfn) == 3) { in n2100_pci_map_irq()
88 } else if (PCI_SLOT(dev->devfn) == 4 && pin == 1) { in n2100_pci_map_irq()
91 } else if (PCI_SLOT(dev->devfn) == 4 && pin == 2) { in n2100_pci_map_irq()
94 } else if (PCI_SLOT(dev->devfn) == 4 && pin == 3) { in n2100_pci_map_irq()
97 } else if (PCI_SLOT(dev->devfn) == 5) { in n2100_pci_map_irq()
98 /* Mini-PCI slot */ in n2100_pci_map_irq()
102 "device PCI:%d:%d:%d\n", dev->bus->number, in n2100_pci_map_irq()
103 PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn)); in n2100_pci_map_irq()
104 irq = -1; in n2100_pci_map_irq()
120 * the ->broken_parity_status flag for both ports so that the r8169
125 if (dev->bus->number == 0 && in n2100_fixup_r8169()
126 (dev->devfn == PCI_DEVFN(1, 0) || in n2100_fixup_r8169()
127 dev->devfn == PCI_DEVFN(2, 0))) in n2100_fixup_r8169()
128 dev->broken_parity_status = 1; in n2100_fixup_r8169()
157 .name = "physmap-flash",
239 { .name = "N2100 beeper" ,
311 power_button_poll_timer.expires = jiffies + (HZ / 10); in power_button_poll()
336 power_button_poll_timer.expires = jiffies + (HZ / 10); in n2100_request_gpios()