Searched refs:port0 (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dpcwd.c208 int port0, last_port0; /* Double read for stabilising */ local
219 port0 = inb_p(pcwd_private.io_addr);
221 last_port0 = port0;
222 port0 = inb_p(pcwd_private.io_addr);
224 if (port0 == last_port0)
231 printk(KERN_DEBUG PFX "received following data for cmd=0x%02x: port0=0x%02x last_port0=0x%02x\n",
232 cmd, port0, last_port0);
234 return port0;
807 int port0, last_port0; /* Reg 0, in case it's REV A */ local
823 port0
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394.h139 u32 port0:2; member in struct:selfid
191 u32 port0:2; member in struct:selfid
H A Dieee1394_core.c324 if ((sid->port0 == SELFID_PORT_PARENT) ||
370 if (sid->port0 == SELFID_PORT_CHILD) cldcnt[n]++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dmos7720.c328 struct usb_serial_port *port0; local
344 port0 = serial->port[0];
348 if (mos7720_serial == NULL || port0 == NULL)
469 usb_fill_int_urb(port0->interrupt_in_urb, serial->dev,
472 port0->interrupt_in_buffer,
473 port0->interrupt_in_urb->transfer_buffer_length,
475 port0->interrupt_in_urb->interval);
480 response = usb_submit_urb(port0->interrupt_in_urb, GFP_KERNEL);
H A Dio_edgeport.c811 struct usb_serial_port *port0 = serial->port[0]; local
814 edge_serial->interrupt_in_buffer = port0->interrupt_in_buffer;
815 edge_serial->interrupt_in_endpoint = port0->interrupt_in_endpointAddress;
816 edge_serial->interrupt_read_urb = port0->interrupt_in_urb;
817 edge_serial->bulk_in_buffer = port0->bulk_in_buffer;
818 edge_serial->bulk_in_endpoint = port0->bulk_in_endpointAddress;
819 edge_serial->read_urb = port0->read_urb;
820 edge_serial->bulk_out_endpoint = port0->bulk_out_endpointAddress;
826 port0->interrupt_in_endpointAddress),
827 port0
[all...]
H A Dmos7840.c818 struct moschip_port *port0; local
833 port0 = mos7840_get_port_private(serial->port[0]);
835 if (mos7840_port == NULL || port0 == NULL)
840 port0->open_ports++;
1018 if (port0->open_ports == 1) {
1194 struct moschip_port *port0; local
1212 port0 = mos7840_get_port_private(serial->port[0]);
1214 if (mos7840_port == NULL || port0 == NULL)
1257 port0->open_ports--;
1259 port0
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dultrastor.c855 int port0 = (config.slot << 12) | 0xc80;
863 unsigned char p = inb(port0 + i);
870 ogm_status = inb(port0 + 22);
871 ogm_addr = (unsigned int)isa_bus_to_virt(inl(port0 + 23));
872 icm_status = inb(port0 + 27);
873 icm_addr = (unsigned int)isa_bus_to_virt(inl(port0 + 28));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dcypress_cy7c63.c195 static DEVICE_ATTR(port0, S_IWUGO | S_IRUGO,
H A Dcytherm.c282 static DEVICE_ATTR(port0, S_IRUGO | S_IWUSR | S_IWGRP, show_port0, set_port0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_mv.c1373 int shift, port, port0, hard_port, handled; local
1377 port0 = 0;
1379 port0 = MV_PORTS_PER_HC;
1389 for (port = port0; port < port0 + MV_PORTS_PER_HC; port++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbmidi.c727 int port0 = ep->current_port; local
734 int portnum = (port0 + i) & 15;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dt3_hw.c517 VPD_ENTRY(port0, 2); /* PHY0 complex */

Completed in 135 milliseconds