Searched refs:SS_T_NONE (Results 1 – 3 of 3) sorted by relevance
164 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);
211 #define SS_T_NONE 0x08000000 macro239 #define SAFESTORE_LOCAL(ssp) ((ssp) && (ssp->ssop_type & SS_T_NONE))
69 SS_M_RAM | SS_T_NONE,