Searched defs:secondary (Results 1 - 8 of 8) sorted by relevance

/drivers/ide/
H A Dide-generic.c53 static void ide_generic_check_pci_legacy_iobases(int *primary, int *secondary) argument
63 *secondary = 1;
69 *primary = *secondary = 1;
78 *secondary = 1;
91 int i, rc = 0, primary = 0, secondary = 0; local
93 ide_generic_check_pci_legacy_iobases(&primary, &secondary);
102 if (secondary == 0)
/drivers/net/ethernet/xscale/ixp2000/
H A Dpm3386.c96 int secondary; local
98 secondary = pm3386_secondary_present();
103 if (secondary)
108 if (secondary)
114 if (secondary)
120 if (secondary)
127 if (secondary)
133 if (secondary)
/drivers/net/wireless/orinoco/
H A Dfw.c201 * the card and make sure it responds. For the secondary firmware take
207 int secondary)
223 if (secondary) {
246 if (secondary) {
266 /* hermes_reset() should return 0 with the secondary firmware */
267 if (secondary && ret != 0)
321 /* Load secondary firmware */
205 symbol_dl_image(struct orinoco_private *priv, const struct fw_info *fw, const unsigned char *image, const void *end, int secondary) argument
/drivers/edac/
H A Dedac_pci_sysfs.c504 static u16 get_pci_parity_status(struct pci_dev *dev, int secondary) argument
509 where = secondary ? PCI_SEC_STATUS : PCI_STATUS;
609 /* On bridges, need to examine secondary status register */
614 /* check the secondary status reg for errors,
650 * Master Parity ERRORS or Parity ERRORs on primary or secondary devices
/drivers/media/video/saa7134/
H A Dsaa7134-tvaudio.c175 int primary, int secondary)
177 if (-1 == secondary)
178 secondary = primary;
180 saa_writel(SAA7134_CARRIER2_FREQ0 >> 2, tvaudio_carr2reg(secondary));
174 tvaudio_setcarrier(struct saa7134_dev *dev, int primary, int secondary) argument
/drivers/ata/
H A Dpata_legacy.c1026 * @master: set this if we find an ATA secondary
1036 int *secondary)
1040 *primary = *secondary = 1;
1045 *primary = *secondary = 1;
1055 *secondary = 1;
1187 int secondary = 0; local
1203 secondary = 1;
1206 legacy_check_special_cases(p, &primary, &secondary);
1218 if (secondary == 0 || all)
1035 legacy_check_special_cases(struct pci_dev *p, int *primary, int *secondary) argument
/drivers/pci/
H A Dprobe.c15 #define CARDBUS_LATENCY_TIMER 176 /* secondary latency timer */
372 child->secondary, child->subordinate,
573 * Set up the primary, secondary and subordinate
576 child->number = child->secondary = busnr;
577 child->primary = parent->secondary;
643 u8 primary, secondary, subordinate; local
648 secondary = (buses >> 8) & 0xFF;
652 secondary, subordinate, pass);
654 if (!primary && (primary != bus->number) && secondary && subordinate) {
661 (primary != bus->number || secondary <
[all...]
/drivers/scsi/
H A Dwd7000.c524 volatile unchar secondary; /* secondary revision level (returned) */ member in struct:icbRevLvl
1295 host->rev2 = icb.secondary;

Completed in 917 milliseconds