Lines Matching defs:rcar_canfd_global
536 struct rcar_canfd_global { struct
537 struct rcar_canfd_channel *ch[RCANFD_NUM_CHANNELS];
538 void __iomem *base; /* Register base address */
539 struct platform_device *pdev; /* Respective platform device */
540 struct clk *clkp; /* Peripheral clock */
541 struct clk *can_clk; /* fCAN clock */
542 unsigned long channels_mask; /* Enabled channels mask */
543 bool extclk; /* CANFD or Ext clock */
544 bool fdmode; /* CAN FD or Classical CAN only mode */
545 struct reset_control *rstc1;
546 struct reset_control *rstc2;
547 const struct rcar_canfd_hw_info *info;