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