Lines Matching refs:ADDR

96 	outp(ADDR(B0_CTRL), CTRL_HPI_SET) ;  in card_start()
101 outp(ADDR(B0_CTRL),CTRL_RST_SET) ; /* reset for all chips */ in card_start()
102 i = (int) inp(ADDR(B0_CTRL)) ; /* do dummy read */ in card_start()
104 outp(ADDR(B0_CTRL), CTRL_RST_CLR) ; in card_start()
109 outp(ADDR(B0_TST_CTRL), TST_CFG_WRITE_ON) ; /* enable for writes */ in card_start()
112 outp(ADDR(B0_TST_CTRL), TST_CFG_WRITE_OFF) ; /* disable writes */ in card_start()
119 outp(ADDR(B0_CTRL), CTRL_MRST_CLR|CTRL_HPI_CLR) ; in card_start()
138 outpd(ADDR(B4_R1_F), RX_WATERMARK) ; in card_start()
139 outpd(ADDR(B5_XA_F), TX_WATERMARK) ; in card_start()
140 outpd(ADDR(B5_XS_F), TX_WATERMARK) ; in card_start()
143 outp(ADDR(B0_CTRL),CTRL_RST_CLR) ; /* clear the reset chips */ in card_start()
144 outp(ADDR(B0_LED),LED_GA_OFF|LED_MY_ON|LED_GB_OFF) ; /* ye LED on */ in card_start()
147 outpd(ADDR(B2_WDOG_INI),0x6FC23AC0) ; in card_start()
166 outp(ADDR(B0_CTRL), CTRL_HPI_SET) ; in card_stop()
171 outp(ADDR(B0_CTRL),CTRL_RST_SET) ; /* reset for all chips */ in card_stop()
172 outp(ADDR(B0_CTRL),CTRL_RST_CLR) ; /* reset for all chips */ in card_stop()
173 outp(ADDR(B0_LED),LED_GA_OFF|LED_MY_OFF|LED_GB_OFF) ; /* all LEDs off */ in card_stop()
286 bitrev8(inp(ADDR(B2_MAC_0+i))); in read_address()
290 ConnectorType = inp(ADDR(B2_CONN_TYP)) ; in read_address()
291 PmdType = inp(ADDR(B2_PMD_TYP)) ; in read_address()
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()
427 outp(ADDR(B0_LED), led_state) ; in led_indication()
549 outpw(ADDR(B2_WDOG_CRTL),TIM_START) ; /* Start timer. */ in smt_start_watchdog()
563 outpw(ADDR(B2_WDOG_CRTL),TIM_STOP) ; /* Stop timer. */ in smt_stop_watchdog()