Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dhd.c91 #define ID_ERR 0x10 /* ID field not found */ macro
230 if (hd_error & ID_ERR) printk("SectorIdNotFound "); in dump_status()
235 if (hd_error & (BBD_ERR|ECC_ERR|ID_ERR|MARK_ERR)) { in dump_status()