Searched refs:B0_DAS (Results 1 – 2 of 2) sorted by relevance
328 if (!(inp(ADDR(B0_DAS)) & DAS_AVAIL)) in init_board()333 if (!(inp(ADDR(B0_DAS)) & DAS_BYP_ST)) in init_board()355 outp(ADDR(B0_DAS),DAS_BYP_INS) ; /* insert station */ in sm_pm_bypass_req()358 outp(ADDR(B0_DAS),DAS_BYP_RMV) ; /* bypass station */ in sm_pm_bypass_req()369 return (inp(ADDR(B0_DAS)) & DAS_BYP_ST) ? TRUE : FALSE; in sm_pm_bypass_present()
266 #define B0_DAS 0x0005 /* 8 Bit control register (DAS) */ macro