Home
last modified time | relevance | path

Searched refs:SS_T_NONE (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c164 return (SS_M_RAM | SS_T_NONE); in sdbc_determine_safestore()
343 if ((ss_type & (SS_M_RAM | SS_T_NONE)) ==
344 (SS_M_RAM | SS_T_NONE)) {
349 ss_type = (SS_M_RAM | SS_T_NONE);
H A Dsafestore.h211 #define SS_T_NONE 0x08000000 macro
239 #define SAFESTORE_LOCAL(ssp) ((ssp) && (ssp->ssop_type & SS_T_NONE))
H A Dsafestore_ram.c69 SS_M_RAM | SS_T_NONE,