Searched refs:DRVON (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/excalibur/sys/
H A Dxcalppm_reg.h104 #define DRVON 0x10 /* Controls pwr to internal drives [1 = on] */ macro
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1077 (void) xcppm_gpio_port2(XCPPM_SETBIT, DRVON);
1109 (void) xcppm_gpio_port2(XCPPM_CLRBIT, DRVON);
1674 (void) xcppm_gpio_port2(action, DRVON);
1686 bit = xcppm_gpio_port2(XCPPM_GETBIT, DRVON);
1687 return ((bit == DRVON) ? PPM_IDEV_POWER_ON : PPM_IDEV_POWER_OFF);

Completed in 47 milliseconds