Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dretimer.c18 #define TB_MAX_RETIMER_INDEX 6 macro
20 #define TB_MAX_RETIMER_INDEX 2 macro
205 for (i = 1; i <= TB_MAX_RETIMER_INDEX; i++) { in tb_retimer_nvm_authenticate_status()
224 for (i = 1; i <= TB_MAX_RETIMER_INDEX; i++) in tb_retimer_set_inbound_sbtx()
242 for (i = TB_MAX_RETIMER_INDEX; i >= 1; i--) { in tb_retimer_unset_inbound_sbtx()
507 u32 status[TB_MAX_RETIMER_INDEX + 1] = {}; in tb_retimer_scan()
530 for (max = 1, i = 1; i <= TB_MAX_RETIMER_INDEX; i++) { in tb_retimer_scan()