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()
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()
517 hecc_write(priv, HECC_CANTRS, mbx_mask); in ti_hecc_xmit()
535 u32 data, mbx_mask; in ti_hecc_mailbox_read() local
537 mbx_mask = BIT(mbxno); in ti_hecc_mailbox_read()
587 hecc_write(priv, HECC_CANRMP, mbx_mask); in ti_hecc_mailbox_read()
[all …]