Searched refs:acc_core (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/can/esd/
H A Desdacc.h240 struct acc_core { struct
262 struct acc_core *core;
266 static inline u32 acc_read32(struct acc_core *core, unsigned short offs)
271 static inline void acc_write32(struct acc_core *core,
277 static inline void acc_write32_noswap(struct acc_core *core,
283 static inline void acc_set_bits(struct acc_core *core,
292 static inline void acc_clear_bits(struct acc_core *core,
301 static inline int acc_resetmode_entered(struct acc_core *core)
347 void acc_init_bm_ptr(struct acc_ov *ov, struct acc_core *cores,
356 irqreturn_t acc_card_interrupt(struct acc_ov *ov, struct acc_core *core
[all...]
H A Desdacc.c44 static void acc_resetmode_enter(struct acc_core *core)
53 static void acc_resetmode_leave(struct acc_core *core)
62 static void acc_txq_put(struct acc_core *core, u32 acc_id, u8 acc_dlc,
74 static u8 acc_tx_fifo_next(struct acc_core *core, u8 tx_fifo_idx)
141 void acc_init_bm_ptr(struct acc_ov *ov, struct acc_core *cores, const void *mem)
163 struct acc_core *core = &cores[u];
173 struct acc_core *core = priv->core;
219 struct acc_core *core = priv->core;
247 struct acc_core *core = priv->core;
400 static void handle_core_msg_rxtxdone(struct acc_core *cor
[all...]
H A Desd_402_pci-core.c50 struct acc_core *cores;
196 sizeof(struct acc_core), GFP_KERNEL);
316 struct acc_core *core = &card->cores[i];
327 static void pci402_unregister_core(struct acc_core *core)
343 struct acc_core *core = &card->cores[i];

Completed in 120 milliseconds