summaryrefslogtreecommitdiff
path: root/Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/netsec_for_uefi/ogma_config.h
blob: 1caf64e306232822c548a0a60c85e0ef937f6500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/** @file

  Copyright (c) 2016 - 2017, Socionext Inc. All rights reserved.<BR>
  Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>

  This program and the accompanying materials
  are licensed and made available under the terms and conditions of the BSD License
  which accompanies this distribution.  The full text of the license may be found at
  http://opensource.org/licenses/bsd-license.php

  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

**/

#ifndef OGMA_CONFIG_H
#define OGMA_CONFIG_H

#define OGMA_CONFIG_CLK_HZ 125000000UL
#define OGMA_CONFIG_GMAC_CLK_HZ 125000000UL
#define OGMA_CONFIG_CHECK_CLK_SUPPLY

#define OGMA_CONFIG_USE_READ_GMAC_STAT

#endif /* OGMA_CONFIG_H */