Home
last modified time | relevance | path

Searched refs:PCF8591_BUSY (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c331 while (unitp->pcf8591_flags == PCF8591_BUSY) { in pcf8591_io()
338 unitp->pcf8591_flags = PCF8591_BUSY; in pcf8591_io()
529 while (unitp->pcf8591_flags == PCF8591_BUSY) { in pcf8591_ioctl()
536 unitp->pcf8591_flags = PCF8591_BUSY; in pcf8591_ioctl()
735 while (unitp->pcf8591_flags == PCF8591_BUSY) { in pcf8591_do_suspend()
743 unitp->pcf8591_flags = PCF8591_BUSY; in pcf8591_do_suspend()
983 while (unitp->pcf8591_flags == PCF8591_BUSY) { in pcf8591_temp_kstat_update()
992 unitp->pcf8591_flags = PCF8591_BUSY; in pcf8591_temp_kstat_update()
/titanic_50/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8591_nct.h49 #define PCF8591_BUSY 0x01 macro