Searched refs:SEERDY (Results 1 – 7 of 7) sorted by relevance
198 #define SEERDY 0x10 macro
1119 * to allow access to the serial EEPROM. When this happens, SEERDY1126 * lines respectively. The SEERDY bit of SEECTL is useful in that it 1128 * the SEERDY goes high 800 nsec later. The one exception to this is 1129 * when we first request access to the memory port. The SEERDY goes 1141 bit SEERDY 0x10
553 * to allow access to the serial EEPROM. When this happens, SEERDY560 * lines respectively. The SEERDY bit of SEECTL is useful in that it 562 * the SEERDY goes high 800 nsec later. The one exception to this is 563 * when we first request access to the memory port. The SEERDY goes 576 field SEERDY 0x10
272 sd.sd_RDY = SEERDY; in ahc_proc_write_seeprom()
399 #define SEERDY 0x10
1285 sd.sd_RDY = SEERDY; in check_extport()
7016 } while (((aic_inb(p, SEECTL) & SEERDY) == 0) && (++limit < 1000)); \7039 if ((aic_inb(p, SEECTL) & SEERDY) == 0) in acquire_seeprom()