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

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h85 int8_t p_cache_line_size; member in struct:db_ctrl
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c175 static int8_t p_cache_line_size = DEF_INVALID_REG_VAL; variable
768 dbp->p_cache_line_size = (int8_t)ddi_prop_get_int(DDI_DEV_T_ANY,
769 dbp->dip, 0, "p-cache-line-size", p_cache_line_size);
804 if ((dbp->p_cache_line_size != (int8_t)DEF_INVALID_REG_VAL) &&
805 (dbp->p_cache_line_size != -1))
808 dbp->p_cache_line_size);

Completed in 101 milliseconds