Home | History | Annotate | Download | only in bfin

Lines Matching defs:bfin_cec

29 #include "dv-bfin_cec.h"
33 struct bfin_cec
43 #define mmr_base() offsetof(struct bfin_cec, evt_override)
44 #define mmr_offset(mmr) (offsetof(struct bfin_cec, mmr) - mmr_base())
52 static void _cec_raise (SIM_CPU *, struct bfin_cec *, int);
57 struct bfin_cec *cec = data;
63 bfin_cec_check_pending (struct hw *me, struct bfin_cec *cec)
70 _cec_check_pending (SIM_CPU *cpu, struct bfin_cec *cec)
76 _cec_imask_write (struct bfin_cec *cec, bu32 value)
85 struct bfin_cec *cec = hw_data (me);
125 struct bfin_cec *cec = hw_data (me);
167 struct bfin_cec *cec = hw_data (me);
172 attach_bfin_cec_regs (struct hw *me, struct bfin_cec *cec)
205 struct bfin_cec *cec;
207 cec = HW_ZALLOC (me, struct bfin_cec);
224 {"bfin_cec", bfin_cec_finish,},
282 _cec_is_supervisor_mode (struct bfin_cec *cec)
300 _cec_is_user_mode (struct bfin_cec *cec)
310 _cec_require_supervisor (SIM_CPU *cpu, struct bfin_cec *cec)
432 struct bfin_cec *cec;
452 struct bfin_cec *cec;
472 cec_irpten_enable (SIM_CPU *cpu, struct bfin_cec *cec)
480 cec_irpten_disable (SIM_CPU *cpu, struct bfin_cec *cec)
488 _cec_raise (SIM_CPU *cpu, struct bfin_cec *cec, int ivg)
657 struct bfin_cec *cec;
683 struct bfin_cec *cec;
795 struct bfin_cec *cec;
814 struct bfin_cec *cec;