Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dlom_io.h499 #define MAX_VOLTS 16 macro
504 char name[MAX_VOLTS][MAX_LOM2_NAME_STR];
505 int status[MAX_VOLTS]; /* 0=ok 1=faulty */
506 int shutdown_enabled[MAX_VOLTS];
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c132 static picl_prophdl_t volts_status_handles[MAX_VOLTS];
133 static picl_prophdl_t volts_shutdown_handles[MAX_VOLTS];
598 for (index = 0; index < MAX_VOLTS; index++) { in read_vol_volts_status()
603 if (index == MAX_VOLTS) in read_vol_volts_status()
630 for (index = 0; index < MAX_VOLTS; index++) { in read_vol_volts_shutdown()
635 if (index == MAX_VOLTS) in read_vol_volts_shutdown()
/titanic_41/usr/src/uts/common/io/
H A Dbscv.c5859 if (ssp->volts.num > MAX_VOLTS) { in bscv_setup_static_info()
5863 ssp->volts.num, MAX_VOLTS); in bscv_setup_static_info()
5864 ssp->volts.num = MAX_VOLTS; in bscv_setup_static_info()