Lines Matching defs:rcar_canfd_global
513 struct rcar_canfd_global { struct
514 struct rcar_canfd_channel *ch[RCANFD_NUM_CHANNELS];
515 void __iomem *base; /* Register base address */
516 struct platform_device *pdev; /* Respective platform device */
517 struct clk *clkp; /* Peripheral clock */
518 struct clk *can_clk; /* fCAN clock */
519 enum rcar_canfd_fcanclk fcan; /* CANFD or Ext clock */
520 unsigned long channels_mask; /* Enabled channels mask */
521 bool fdmode; /* CAN FD or Classical CAN only mode */
522 struct reset_control *rstc1;
523 struct reset_control *rstc2;
524 enum rcanfd_chip_id chip_id;