summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/aspeed/DEF_SPI.H
blob: 02353e7e61f639a3a853a71453ddf2102c628e75 (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
35
/*
 *  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.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
#ifndef DEF_SPI_H
#define DEF_SPI_H

#include "TYPEDEF.H"
#include "SWFUNC.H"

typedef struct _DEVICE_PCI_INFO
{
    USHORT    usVendorID;
    USHORT    usDeviceID;
    ULONG     ulPCIConfigurationBaseAddress;
    ULONG     ulPhysicalBaseAddress;
    ULONG     ulMMIOBaseAddress;
    USHORT    usRelocateIO;
} DEVICE_PCI_INFO;

//VIDEO Engine Info
typedef struct _VIDEO_ENGINE_INFO {
    USHORT             iEngVersion;
    DEVICE_PCI_INFO    VGAPCIInfo;
} VIDEO_ENGINE_INFO;

BOOLEAN  GetDevicePCIInfo (VIDEO_ENGINE_INFO *VideoEngineInfo);

#endif // DEF_SPI_H