Home | History | Annotate | Download | only in common

Lines Matching defs:sels

160 	struct le_sel *sels;
177 sels = (struct le_sel *)le_ifs[i].dif_private;
180 sc->sc_r0 = (struct lereg0 *)(sels->le_id + (int)hw->hw_kva);
185 sc->sc_r1 = (struct lereg1 *)(sels->le_regs + (int)hw->hw_kva);
186 sc->sc_mem = (struct lereg2 *)(sels->le_mem + (int)hw->hw_kva);
197 cp = (char *)(sels->le_nvram + (int)hw->hw_kva);
217 struct le_sel *sels;
222 sels = (struct le_sel *)le_ifs[nif->nif_unit].dif_private;
223 rv = sels[nif->nif_sel].le_heat;
225 rv += sels[nif->nif_sel].le_bonus;