Searched refs:acc_core (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/can/esd/ |
D | esdacc.h | 242 struct acc_core { struct 264 struct acc_core *core; argument 268 static inline u32 acc_read32(struct acc_core *core, unsigned short offs) in acc_read32() 273 static inline void acc_write32(struct acc_core *core, in acc_write32() 279 static inline void acc_write32_noswap(struct acc_core *core, in acc_write32_noswap() 285 static inline void acc_set_bits(struct acc_core *core, in acc_set_bits() 294 static inline void acc_clear_bits(struct acc_core *core, in acc_clear_bits() 303 static inline int acc_resetmode_entered(struct acc_core *core) in acc_resetmode_entered() 349 void acc_init_bm_ptr(struct acc_ov *ov, struct acc_core *cores, 358 irqreturn_t acc_card_interrupt(struct acc_ov *ov, struct acc_core *cores);
|
D | esdacc.c | 47 static void acc_resetmode_enter(struct acc_core *core) in acc_resetmode_enter() 56 static void acc_resetmode_leave(struct acc_core *core) in acc_resetmode_leave() 65 static void acc_txq_put(struct acc_core *core, u32 acc_id, u32 acc_dlc, in acc_txq_put() 77 static u8 acc_tx_fifo_next(struct acc_core *core, u8 tx_fifo_idx) in acc_tx_fifo_next() 144 void acc_init_bm_ptr(struct acc_ov *ov, struct acc_core *cores, const void *mem) in acc_init_bm_ptr() 166 struct acc_core *core = &cores[u]; in acc_init_bm_ptr() 176 struct acc_core *core = priv->core; in acc_open() 222 struct acc_core *core = priv->core; in acc_close() 250 struct acc_core *core = priv->core; in acc_start_xmit() 405 static void handle_core_msg_rxtxdone(struct acc_core *core, in handle_core_msg_rxtxdone() [all …]
|
D | esd_402_pci-core.c | 50 struct acc_core *cores; 196 sizeof(struct acc_core), GFP_KERNEL); in pci402_init_card() 316 struct acc_core *core = &card->cores[i]; in pci402_finish_dma() 327 static void pci402_unregister_core(struct acc_core *core) in pci402_unregister_core() 343 struct acc_core *core = &card->cores[i]; in pci402_init_cores()
|