Searched defs:s_cache_line_size (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h87 int8_t s_cache_line_size; member in struct:db_ctrl
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c186 static int8_t s_cache_line_size = DB_SEC_CACHELN_SIZE_VAL; variable
773 dbp->s_cache_line_size = (int8_t)ddi_prop_get_int(DDI_DEV_T_ANY,
774 dbp->dip, 0, "s-cache-line-size", s_cache_line_size);
812 if ((dbp->s_cache_line_size != (int8_t)DEF_INVALID_REG_VAL) &&
813 (dbp->s_cache_line_size != -1))
816 dbp->s_cache_line_size);

Completed in 183 milliseconds