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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-probe.c89 * WIN_IDENTIFY returns little-endian info,
235 timeout = ((cmd == WIN_IDENTIFY) ? WAIT_WORSTCASE : WAIT_PIDENTIFY) / 2;
319 if ((drive->media != ide_disk) && (cmd == WIN_IDENTIFY))
325 (cmd == WIN_IDENTIFY) ? "ATA" : "ATAPI");
393 if (do_probe(drive, WIN_IDENTIFY) >= 2) { /* if !(success||timed-out) */
408 if (do_probe(drive, WIN_IDENTIFY) >= 2) { /* if !(success||timed-out) */
H A Dide-features.c157 OUT_BYTE(WIN_IDENTIFY, IDE_COMMAND_REG);
H A Dide-taskfile.c685 case WIN_IDENTIFY:
790 case WIN_IDENTIFY:
H A Dide-proc.c454 taskfile.command = (drive->media == ide_disk) ? WIN_IDENTIFY : WIN_PIDENTIFY ;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhdreg.h232 #define WIN_IDENTIFY 0xEC /* ask drive to identify itself */ macro
234 #define WIN_IDENTIFY_DMA 0xEE /* same as WIN_IDENTIFY, but DMA */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhdreg.h232 #define WIN_IDENTIFY 0xEC /* ask drive to identify itself */ macro
234 #define WIN_IDENTIFY_DMA 0xEE /* same as WIN_IDENTIFY, but DMA */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Disd200.c743 ata.write.CommandByte = WIN_IDENTIFY;

Completed in 78 milliseconds