Home
last modified time | relevance | path

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

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