Lines Matching defs:hecc_write
238 static inline void hecc_write(struct ti_hecc_priv *priv, u32 reg, u32 val)
251 hecc_write(priv, reg, hecc_read(priv, reg) | bit_mask);
257 hecc_write(priv, reg, hecc_read(priv, reg) & ~bit_mask);
285 hecc_write(priv, HECC_CANBTC, can_btc);
331 hecc_write(priv, HECC_CANMC, 0);
347 hecc_write(priv, HECC_CANTIOC, HECC_CANTIOC_EN);
348 hecc_write(priv, HECC_CANRIOC, HECC_CANRIOC_EN);
351 hecc_write(priv, HECC_CANTA, HECC_SET_REG);
352 hecc_write(priv, HECC_CANRMP, HECC_SET_REG);
353 hecc_write(priv, HECC_CANGIF0, HECC_SET_REG);
354 hecc_write(priv, HECC_CANGIF1, HECC_SET_REG);
355 hecc_write(priv, HECC_CANME, 0);
356 hecc_write(priv, HECC_CANMD, 0);
374 hecc_write(priv, HECC_CANGAM, HECC_SET_REG);
397 hecc_write(priv, HECC_CANOPC, mbx_mask);
401 hecc_write(priv, HECC_CANMIL, HECC_SET_REG);
402 hecc_write(priv, HECC_CANGIM, HECC_CANGIM_DEF_MASK |
405 hecc_write(priv, HECC_CANMIL, 0);
406 hecc_write(priv, HECC_CANGIM,
420 hecc_write(priv, HECC_CANGIM, 0);
421 hecc_write(priv, HECC_CANMIM, 0);
422 hecc_write(priv, HECC_CANME, 0);
527 hecc_write(priv, HECC_CANTRS, mbx_mask);
597 hecc_write(priv, HECC_CANRMP, mbx_mask);
642 hecc_write(priv, HECC_CANES, HECC_CANES_FLAGS);
724 hecc_write(priv, HECC_CANGIM, 0);
753 hecc_write(priv, HECC_CANTA, mbx_mask);
782 hecc_write(priv, HECC_CANGIF1, handled);
785 hecc_write(priv, HECC_CANGIF0, handled);