Searched refs:fec_timeout (Results 1 – 3 of 3) sorted by relevance
633 static void stv0900_get_lock_timeout(s32 *demod_timeout, s32 *fec_timeout, in stv0900_get_lock_timeout() argument641 (*fec_timeout) = 400; in stv0900_get_lock_timeout()644 (*fec_timeout) = 300; in stv0900_get_lock_timeout()647 (*fec_timeout) = 100; in stv0900_get_lock_timeout()656 (*fec_timeout) = 1700; in stv0900_get_lock_timeout()659 (*fec_timeout) = 1100; in stv0900_get_lock_timeout()662 (*fec_timeout) = 550; in stv0900_get_lock_timeout()665 (*fec_timeout) = 250; in stv0900_get_lock_timeout()668 (*fec_timeout) = 130; in stv0900_get_lock_timeout()671 (*fec_timeout) = 100; in stv0900_get_lock_timeout()[all …]
106 u32 fec_timeout; member1038 state->fec_timeout = 2000; in start()1041 state->fec_timeout = 1300; in start()1044 state->fec_timeout = 650; in start()1047 state->fec_timeout = 350; in start()1050 state->fec_timeout = 200; in start()1053 state->fec_timeout = 200; in start()
1141 fec_timeout(struct net_device *ndev) in fec_timeout() function3108 .ndo_tx_timeout = fec_timeout,