Lines Matching refs:sc_firsts
155 int sc_firsts[CHET_MAX + 1]; /* firsts */ member
616 softc->sc_firsts[CHET_MT] = scsi_2btoul(ea->mtea); in chdone()
618 softc->sc_firsts[CHET_ST] = scsi_2btoul(ea->fsea); in chdone()
620 softc->sc_firsts[CHET_IE] = scsi_2btoul(ea->fieea); in chdone()
622 softc->sc_firsts[CHET_DT] = scsi_2btoul(ea->fdtea); in chdone()
624 softc->sc_picker = softc->sc_firsts[CHET_MT]; in chdone()
788 *(int *)addr = softc->sc_picker - softc->sc_firsts[CHET_MT]; in chioctl()
799 softc->sc_picker = softc->sc_firsts[CHET_MT] + new_picker; in chioctl()
886 fromelem = softc->sc_firsts[cm->cm_fromtype] + cm->cm_fromunit; in chmove()
887 toelem = softc->sc_firsts[cm->cm_totype] + cm->cm_tounit; in chmove()
944 src = softc->sc_firsts[ce->ce_srctype] + ce->ce_srcunit; in chexchange()
945 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; in chexchange()
946 dst2 = softc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit; in chexchange()
996 dst = softc->sc_firsts[cp->cp_type] + cp->cp_unit; in chposition()
1060 if ((softc->sc_firsts[et] <= eaddr) in copy_element_status()
1061 && ((softc->sc_firsts[et] + softc->sc_counts[et]) in copy_element_status()
1063 ces->ces_addr = eaddr - softc->sc_firsts[et]; in copy_element_status()
1082 if ((softc->sc_firsts[et] <= eaddr) in copy_element_status()
1083 && ((softc->sc_firsts[et] + softc->sc_counts[et]) in copy_element_status()
1086 eaddr - softc->sc_firsts[et]; in copy_element_status()
1244 /* sea */ softc->sc_firsts[chet], in chgetelemstatus()
1311 /* sea */ softc->sc_firsts[chet] in chgetelemstatus()
1464 ea = softc->sc_firsts[csvr->csvr_type] + csvr->csvr_addr; in chsetvoltag()
1616 softc->sc_firsts[CHET_MT] = scsi_2btoul(ea->mtea); in chgetparams()
1618 softc->sc_firsts[CHET_ST] = scsi_2btoul(ea->fsea); in chgetparams()
1620 softc->sc_firsts[CHET_IE] = scsi_2btoul(ea->fieea); in chgetparams()
1622 softc->sc_firsts[CHET_DT] = scsi_2btoul(ea->fdtea); in chgetparams()