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