Searched refs:grcan_write_reg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/can/ |
D | grcan.c | 327 static inline void grcan_write_reg(u32 __iomem *reg, u32 val) in grcan_write_reg() function 337 static inline void grcan_write_reg(u32 __iomem *reg, u32 val) in grcan_write_reg() function 345 grcan_write_reg(reg, grcan_read_reg(reg) & ~mask); in grcan_clear_bits() 350 grcan_write_reg(reg, grcan_read_reg(reg) | mask); in grcan_set_bits() 362 grcan_write_reg(reg, (old & ~mask) | (value & mask)); in grcan_write_bits() 472 grcan_write_reg(®s->conf, config); in grcan_reset() 478 grcan_write_reg(®s->rxmask, 0); in grcan_reset() 487 grcan_write_reg(®s->imr, GRCAN_IRQ_NONE); in grcan_stop_hardware() 563 grcan_write_reg(®s->txrd, txrd); in grcan_lost_one_shot_frame() 776 grcan_write_reg(®s->picr, sources); in grcan_interrupt() [all …]
|