Searched refs:port2 (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/
H A Dquirks.c25 struct pnp_port *port, *port2, *port3; local
35 port2 = pnp_alloc(sizeof(struct pnp_port));
36 if (!port2)
40 kfree(port2);
44 memcpy(port2, port, sizeof(struct pnp_port));
46 port->next = port2;
47 port2->next = port3;
48 port2->min += 0x400;
49 port2->max += 0x400;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Demu8000.h70 unsigned long port2; /* Port usually at base+0x400 */ member in struct:snd_emu8000
H A Demu8000_reg.h30 #define EMU8000_DATA1(e) ((e)->port2)
31 #define EMU8000_DATA2(e) ((e)->port2+2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dcmd640.c723 const char *bus_type, *port2; local
789 port2 = "not probed";
795 port2 = "okay";
798 port2 = "alive";
800 port2 = "not cmd640";
808 port2 = "enabled";
811 port2 = "not responding";
831 cmd_hwif0->serialized ? "" : "not ", port2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394.h141 u32 port2:2; member in struct:selfid
189 u32 port2:2; member in struct:selfid
H A Dieee1394_core.c326 (sid->port2 == SELFID_PORT_PARENT)) {
372 if (sid->port2 == SELFID_PORT_CHILD) cldcnt[n]++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A DserialP.h112 int port2; member in struct:rs_multiport_struct
H A Dserial.h155 int port2; member in struct:serial_multiport_struct
H A Dserial_core.h403 int uart_match_port(struct uart_port *port1, struct uart_port *port2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dhdaps.c174 static int __hdaps_read_pair(unsigned int port1, unsigned int port2, argument
181 *y = inw(port2);
199 static int hdaps_read_pair(unsigned int port1, unsigned int port2, argument
205 ret = __hdaps_read_pair(port1, port2, val1, val2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtda9887.c407 static unsigned int port2 = UNSET; variable
412 module_param(port2, int, 0644);
424 if (UNSET != port2) {
425 if (port2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c2384 int uart_match_port(struct uart_port *port1, struct uart_port *port2) argument
2386 if (port1->iotype != port2->iotype)
2391 return (port1->iobase == port2->iobase);
2393 return (port1->iobase == port2->iobase) &&
2394 (port1->hub6 == port2->hub6);
2400 return (port1->mapbase == port2->mapbase);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsmc37c669.c956 unsigned int port2; member in struct:DEVICE_CONFIG
1386 ide_addr.by_field.addr9_4 = local_config[ func ].port2 >> 4;
2106 local_config[IDE_0].port2 = ide_alt.by_field.addr9_4 << 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000.c1095 hw->port2 = port + 0x400;
1098 !(hw->res_port2 = request_region(hw->port2, 4, "Emu8000-2")) ||
1100 snd_printk(KERN_ERR "sbawe: can't grab ports 0x%lx, 0x%lx, 0x%lx\n", hw->port1, hw->port2, hw->port3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_pc.c2289 unsigned port1, port2; local
2405 case 0x3bc: port2 = 0x7bc; break;
2406 case 0x378: port2 = 0x778; break;
2407 case 0x278: port2 = 0x678; break;
2428 if (parport_pc_probe_port (port1, port2, irq, dma, &pdev->dev)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsonypi.c156 u16 port2; member in struct:sonypi_ioport_list
845 "sonypi: unknown event port1=0x%02x,port2=0x%02x\n",
855 "sonypi: event port1=0x%02x,port2=0x%02x\n", v1, v2);
1282 dev->ioport2 = ioport_list->port2;
1321 printk(KERN_INFO "sonypi: enabled at irq=%d, port1=0x%x, port2=0x%x\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dt3_hw.c519 VPD_ENTRY(port2, 2); /* PHY2 complex */

Completed in 127 milliseconds