Searched refs:DAS_BYP_ST (Results 1 – 2 of 2) sorted by relevance
326 if (!(inp(ADDR(B0_DAS)) & DAS_BYP_ST)) in init_board()362 return (inp(ADDR(B0_DAS)) & DAS_BYP_ST) ? TRUE : FALSE; in sm_pm_bypass_present()
265 #define DAS_BYP_ST (1<<2) /* Bit 2: 1 = avail,SAS, 0 = not avail */ macro