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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h91 int8_t s_dread_threshold; member in struct:db_ctrl
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c224 static int8_t s_dread_threshold = DEF_INVALID_REG_VAL; variable
781 dbp->s_dread_threshold = (int8_t)ddi_prop_get_int(DDI_DEV_T_ANY,
782 dbp->dip, 0, "s-dread-threshold", s_dread_threshold);
844 if ((dbp->s_dread_threshold != (int8_t)DEF_INVALID_REG_VAL) &&
845 (dbp->s_dread_threshold != -1))
851 ((dbp->s_dread_threshold &

Completed in 51 milliseconds