Home
last modified time | relevance | path

Searched refs:grcan_write_reg (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dgrcan.c324 static inline void grcan_write_reg(u32 __iomem *reg, u32 val) in grcan_write_reg() function
334 static inline void grcan_write_reg(u32 __iomem *reg, u32 val) in grcan_write_reg() function
342 grcan_write_reg(reg, grcan_read_reg(reg) & ~mask); in grcan_clear_bits()
347 grcan_write_reg(reg, grcan_read_reg(reg) | mask); in grcan_set_bits()
359 grcan_write_reg(reg, (old & ~mask) | (value & mask)); in grcan_write_bits()
469 grcan_write_reg(&regs->conf, config); in grcan_reset()
475 grcan_write_reg(&regs->rxmask, 0); in grcan_reset()
484 grcan_write_reg(&regs->imr, GRCAN_IRQ_NONE); in grcan_stop_hardware()
560 grcan_write_reg(&regs->txrd, txrd); in grcan_lost_one_shot_frame()
773 grcan_write_reg(&regs->picr, sources); in grcan_interrupt()
[all …]