Searched refs:HECC_CANMIM (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.c125 #define HECC_CANMIM 0x48 /* Mailbox interrupt mask */ macro
415 hecc_set_bit(priv, HECC_CANMIM, mbx_mask);
438 hecc_write(priv, HECC_CANMIM, 0);
535 hecc_set_bit(priv, HECC_CANMIM, mbx_mask);
650 mbx_mask = hecc_read(priv, HECC_CANMIM);
652 hecc_write(priv, HECC_CANMIM, mbx_mask);
778 hecc_clear_bit(priv, HECC_CANMIM, mbx_mask);
799 ack = hecc_read(priv, HECC_CANMIM);
801 hecc_write(priv, HECC_CANMIM, ack);

Completed in 59 milliseconds