Searched refs:grcan_write_reg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/can/ |
H A D | grcan.c | 325 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(®s->conf, config); in grcan_reset() 476 grcan_write_reg(®s->rxmask, 0); in grcan_reset() 485 grcan_write_reg(®s->imr, GRCAN_IRQ_NONE); in grcan_stop_hardware() 559 grcan_write_reg(®s->txrd, txrd); in grcan_lost_one_shot_frame() 773 grcan_write_reg(®s->picr, sources); in grcan_interrupt() [all …]
|