Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dhd.c88 #define TRK0_ERR 0x02 /* couldn't find track 0 */ macro
232 if (hd_error & TRK0_ERR) printk("TrackZeroNotFound "); in dump_status()
426 else if ((hd_error & TRK0_ERR) || req->errors % RECAL_FREQ == 0) in bad_rw_intr()