drx397xD_fw.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. #ifdef _FW_ENTRY
  20. _FW_ENTRY("drx397xD.A2.fw", DRXD_FW_A2 = 0, DRXD_FW_A2 ),
  21. _FW_ENTRY("drx397xD.B1.fw", DRXD_FW_B1, DRXD_FW_B1 ),
  22. #undef _FW_ENTRY
  23. #endif /* _FW_ENTRY */
  24. #ifdef _BLOB_ENTRY
  25. _BLOB_ENTRY("InitAtomicRead", DRXD_InitAtomicRead = 0 ),
  26. _BLOB_ENTRY("InitCE", DRXD_InitCE ),
  27. _BLOB_ENTRY("InitCP", DRXD_InitCP ),
  28. _BLOB_ENTRY("InitEC", DRXD_InitEC ),
  29. _BLOB_ENTRY("InitEQ", DRXD_InitEQ ),
  30. _BLOB_ENTRY("InitFE_1", DRXD_InitFE_1 ),
  31. _BLOB_ENTRY("InitFE_2", DRXD_InitFE_2 ),
  32. _BLOB_ENTRY("InitFT", DRXD_InitFT ),
  33. _BLOB_ENTRY("InitSC", DRXD_InitSC ),
  34. _BLOB_ENTRY("ResetCEFR", DRXD_ResetCEFR ),
  35. _BLOB_ENTRY("ResetECRAM", DRXD_ResetECRAM ),
  36. _BLOB_ENTRY("microcode", DRXD_microcode ),
  37. #undef _BLOB_ENTRY
  38. #endif /* _BLOB_ENTRY */