Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_2500.c361 u32 data, data2, pass, retrycnt; in ddr4_init_2500() local
398 for (retrycnt = 0; retrycnt < 4 && pass == 0; retrycnt++) { in ddr4_init_2500()
430 for (retrycnt = 0; retrycnt < 4 && pass == 0; retrycnt++) { in ddr4_init_2500()
/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c676 u8 retrycnt; in if_usb_receive() local
680 retrycnt = tmp & 0x00ff; in if_usb_receive()
682 lbtf_send_tx_feedback(priv, retrycnt, failure); in if_usb_receive()
H A Dlibertas_tf.h491 void lbtf_send_tx_feedback(struct lbtf_private *priv, u8 retrycnt, u8 fail);
H A Dmain.c656 void lbtf_send_tx_feedback(struct lbtf_private *priv, u8 retrycnt, u8 fail) in lbtf_send_tx_feedback() argument