ata.c | 917 ata_set_mode(struct ata_drive_datas *drvp, uint8_t mode, uint8_t flags) function in typeref:typename:int 924 ATADEBUG_PRINT(("ata_set_mode=0x%x\n", mode), DEBUG_FUNCS); 1916 if (ata_set_mode(drvp, 0x08 | (i + 3), 1953 if (ata_set_mode(drvp, 0x20 | i, AT_WAIT) 1985 if (ata_set_mode(drvp, 0x40 | i,
|