HomeSort by: relevance | last modified time | path
    Searched defs:ata_set_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ata/
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,
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,

Completed in 24 milliseconds