Lines Matching defs:rcar_canfd_global
542 struct rcar_canfd_global { struct
543 struct rcar_canfd_channel *ch[RCANFD_NUM_CHANNELS];
544 void __iomem *base; /* Register base address */
545 struct platform_device *pdev; /* Respective platform device */
546 struct clk *clkp; /* Peripheral clock */
547 struct clk *can_clk; /* fCAN clock */
548 enum rcar_canfd_fcanclk fcan; /* CANFD or Ext clock */
549 unsigned long channels_mask; /* Enabled channels mask */
550 bool fdmode; /* CAN FD or Classical CAN only mode */
551 struct reset_control *rstc1;
552 struct reset_control *rstc2;
553 const struct rcar_canfd_hw_info *info;