Lines Matching refs:CSR_WRITE_2
399 CSR_WRITE_2(sc, STGE_EepromCtrl, in stge_read_eeprom()
1304 CSR_WRITE_2(sc, STGE_IntEnable, 0); in stge_ioctl()
1312 CSR_WRITE_2(sc, STGE_IntEnable, in stge_ioctl()
1501 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_intr()
2007 CSR_WRITE_2(sc, STGE_StationAddress0, htole16(eaddr[0])); in stge_init_locked()
2008 CSR_WRITE_2(sc, STGE_StationAddress1, htole16(eaddr[1])); in stge_init_locked()
2009 CSR_WRITE_2(sc, STGE_StationAddress2, htole16(eaddr[2])); in stge_init_locked()
2051 CSR_WRITE_2(sc, STGE_TxStartThresh, sc->sc_txthresh); in stge_init_locked()
2058 CSR_WRITE_2(sc, STGE_RxEarlyThresh, 0x7ff); in stge_init_locked()
2083 CSR_WRITE_2(sc, STGE_IntEnable, 0); in stge_init_locked()
2086 CSR_WRITE_2(sc, STGE_IntEnable, sc->sc_IntEnable); in stge_init_locked()
2099 CSR_WRITE_2(sc, STGE_FlowOnTresh, 29696 / 16); in stge_init_locked()
2100 CSR_WRITE_2(sc, STGE_FlowOffThresh, 3056 / 16); in stge_init_locked()
2106 CSR_WRITE_2(sc, STGE_MaxFrameSize, sc->sc_if_framesize); in stge_init_locked()
2122 CSR_WRITE_2(sc, STGE_DebugCtrl, in stge_init_locked()
2126 CSR_WRITE_2(sc, STGE_DebugCtrl, in stge_init_locked()
2129 CSR_WRITE_2(sc, STGE_DebugCtrl, in stge_init_locked()
2210 CSR_WRITE_2(sc, STGE_IntEnable, 0); in stge_stop()
2494 CSR_WRITE_2(sc, STGE_ReceiveMode, mode); in stge_set_filter()
2529 CSR_WRITE_2(sc, STGE_ReceiveMode, mode); in stge_set_multi()
2555 CSR_WRITE_2(sc, STGE_ReceiveMode, mode); in stge_set_multi()