Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h85 int8_t p_cache_line_size; member
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c178 static int8_t p_cache_line_size = DEF_INVALID_REG_VAL; variable
771 dbp->p_cache_line_size = (int8_t)ddi_prop_get_int(DDI_DEV_T_ANY, in db_get_perf_parameters()
772 dbp->dip, 0, "p-cache-line-size", p_cache_line_size); in db_get_perf_parameters()
807 if ((dbp->p_cache_line_size != (int8_t)DEF_INVALID_REG_VAL) && in db_set_perf_parameters()
808 (dbp->p_cache_line_size != -1)) in db_set_perf_parameters()
811 dbp->p_cache_line_size); in db_set_perf_parameters()