Home
last modified time | relevance | path

Searched refs:ERR_COUNT_PKT_N (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dtango_nand.c53 * ERR_COUNT_PKT_N is the max error count over all but the first packet.
56 #define ERR_COUNT_PKT_N(v) (((v) >> 8) & 0x3f) macro
238 /* ERR_COUNT_PKT_N is max, not sum, but that's all we have */ in decode_error_report()
240 ERR_COUNT_PKT_0(res) + ERR_COUNT_PKT_N(res); in decode_error_report()
242 return max(ERR_COUNT_PKT_0(res), ERR_COUNT_PKT_N(res)); in decode_error_report()

Completed in 1 milliseconds