Home | History | Annotate | Download | only in sunxi

Lines Matching defs:index

45 	u_int index;
52 for (index = 0; index < mux->nparents; index++) {
53 if (mux->parents[index] != NULL &&
54 strcmp(mux->parents[index], name) == 0)
57 if (index == mux->nparents)
62 val |= __SHIFTIN(index, mux->sel);
73 u_int index;
79 index = __SHIFTOUT(val, mux->sel);
81 return mux->parents[index];