Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dgrcan.c325 static inline void grcan_write_reg(u32 __iomem *reg, u32 val) in grcan_write_reg() function
335 static inline void grcan_write_reg(u32 __iomem *reg, u32 val) in grcan_write_reg() function
343 grcan_write_reg(reg, grcan_read_reg(reg) & ~mask); in grcan_clear_bits()
348 grcan_write_reg(reg, grcan_read_reg(reg) | mask); in grcan_set_bits()
360 grcan_write_reg(reg, (old & ~mask) | (value & mask)); in grcan_write_bits()
470 grcan_write_reg(&regs->conf, config); in grcan_reset()
476 grcan_write_reg(&regs->rxmask, 0); in grcan_reset()
485 grcan_write_reg(&regs->imr, GRCAN_IRQ_NONE); in grcan_stop_hardware()
559 grcan_write_reg(&regs->txrd, txrd); in grcan_lost_one_shot_frame()
773 grcan_write_reg(&regs->picr, sources); in grcan_interrupt()
[all …]