Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dti_hecc.c355 u32 cnt, mbxno, mbx_mask; in ti_hecc_start() local
368 mbxno = HECC_MAX_MAILBOXES - 1 - cnt; in ti_hecc_start()
369 mbx_mask = BIT(mbxno); in ti_hecc_start()
469 u32 mbxno, mbx_mask, data; in ti_hecc_xmit() local
475 mbxno = get_tx_head_mb(priv); in ti_hecc_xmit()
476 mbx_mask = BIT(mbxno); in ti_hecc_xmit()
506 can_put_echo_skb(skb, ndev, mbxno, 0); in ti_hecc_xmit()
537 mbx_mask = BIT(mbxno); in ti_hecc_mailbox_read()
740 mbxno = get_tx_tail_mb(priv); in ti_hecc_interrupt()
741 mbx_mask = BIT(mbxno); in ti_hecc_interrupt()
[all …]
H A Dbxcan.c362 unsigned int mbxno, u32 *timestamp, in bxcan_mailbox_read() argument