HomeSort by: relevance | last modified time | path
    Searched defs:bfin_wdog (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_wdog.c 27 #include "dv-bfin_wdog.h"
31 struct bfin_wdog struct
39 #define mmr_base() offsetof(struct bfin_wdog, ctl)
40 #define mmr_offset(mmr) (offsetof(struct bfin_wdog, mmr) - mmr_base())
49 bfin_wdog_enabled (struct bfin_wdog *wdog)
58 struct bfin_wdog *wdog = hw_data (me);
113 struct bfin_wdog *wdog = hw_data (me);
159 struct bfin_wdog *wdog = hw_data (me);
169 attach_bfin_wdog_regs (struct hw *me, struct bfin_wdog *wdog)
199 struct bfin_wdog *wdog
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_wdog.c 27 #include "dv-bfin_wdog.h"
31 struct bfin_wdog struct
39 #define mmr_base() offsetof(struct bfin_wdog, ctl)
40 #define mmr_offset(mmr) (offsetof(struct bfin_wdog, mmr) - mmr_base())
49 bfin_wdog_enabled (struct bfin_wdog *wdog)
58 struct bfin_wdog *wdog = hw_data (me);
113 struct bfin_wdog *wdog = hw_data (me);
159 struct bfin_wdog *wdog = hw_data (me);
169 attach_bfin_wdog_regs (struct hw *me, struct bfin_wdog *wdog)
199 struct bfin_wdog *wdog
    [all...]

Completed in 16 milliseconds