Searched refs:OPT_MEDIUM_ERR_ADDR (Results 1 – 1 of 1) sorted by relevance
203 #define OPT_MEDIUM_ERR_ADDR 0x1234 /* that's sector 4660 in decimal */ macro631 static unsigned int sdebug_medium_error_start = OPT_MEDIUM_ERR_ADDR;2744 ret = (lba < OPT_MEDIUM_ERR_ADDR) in resp_read_dt0()2745 ? OPT_MEDIUM_ERR_ADDR : (int)lba; in resp_read_dt0()