Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/
Dti_hecc.c387 u32 cnt, mbxno, mbx_mask; in ti_hecc_start() local
401 mbx_mask = BIT(mbxno); in ti_hecc_start()
402 hecc_clear_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start()
405 hecc_set_bit(priv, HECC_CANMD, mbx_mask); in ti_hecc_start()
406 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start()
407 hecc_set_bit(priv, HECC_CANMIM, mbx_mask); in ti_hecc_start()
489 u32 mbxno, mbx_mask, data; in ti_hecc_xmit() local
496 mbx_mask = BIT(mbxno); in ti_hecc_xmit()
498 if (unlikely(hecc_read(priv, HECC_CANME) & mbx_mask)) { in ti_hecc_xmit()
534 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_xmit()
[all …]