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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h88 int8_t p_pwrite_threshold; member in struct:db_ctrl
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c193 static int8_t p_pwrite_threshold = DEF_INVALID_REG_VAL; variable
775 dbp->p_pwrite_threshold = (int8_t)ddi_prop_get_int(DDI_DEV_T_ANY,
776 dbp->dip, 0, "p-pwrite-threshold", p_pwrite_threshold);
817 if ((dbp->p_pwrite_threshold != (int8_t)DEF_INVALID_REG_VAL) &&
818 (dbp->p_pwrite_threshold != -1))
824 (dbp->p_pwrite_threshold?P_PW_THRESHOLD:0));

Completed in 50 milliseconds