Lines Matching refs:ADDR

103 	outp(ADDR(B0_CTRL), CTRL_HPI_SET) ;  in card_start()
108 outp(ADDR(B0_CTRL),CTRL_RST_SET) ; /* reset for all chips */ in card_start()
109 i = (int) inp(ADDR(B0_CTRL)) ; /* do dummy read */ in card_start()
111 outp(ADDR(B0_CTRL), CTRL_RST_CLR) ; in card_start()
116 outp(ADDR(B0_TST_CTRL), TST_CFG_WRITE_ON) ; /* enable for writes */ in card_start()
119 outp(ADDR(B0_TST_CTRL), TST_CFG_WRITE_OFF) ; /* disable writes */ in card_start()
126 outp(ADDR(B0_CTRL), CTRL_MRST_CLR|CTRL_HPI_CLR) ; in card_start()
145 outpd(ADDR(B4_R1_F), RX_WATERMARK) ; in card_start()
146 outpd(ADDR(B5_XA_F), TX_WATERMARK) ; in card_start()
147 outpd(ADDR(B5_XS_F), TX_WATERMARK) ; in card_start()
150 outp(ADDR(B0_CTRL),CTRL_RST_CLR) ; /* clear the reset chips */ in card_start()
151 outp(ADDR(B0_LED),LED_GA_OFF|LED_MY_ON|LED_GB_OFF) ; /* ye LED on */ in card_start()
154 outpd(ADDR(B2_WDOG_INI),0x6FC23AC0) ; in card_start()
173 outp(ADDR(B0_CTRL), CTRL_HPI_SET) ; in card_stop()
178 outp(ADDR(B0_CTRL),CTRL_RST_SET) ; /* reset for all chips */ in card_stop()
179 outp(ADDR(B0_CTRL),CTRL_RST_CLR) ; /* reset for all chips */ in card_stop()
180 outp(ADDR(B0_LED),LED_GA_OFF|LED_MY_OFF|LED_GB_OFF) ; /* all LEDs off */ in card_stop()
293 bitrev8(inp(ADDR(B2_MAC_0+i))); in read_address()
297 ConnectorType = inp(ADDR(B2_CONN_TYP)) ; in read_address()
298 PmdType = inp(ADDR(B2_PMD_TYP)) ; in read_address()
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()
434 outp(ADDR(B0_LED), led_state) ; in led_indication()
556 outpw(ADDR(B2_WDOG_CRTL),TIM_START) ; /* Start timer. */ in smt_start_watchdog()
570 outpw(ADDR(B2_WDOG_CRTL),TIM_STOP) ; /* Stop timer. */ in smt_stop_watchdog()