Lines Matching defs:hecc_write
228 static inline void hecc_write(struct ti_hecc_priv *priv, u32 reg, u32 val)
241 hecc_write(priv, reg, hecc_read(priv, reg) | bit_mask);
247 hecc_write(priv, reg, hecc_read(priv, reg) & ~bit_mask);
275 hecc_write(priv, HECC_CANBTC, can_btc);
321 hecc_write(priv, HECC_CANMC, 0);
337 hecc_write(priv, HECC_CANTIOC, HECC_CANTIOC_EN);
338 hecc_write(priv, HECC_CANRIOC, HECC_CANRIOC_EN);
341 hecc_write(priv, HECC_CANTA, HECC_SET_REG);
342 hecc_write(priv, HECC_CANRMP, HECC_SET_REG);
343 hecc_write(priv, HECC_CANGIF0, HECC_SET_REG);
344 hecc_write(priv, HECC_CANGIF1, HECC_SET_REG);
345 hecc_write(priv, HECC_CANME, 0);
346 hecc_write(priv, HECC_CANMD, 0);
364 hecc_write(priv, HECC_CANGAM, HECC_SET_REG);
387 hecc_write(priv, HECC_CANOPC, mbx_mask);
391 hecc_write(priv, HECC_CANMIL, HECC_SET_REG);
392 hecc_write(priv, HECC_CANGIM, HECC_CANGIM_DEF_MASK |
395 hecc_write(priv, HECC_CANMIL, 0);
396 hecc_write(priv, HECC_CANGIM,
410 hecc_write(priv, HECC_CANGIM, 0);
411 hecc_write(priv, HECC_CANMIM, 0);
412 hecc_write(priv, HECC_CANME, 0);
517 hecc_write(priv, HECC_CANTRS, mbx_mask);
587 hecc_write(priv, HECC_CANRMP, mbx_mask);
632 hecc_write(priv, HECC_CANES, HECC_CANES_FLAGS);
715 hecc_write(priv, HECC_CANGIM, 0);
744 hecc_write(priv, HECC_CANTA, mbx_mask);
772 hecc_write(priv, HECC_CANGIF1, handled);
775 hecc_write(priv, HECC_CANGIF0, handled);