Searched refs:hecc_get_bit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | ti_hecc.c | 260 static inline u32 hecc_get_bit(struct ti_hecc_priv *priv, int reg, u32 bit_mask) in hecc_get_bit() function 319 while (!hecc_get_bit(priv, HECC_CANES, HECC_CANES_CCE) && cnt != 0) { in ti_hecc_reset() 341 while (hecc_get_bit(priv, HECC_CANES, HECC_CANES_CCE) && cnt != 0) { in ti_hecc_reset()
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | ti_hecc.c | 250 static inline u32 hecc_get_bit(struct ti_hecc_priv *priv, int reg, u32 bit_mask) in hecc_get_bit() function 309 while (!hecc_get_bit(priv, HECC_CANES, HECC_CANES_CCE) && cnt != 0) { in ti_hecc_reset() 331 while (hecc_get_bit(priv, HECC_CANES, HECC_CANES_CCE) && cnt != 0) { in ti_hecc_reset()
|
Completed in 4 milliseconds