Searched defs:sja1000_priv (Results 1 – 1 of 1) sorted by relevance
153 struct sja1000_priv { struct158 u8 (*read_reg) (const struct sja1000_priv *priv, int reg); argument160 void (*pre_irq) (const struct sja1000_priv *priv); argument161 void (*post_irq) (const struct sja1000_priv *priv); argument163 void *priv; /* for board-specific data */164 struct net_device *dev;166 void __iomem *reg_base; /* ioremap'ed address to registers */167 unsigned long irq_flags; /* for request_irq() */170 u16 flags; /* custom mode flags */171 u8 ocr; /* output control register */[all …]
Completed in 3 milliseconds