Searched refs:cable (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_cs5535.c73 * cs5535_cable_detect - detect cable type
76 * Perform cable detection for ATA66 capable cable. Return a libata
77 * cable type.
82 u8 cable; local
85 pci_read_config_byte(pdev, CS5535_CABLE_DETECT, &cable);
86 if (cable & 1)
H A Dpata_macio.c130 * 40 connector cable and to 4 on 80 connector one.
476 /* Get cable type from device-tree */
481 const char* cable = of_get_property(priv->node, "cable-type", local
486 if (cable && !strncmp(cable, "80-", 3)) {
487 /* Some drives fail to detect 80c cable in PowerBook
488 * These machine use proprietary short IDE cable
498 /* G5's seem to have incorrect cable type in device-tree.
499 * Let's assume they always have a 80 conductor cable, thi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dwanxl.h49 #define DOORBELL_FROM_CARD_CABLE_0 5 /* cable/PM/etc. changed */
141 volatile u32 cable; member in struct:__anon13537
H A Dwanxl.c118 u32 value = get_status(port)->cable;
120 const char *cable, *pm, *dte = "", *dsr = "", *dcd = ""; local
123 case STATUS_CABLE_V35: cable = "V.35"; break;
124 case STATUS_CABLE_X21: cable = "X.21"; break;
125 case STATUS_CABLE_V24: cable = "V.24"; break;
126 case STATUS_CABLE_EIA530: cable = "EIA530"; break;
127 case STATUS_CABLE_NONE: cable = "no"; break;
128 default: cable = "invalid";
149 printk(KERN_INFO "%s: %s%s module, %s cable%s%s\n",
150 port->dev->name, pm, dte, cable, ds
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dmidi.c149 uint8_t cable; /* cable number << 4 */ member in struct:snd_usb_midi_out_endpoint::usbmidi_out_port
402 int cable = buffer[i] >> 4; local
404 snd_usbmidi_input_data(ep, cable, &buffer[i + 1], length);
433 int cable = buffer[i] >> 4; local
435 struct usbmidi_in_port *port = &ep->ports[cable];
457 snd_usbmidi_input_data(ep, cable, &buffer[i + 1], length);
511 uint8_t p0 = port->cable;
1326 ep->ports[i].cable = i << 4;
1919 int cable, er local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dgmidi.c117 uint8_t cable; /* cable number << 4 */ member in struct:gmidi_in_port
445 static void gmidi_read_data(struct usb_ep *ep, int cable, argument
449 /* cable is ignored, because for now we only have one. */
468 int cable = buf[i] >> 4; local
470 gmidi_read_data(ep, cable, &buf[i + 1], length);
856 uint8_t p0 = port->cable;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/lmc/
H A Dlmc_media.c103 lmc_ds3_set_100ft, /* set cable length */
118 lmc_dummy_set_1, /* set cable length */
132 lmc_dummy_set_1, /* set cable length */
147 lmc_dummy_set_1, /* set cable length */
304 * Set cable length
350 * check for change in cable length setting
542 int cable; local
548 cable = (mii17 & LMC_MII17_SSI_CABLE_MASK) >> LMC_MII17_SSI_CABLE_SHIFT;
549 sc->ictl.cable_type = cable;
688 * Also, it seems that with a loopback cable, DC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dpmac.c150 * 40 connector cable and to 4 on 80 connector one.
924 const char *cable = of_get_property(np, "cable-type", NULL); local
928 /* Get cable type from device-tree. */
929 if (cable && !strncmp(cable, "80-", 3)) {
930 /* Some drives fail to detect 80c cable in PowerBook */
931 /* These machine use proprietary short IDE cable anyway */
939 * G5's seem to have incorrect cable type in device-tree.
940 * Let's assume they have a 80 conductor cable, thi
[all...]

Completed in 193 milliseconds