sim: bfin: include devices.h to fix build warnings
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_twi.c
index 5a51be2d109712eb51006a7101464076854e4f3c..60b9041a6711b900b7373d5a98b8dba72a2345fa 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Two Wire Interface (TWI) model
 
-   Copyright (C) 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012 Free Software Foundation, Inc.
    Contributed by Analog Devices, Inc.
 
    This file is part of simulators.
@@ -102,10 +102,10 @@ bfin_twi_io_write_buffer (struct hw *me, const void *source, int space,
       *valuep = value;
       break;
     case mmr_offset(int_stat):
-      dv_w1c_2 (valuep, value, 0);
+      dv_w1c_2 (valuep, value, -1);
       break;
     case mmr_offset(master_stat):
-      dv_w1c_2 (valuep, value, MPROG | SDASEN | SCLSEN | BUSBUSY);
+      dv_w1c_2 (valuep, value, BUFWRERR | BUFRDERR | DNAK | ANAK | LOSTARB);
       break;
     case mmr_offset(slave_stat):
     case mmr_offset(fifo_stat):
@@ -223,7 +223,8 @@ bfin_twi_finish (struct hw *me)
   attach_bfin_twi_regs (me, twi);
 }
 
-const struct hw_descriptor dv_bfin_twi_descriptor[] = {
+const struct hw_descriptor dv_bfin_twi_descriptor[] =
+{
   {"bfin_twi", bfin_twi_finish,},
   {NULL, NULL},
 };
This page took 0.023503 seconds and 4 git commands to generate.