Home
last modified time | relevance | path

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

/linux/drivers/fpga/
H A Ddfl-n3000-nios.c241 unsigned int val, retimer_a_mode, retimer_b_mode, fec_modes; in fec_mode_show() local
275 fec_modes = (val & N3000_NIOS_INIT_REQ_FEC_MODE_MSK_ALL); in fec_mode_show()
276 if (fec_modes == N3000_NIOS_INIT_REQ_FEC_MODE_NO_ALL) in fec_mode_show()
278 else if (fec_modes == N3000_NIOS_INIT_REQ_FEC_MODE_KR_ALL) in fec_mode_show()
280 else if (fec_modes == N3000_NIOS_INIT_REQ_FEC_MODE_RS_ALL) in fec_mode_show()