Home
last modified time | relevance | path

Searched refs:B0_DAS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/fddi/skfp/
H A Ddrvfbi.c321 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()
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dskfbi.h43 #define B0_DAS 0x0005 /* 8 Bit control register (DAS) */ macro