mgb4_cmt.h 433 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2021-2023 Digiteq Automotive
  4. * author: Martin Tuma <martin.tuma@digiteqautomotive.com>
  5. */
  6. #ifndef __MGB4_CMT_H__
  7. #define __MGB4_CMT_H__
  8. #include "mgb4_vout.h"
  9. #include "mgb4_vin.h"
  10. u32 mgb4_cmt_set_vout_freq(struct mgb4_vout_dev *voutdev, unsigned int freq);
  11. void mgb4_cmt_set_vin_freq_range(struct mgb4_vin_dev *vindev,
  12. unsigned int freq_range);
  13. #endif