Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dti_hecc.c365 u32 cnt, mbxno, mbx_mask; in ti_hecc_start() local
379 mbx_mask = BIT(mbxno); in ti_hecc_start()
380 hecc_clear_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start()
383 hecc_set_bit(priv, HECC_CANMD, mbx_mask); in ti_hecc_start()
384 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start()
385 hecc_set_bit(priv, HECC_CANMIM, mbx_mask); in ti_hecc_start()
396 mbx_mask = ~BIT(HECC_RX_LAST_MBOX); in ti_hecc_start()
397 hecc_write(priv, HECC_CANOPC, mbx_mask); in ti_hecc_start()
479 u32 mbxno, mbx_mask, data; in ti_hecc_xmit() local
486 mbx_mask = BIT(mbxno); in ti_hecc_xmit()
[all …]