Home | History | Annotate | Download | only in bfin

Lines Matching refs:dv

130 #define DV_STATE(cpu, dv) dv_get_state (cpu, "/core/bfin_"#dv)
132 #define DV_STATE_CACHED(cpu, dv) \
134 struct bfin_##dv *__##dv = BFIN_CPU_STATE.dv##_cache; \
135 if (!__##dv) \
136 BFIN_CPU_STATE.dv##_cache = __##dv = dv_get_state (cpu, "/core/bfin_"#dv); \
137 __##dv; \