Home
last modified time | relevance | path

Searched refs:SEEPROM_STATUS_INB (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx_93cx6.h91 #define SEEPROM_STATUS_INB(sd) \ macro
Daic7xxx_93cx6.c104 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \
Daic7xxx_pci.c1941 while (--wait && ((SEEPROM_STATUS_INB(sd) & sd->sd_RDY) == 0)) { in ahc_acquire_seeprom()
1944 if ((SEEPROM_STATUS_INB(sd) & sd->sd_RDY) == 0) { in ahc_acquire_seeprom()