Lines Matching refs:sc
517 struct seeprom_config *sc; in ahd_check_extport() local
522 sc = ahd->seep_config; in ahd_check_extport()
535 start_addr = ((2 * sizeof(*sc)) in ahd_check_extport()
552 start_addr = (sizeof(*sc) / 2) * (ahd->channel - 'A'); in ahd_check_extport()
554 error = ahd_read_seeprom(ahd, (uint16_t *)sc, in ahd_check_extport()
555 start_addr, sizeof(*sc)/2, in ahd_check_extport()
562 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport()
603 sc_data = (uint16_t *)sc; in ahd_check_extport()
606 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport()
619 sc_data = (uint16_t *)sc; in ahd_check_extport()
620 for (i = 0; i < (sizeof(*sc)); i += 2) in ahd_check_extport()
635 error = ahd_parse_cfgdata(ahd, sc); in ahd_check_extport()
636 adapter_control = sc->adapter_control; in ahd_check_extport()