Searched refs:hecc_write (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.c260 static inline void hecc_write(struct ti_hecc_priv *priv, u32 reg, u32 val) function
273 hecc_write(priv, reg, hecc_read(priv, reg) | bit_mask);
279 hecc_write(priv, reg, hecc_read(priv, reg) & ~bit_mask);
316 hecc_write(priv, HECC_CANBTC, can_btc);
359 hecc_write(priv, HECC_CANMC, 0);
377 hecc_write(priv, HECC_CANTIOC, HECC_CANTIOC_EN);
378 hecc_write(priv, HECC_CANRIOC, HECC_CANRIOC_EN);
381 hecc_write(priv, HECC_CANTA, HECC_SET_REG);
382 hecc_write(priv, HECC_CANRMP, HECC_SET_REG);
383 hecc_write(pri
[all...]

Completed in 54 milliseconds