Searched refs:pin (Results 1 - 25 of 241) sorted by last modified time

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.b3248 CC_FLAGS = -5 -O2 -tWM -w -w-aus -w-ccc -w-dup -w-prc -w-pro -w-rch -w-sig -w-spa -w-inl -w-pia -w-pin -Dinline=__inline
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A DMakefile.b3244 CC_FLAGS = -5 -O2 -tWM -w -w-aus -w-ccc -w-dup -w-prc -w-pro -w-rch -w-sig -w-spa -w-inl -w-pia -w-pin -Dinline=__inline
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/vendor_defns/
H A Dcswift.h225 SW_LARGENUMBER pin[],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dixp4xx-beeper.c31 static void ixp4xx_spkr_control(unsigned int pin, unsigned int count) argument
38 gpio_line_config(pin, IXP4XX_GPIO_OUT);
39 gpio_line_set(pin, IXP4XX_GPIO_LOW);
43 gpio_line_config(pin, IXP4XX_GPIO_IN);
44 gpio_line_set(pin, IXP4XX_GPIO_HIGH);
54 unsigned int pin = (unsigned int) input_get_drvdata(dev); local
77 ixp4xx_spkr_control(pin, count);
140 unsigned int pin = (unsigned int) input_get_drvdata(input_dev); local
147 ixp4xx_spkr_control(pin, 0);
157 unsigned int pin local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-cards.c44 static void boot_msp34xx(struct bttv *btv, int pin);
780 External 20 pin connector (for Active Radio Upgrade board)
2130 only internal line out: (4pin header) RGGL
2458 .gpiomask2 = 0x3C<<16,/*Set the GPIO[18]->GPIO[21] as output pin.==> drive the video inputs through analog multiplexers*/
3878 * Hauppauge: pin 5
3879 * Voodoo: pin 20
3881 static void __devinit boot_msp34xx(struct bttv *btv, int pin) argument
3883 int mask = (1 << pin);
3894 "init [%d]\n", btv->c.nr, pin);
3922 * reset pin an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_32.c1347 * Reads the interrupt pin to determine if interrupt is use by card.
1360 u8 line, pin; local
1369 if (pci_read_config_byte(pci_dev, PCI_INTERRUPT_PIN, &pin))
1371 if (pin == 0)
H A Dpci_64.c1269 * Reads the interrupt pin to determine if interrupt is use by card.
1285 u8 line, pin; local
1294 if (pci_read_config_byte(pci_dev, PCI_INTERRUPT_PIN, &pin))
1296 if (pin == 0)
H A Dprom_parse.c231 static u8 of_irq_pci_swizzle(u8 slot, u8 pin) argument
233 return (((pin - 1) + slot) % 4) + 1;
242 u8 pin; local
256 rc = pci_read_config_byte(pdev, PCI_INTERRUPT_PIN, &pin);
259 /* No pin, exit */
260 if (pin == 0)
264 lspec = pin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/52xx/
H A Defika.c190 u8 pin = 4; /* GPIO_WKUP_4 (GPIO_PSC6_0 - IRDA_RX) */ local
193 mpc52xx_set_wakeup_gpio(pin, level);
H A Dlite5200.c71 port_config &= ~0x00800000; /* 48Mhz internal, pin is GPIO */
92 u8 pin = 1; /* GPIO_WKUP_1 (GPIO_PSC2_4) */ local
94 mpc52xx_set_wakeup_gpio(pin, level);
H A Dmpc52xx_pm.c39 int mpc52xx_set_wakeup_gpio(u8 pin, u8 level) argument
44 out_8(&gpiow->wkup_gpioe, in_8(&gpiow->wkup_gpioe) | (1 << pin));
46 out_8(&gpiow->wkup_ddr, in_8(&gpiow->wkup_ddr) & ~(1 << pin));
48 out_8(&gpiow->wkup_inten, in_8(&gpiow->wkup_inten) | (1 << pin));
51 tmp &= ~(0x3 << (pin * 2));
52 tmp |= (!level + 1) << (pin * 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/86xx/
H A Dmpc86xx_hpcn.c151 get_pci_irq_from_of(struct pci_controller *hose, int slot, int pin) argument
161 of_irq_map_raw(hosenode, &pin, 1, laddr, &oirq);
162 DBG("mpc86xx_hpcn: pci irq addr %x, slot %d, pin %d, irq %d\n",
163 laddr[0], slot, pin, oirq.specifier[0]);
193 "(slot %d, pin %d) irq %d is invalid.\n",
200 * IRQ pin IRQ#
219 #define ULI1575_SET_DEV_IRQ(slot, pin, reg) \
222 irq = get_pci_irq_from_of(hose, slot, pin); \
227 "(slot %d, pin %d) irq %d is invalid.\n", \
228 slot, pin, ir
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/qe_lib/
H A Dqe_io.c63 int par_io_config_pin(u8 port, u8 pin, int dir, int open_drain, argument
71 /* calculate pin location for single and 2 bits information */
72 pin_mask1bit = (u32) (1 << (NUM_OF_PINS - (pin + 1)));
82 tmp_val = (pin > (NUM_OF_PINS / 2) - 1) ?
88 (pin % (NUM_OF_PINS / 2) + 1) * 2));
92 (pin % (NUM_OF_PINS / 2) + 1) * 2));
95 if (pin > (NUM_OF_PINS / 2) - 1) {
106 /* define pin assignment */
107 tmp_val = (pin > (NUM_OF_PINS / 2) - 1) ?
112 (pin
130 par_io_data_set(u8 port, u8 pin, u8 val) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dpci.c660 u8 pin = *pinp; local
662 pin = bridge_swizzle(pin, PCI_SLOT(dev->devfn));
666 *pinp = pin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dbamboo.c95 bamboo_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Dbubinga.c55 ppc405_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Dcpci405.c40 ppc405_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Debony.c108 ebony_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Dep405.c42 ppc405_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Dluan.c79 luan_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Docotea.c79 ocotea_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Dsycamore.c67 ppc405_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Dtaishan.c150 taishan_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Dwalnut.c48 ppc405_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Dyucca.c89 yucca_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument

Completed in 270 milliseconds

12345678910