Searched refs:mbx_mask (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | ti_hecc.c | 365 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 in ti_hecc_xmit() 545 u32 data, mbx_mask; ti_hecc_mailbox_read() local 681 u32 mbxno, mbx_mask, int_status, err_status, stamp; ti_hecc_interrupt() local [all...] |
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | ti_hecc.c | 355 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 in ti_hecc_xmit() 535 u32 data, mbx_mask; ti_hecc_mailbox_read() local 672 u32 mbxno, mbx_mask, int_status, err_status, stamp; ti_hecc_interrupt() local [all...] |
Completed in 3 milliseconds