Dears,
We check kernel 3.10.17-r0 Ahci.h (Line:82~89), some sample code as below:
/* global controller registers */
HOST_CAP = 0x00, /* host capabilities */
HOST_CTL = 0x04, /* global host control */
HOST_IRQ_STAT = 0x08, /* interrupt status */
HOST_PORTS_IMPL = 0x0c, /* bitmap of implemented ports */
HOST_VERSION = 0x10, /* AHCI spec. version compliancy */
HOST_EM_LOC = 0x1c, /* Enclosure Management location */
HOST_EM_CTL = 0x20, /* Enclosure Management Control */
HOST_CAP2 = 0x24, /* host capabilities, extended */
We no see any destination about BIST.
Can any one give me some sample code to help to implement?
How can I enable the BIST test?
Thanks,
Best Regards,
Yao