Home
last modified time | relevance | path

Searched refs:SMART_READ_LOG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Ddrivetemp.c144 #define SMART_READ_LOG 0xd5 macro
261 err = drivetemp_ata_command(st, SMART_READ_LOG, SCT_STATUS_REQ_ADDR); in drivetemp_get_scttemp()
374 err = drivetemp_ata_command(st, SMART_READ_LOG, SCT_STATUS_REQ_ADDR); in drivetemp_identify_sata()
403 err = drivetemp_ata_command(st, SMART_READ_LOG, SCT_READ_LOG_ADDR); in drivetemp_identify_sata()
/openbmc/qemu/include/hw/ide/
H A Dinternal.h325 #define SMART_READ_LOG 0xd5 macro
/openbmc/qemu/hw/ide/
H A Dcore.c1995 case SMART_READ_LOG: in cmd_smart()