common.h (5721385b187b3154c7768e6c182501022f4e2e45) | common.h (5758dd7633aead9ee4d0f453cef51f2acd3df3dc) |
---|---|
1/* 2 * (C) Copyright 2008 3 * Heiko Schocher, DENX Software Engineering, hs@denx.de. 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License as 7 * published by the Free Software Foundation; either version 2 of 8 * the License, or (at your option) any later version. 9 */ 10 11#ifndef __KEYMILE_COMMON_H 12#define __KEYMILE_COMMON_H 13 14#define WRG_RESET 0x80 15#define H_OPORTS_14 0x40 16#define WRG_LED 0x02 17#define WRL_BOOT 0x01 18 | 1/* 2 * (C) Copyright 2008 3 * Heiko Schocher, DENX Software Engineering, hs@denx.de. 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License as 7 * published by the Free Software Foundation; either version 2 of 8 * the License, or (at your option) any later version. 9 */ 10 11#ifndef __KEYMILE_COMMON_H 12#define __KEYMILE_COMMON_H 13 14#define WRG_RESET 0x80 15#define H_OPORTS_14 0x40 16#define WRG_LED 0x02 17#define WRL_BOOT 0x01 18 |
19#define OPRTL_XBUFENA 0x20 20 |
|
19#define H_OPORTS_SCC4_ENA 0x10 20#define H_OPORTS_SCC4_FD_ENA 0x04 21#define H_OPORTS_FCC1_PW_DWN 0x01 22 23#define PIGGY_PRESENT 0x80 24 25struct km_bec_fpga { 26 unsigned char id; --- 118 unchanged lines hidden --- | 21#define H_OPORTS_SCC4_ENA 0x10 22#define H_OPORTS_SCC4_FD_ENA 0x04 23#define H_OPORTS_FCC1_PW_DWN 0x01 24 25#define PIGGY_PRESENT 0x80 26 27struct km_bec_fpga { 28 unsigned char id; --- 118 unchanged lines hidden --- |