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