Searched refs:HECC_CANRMP (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.c113 #define HECC_CANRMP 0x18 /* Receive message pending */ macro
382 hecc_write(priv, HECC_CANRMP, HECC_SET_REG);
577 hecc_write(priv, HECC_CANRMP, mbx_mask);
622 while ((pending_pkts = hecc_read(priv, HECC_CANRMP)) &&
647 if (hecc_read(priv, HECC_CANRMP) == 0) {
798 if (hecc_read(priv, HECC_CANRMP)) {

Completed in 54 milliseconds