icst.h (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) icst.h (5f1d8970d4cdba6ef3b2f3f11ef15edd62ce551a)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
4 *
5 * Support functions for calculating clocks/divisors for the ICST
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
4 *
5 * Support functions for calculating clocks/divisors for the ICST
6 * clock generators. See http://www.idt.com/ for more information
6 * clock generators. See https://www.idt.com/ for more information
7 * on these devices.
8 */
9#ifndef ICST_H
10#define ICST_H
11
12struct icst_params {
13 unsigned long ref;
14 unsigned long vco_max; /* inclusive */

--- 40 unchanged lines hidden ---
7 * on these devices.
8 */
9#ifndef ICST_H
10#define ICST_H
11
12struct icst_params {
13 unsigned long ref;
14 unsigned long vco_max; /* inclusive */

--- 40 unchanged lines hidden ---