Searched refs:acc_core (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/can/esd/ |
| A 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);
|
| A 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() 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() 524 static void handle_core_msg_buserr(struct acc_core *core, in handle_core_msg_buserr() 582 handle_core_msg_errstatechange(struct acc_core *core, in handle_core_msg_errstatechange() 640 static void handle_core_interrupt(struct acc_core *core) in handle_core_interrupt() 733 struct acc_core *core = &cores[i]; in acc_card_interrupt() [all …]
|
| A 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()
|
Completed in 8 milliseconds