Lines Matching refs:SEECTL
7419 } while (((aic_inb(p, SEECTL) & SEERDY) == 0) && (++limit < 1000)); \
7440 aic_outb(p, SEEMS, SEECTL); in acquire_seeprom()
7442 if ((aic_inb(p, SEECTL) & SEERDY) == 0) in acquire_seeprom()
7444 aic_outb(p, 0, SEECTL); in acquire_seeprom()
7464 aic_outb(p, 0, SEECTL); in release_seeprom()
7550 aic_outb(p, SEEMS | SEECK | SEECS, SEECTL); in read_seeprom()
7560 aic_outb(p, temp, SEECTL); in read_seeprom()
7563 aic_outb(p, temp, SEECTL); in read_seeprom()
7574 aic_outb(p, temp, SEECTL); in read_seeprom()
7577 aic_outb(p, temp, SEECTL); in read_seeprom()
7590 aic_outb(p, temp, SEECTL); in read_seeprom()
7593 scarray[k] = (scarray[k] << 1) | (aic_inb(p, SEECTL) & SEEDI); in read_seeprom()
7594 aic_outb(p, temp, SEECTL); in read_seeprom()
7612 aic_outb(p, SEEMS, SEECTL); in read_seeprom()
7614 aic_outb(p, SEEMS | SEECK, SEECTL); in read_seeprom()
7616 aic_outb(p, SEEMS, SEECTL); in read_seeprom()
7914 aic_outb(p, SEEMS | SEECS, SEECTL); in configure_termination()