Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dti_hecc.c355 u32 cnt, mbxno, mbx_mask; in ti_hecc_start() local
369 mbx_mask = BIT(mbxno); in ti_hecc_start()
370 hecc_clear_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start()
373 hecc_set_bit(priv, HECC_CANMD, mbx_mask); in ti_hecc_start()
374 hecc_set_bit(priv, HECC_CANME, mbx_mask); in ti_hecc_start()
375 hecc_set_bit(priv, HECC_CANMIM, mbx_mask); in ti_hecc_start()
386 mbx_mask = ~BIT(HECC_RX_LAST_MBOX); in ti_hecc_start()
387 hecc_write(priv, HECC_CANOPC, mbx_mask); in ti_hecc_start()
469 u32 mbxno, mbx_mask, data; in ti_hecc_xmit() local
476 mbx_mask = BIT(mbxno); in ti_hecc_xmit()
[all …]