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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h90 int8_t p_dread_threshold; member in struct:db_ctrl
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c212 static int8_t p_dread_threshold = DEF_INVALID_REG_VAL; variable
779 dbp->p_dread_threshold = (int8_t)ddi_prop_get_int(DDI_DEV_T_ANY,
780 dbp->dip, 0, "p-dread-threshold", p_dread_threshold);
834 if ((dbp->p_dread_threshold != (int8_t)DEF_INVALID_REG_VAL) &&
835 (dbp->p_dread_threshold != -1))
841 ((dbp->p_dread_threshold &

Completed in 53 milliseconds