Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dcore.c49 static const int smart_attributes[][12] = { variable
1951 for (n = 0; n < ARRAY_SIZE(smart_attributes); n++) { in cmd_smart()
1952 s->io_buffer[2 + 0 + (n * 12)] = smart_attributes[n][0]; in cmd_smart()
1953 s->io_buffer[2 + 1 + (n * 12)] = smart_attributes[n][11]; in cmd_smart()
1971 for (n = 0; n < ARRAY_SIZE(smart_attributes); n++) { in cmd_smart()
1974 s->io_buffer[2 + i + (n * 12)] = smart_attributes[n][i]; in cmd_smart()