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

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h91 int8_t s_dread_threshold; member in struct:db_ctrl
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c221 static int8_t s_dread_threshold = DEF_INVALID_REG_VAL; variable
778 dbp->s_dread_threshold = (int8_t)ddi_prop_get_int(DDI_DEV_T_ANY,
779 dbp->dip, 0, "s-dread-threshold", s_dread_threshold);
841 if ((dbp->s_dread_threshold != (int8_t)DEF_INVALID_REG_VAL) &&
842 (dbp->s_dread_threshold != -1))
848 ((dbp->s_dread_threshold &

Completed in 93 milliseconds