Home | History | Annotate | Download | only in bfin

Lines Matching defs:bfin_emac

47 #include "dv-bfin_emac.h"
53 struct bfin_emac
93 #define mmr_base() offsetof(struct bfin_emac, opmode)
94 #define mmr_offset(mmr) (offsetof(struct bfin_emac, mmr) - mmr_base())
143 struct bfin_emac *emac = hw_data (me);
159 struct bfin_emac *emac = hw_data (me);
176 struct bfin_emac *emac = hw_data (me);
279 struct bfin_emac *emac = hw_data (me);
343 attach_bfin_emac_regs (struct hw *me, struct bfin_emac *emac)
376 struct bfin_emac *emac = hw_data (me);
468 struct bfin_emac *emac = hw_data (me);
533 struct bfin_emac *emac = hw_data (me);
541 struct bfin_emac *emac = hw_data (me);
578 struct bfin_emac *emac;
580 emac = HW_ZALLOC (me, struct bfin_emac);
606 {"bfin_emac", bfin_emac_finish,},