Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  1 /*
  2  * Firmware definitions for Micronas drx397xD
  3  *
  4  * Copyright (C) 2007 Henk Vergonet <Henk.Vergonet@gmail.com>
  5  *
  6  * This program is free software; you can redistribute it and/or modify
  7  * it under the terms of the GNU General Public License as published by
  8  * the Free Software Foundation; either version 2 of the License, or
  9  * (at your option) any later version.
 10  *
 11  * This program is distributed in the hope that it will be useful,
 12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 14  * GNU General Public License for more details.
 15  *
 16  * You should have received a copy of the GNU General Public License
 17  * along with this program; If not, see <http://www.gnu.org/licenses/>.
 18  */
 19 
 20 #ifdef _FW_ENTRY
 21         _FW_ENTRY("drx397xD.A2.fw",     DRXD_FW_A2 = 0, DRXD_FW_A2      ),
 22         _FW_ENTRY("drx397xD.B1.fw",     DRXD_FW_B1,     DRXD_FW_B1      ),
 23 #undef _FW_ENTRY
 24 #endif /* _FW_ENTRY */
 25 
 26 #ifdef _BLOB_ENTRY
 27         _BLOB_ENTRY("InitAtomicRead",   DRXD_InitAtomicRead = 0 ),
 28         _BLOB_ENTRY("InitCE",           DRXD_InitCE             ),
 29         _BLOB_ENTRY("InitCP",           DRXD_InitCP             ),
 30         _BLOB_ENTRY("InitEC",           DRXD_InitEC             ),
 31         _BLOB_ENTRY("InitEQ",           DRXD_InitEQ             ),
 32         _BLOB_ENTRY("InitFE_1",         DRXD_InitFE_1           ),
 33         _BLOB_ENTRY("InitFE_2",         DRXD_InitFE_2           ),
 34         _BLOB_ENTRY("InitFT",           DRXD_InitFT             ),
 35         _BLOB_ENTRY("InitSC",           DRXD_InitSC             ),
 36         _BLOB_ENTRY("ResetCEFR",        DRXD_ResetCEFR          ),
 37         _BLOB_ENTRY("ResetECRAM",       DRXD_ResetECRAM         ),
 38         _BLOB_ENTRY("microcode",        DRXD_microcode          ),
 39 #undef _BLOB_ENTRY
 40 #endif /* _BLOB_ENTRY */
 41 
  This page was automatically generated by the LXR engine.