icst.c (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) icst.c (5f1d8970d4cdba6ef3b2f3f11ef15edd62ce551a)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * linux/arch/arm/common/icst307.c
4 *
5 * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
6 *
7 * Support functions for calculating clocks/divisors for the ICST307
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * linux/arch/arm/common/icst307.c
4 *
5 * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved.
6 *
7 * Support functions for calculating clocks/divisors for the ICST307
8 * clock generators. See http://www.idt.com/ for more information
8 * clock generators. See https://www.idt.com/ for more information
9 * on these devices.
10 *
11 * This is an almost identical implementation to the ICST525 clock generator.
12 * The s2div and idx2s files are different
13 */
14#include <linux/module.h>
15#include <linux/kernel.h>
16#include <asm/div64.h>

--- 86 unchanged lines hidden ---
9 * on these devices.
10 *
11 * This is an almost identical implementation to the ICST525 clock generator.
12 * The s2div and idx2s files are different
13 */
14#include <linux/module.h>
15#include <linux/kernel.h>
16#include <asm/div64.h>

--- 86 unchanged lines hidden ---