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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Dti_hecc.c395 u32 cnt, mbxno, mbx_mask; local
409 mbx_mask = BIT(mbxno);
410 hecc_clear_bit(priv, HECC_CANME, mbx_mask);
413 hecc_set_bit(priv, HECC_CANMD, mbx_mask);
414 hecc_set_bit(priv, HECC_CANME, mbx_mask);
415 hecc_set_bit(priv, HECC_CANMIM, mbx_mask);
486 u32 mbxno, mbx_mask, data; local
493 mbx_mask = BIT(mbxno);
495 if (unlikely(hecc_read(priv, HECC_CANME) & mbx_mask)) {
531 hecc_set_bit(priv, HECC_CANME, mbx_mask);
546 u32 data, mbx_mask; local
616 u32 mbx_mask; local
758 u32 mbxno, mbx_mask, int_status, err_status; local
[all...]

Completed in 50 milliseconds