Searched refs:SS_M_RAM (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);
172 #define SS_M_RAM 0x00000001 macro242 #define SAFESTORE_SAFE(ssp) ((ssp) && !(ssp->ssop_type & SS_M_RAM))
69 SS_M_RAM | SS_T_NONE,