aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx800/driving_clk_phase_data.h
blob: b77c593e8fa703c37f8fd605db56902ade64882f (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
26
27
28
29
30
31
32
33
34
/*
 * This file is part of the coreboot project.
 *
 * Copyright (C) 2009 One Laptop per Child, Association, Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 2 of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef DRIVINGCLKPHASEDATA_H
#define DRIVINGCLKPHASEDATA_H

#define MA_Table   3

#define DUTY_CYCLE_FREQ_NUM   6
#define DUTY_CYCLE_REG_NUM     3

#define Clk_Phase_Table_DDR2_Width	  6

#define WrtData_REG_NUM        4
#define WrtData_FREQ_NUM      6

#define DQ_DQS_Delay_Table_Width  4

#define DQS_INPUT_CAPTURE_REG_NUM            3
#define DQS_INPUT_CAPTURE_FREQ_NUM             6

#endif				/* DRIVINGCLKPHASEDATA_H */