Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/
H A Dethtool.py354 fec_str = " ".join(fec)
356 fec_str = "Not reported"
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstb0899_drv.c1264 char fec_str[5] = { 0 }; in stb0899_get_dev_id() local
1278 CONVERT32(STB0899_READ_S2REG(STB0899_S2FEC, FEC_CORE_ID_REG), (char *)&fec_str); in stb0899_get_dev_id()
1285 dprintk(state->verbose, FE_ERROR, 1, "FEC Core ID=[%s], Version=[%d]", (char*) &fec_str, fec_ver); in stb0899_get_dev_id()