Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/mxl862xx/
H A Dmxl862xx-host.c23 #define LEN_RET_LEN_MASK GENMASK(9, 0) macro
105 u32 data = ((u32)(len_ret & LEN_RET_LEN_MASK) << 16) | ctrl; in mxl862xx_crc6()
185 *result = sign_extend32((len_ret & LEN_RET_LEN_MASK) | in mxl862xx_crc6_verify()