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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c613 * ata_devchk - PATA device presence detection
630 static unsigned int ata_devchk(struct ata_port *ap, unsigned int device) function
3017 /* if device 0 was found in ata_devchk, wait for its
3029 /* if device 1 was found in ata_devchk, wait for register
3139 dev0 = ata_devchk(ap, 0);
3141 dev1 = ata_devchk(ap, 1);
3384 if (ata_devchk(ap, 0))
3386 if (slave_possible && ata_devchk(ap, 1))

Completed in 96 milliseconds