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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h85 int8_t p_cache_line_size; member in struct:db_ctrl
/illumos-gate/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,
772 dbp->dip, 0, "p-cache-line-size", p_cache_line_size);
807 if ((dbp->p_cache_line_size != (int8_t)DEF_INVALID_REG_VAL) &&
808 (dbp->p_cache_line_size != -1))
811 dbp->p_cache_line_size);

Completed in 50 milliseconds