Searched refs:ATW_WRITE (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/dev/ic/ |
| H A D | atw.c | 911 ATW_WRITE(sc, ATW_NAR, 0x0); in atw_reset() 917 ATW_WRITE(sc, ATW_FRCTL, 0x0); in atw_reset() 919 ATW_WRITE(sc, ATW_PAR, ATW_PAR_SWR); in atw_reset() 940 ATW_WRITE(sc, ATW_PAR, sc->sc_busmode); in atw_reset() 947 ATW_WRITE(sc, ATW_FRCTL, 0x0); in atw_reset() 998 ATW_WRITE(sc, ATW_WCSR, wcsr); in atw_wcsr_init() 1015 ATW_WRITE(sc, ATW_CMDR, cmdr); in atw_cmdr_init() 1043 ATW_WRITE(sc, ATW_TOFS2, tofs2); in atw_tofs2_init() 1049 ATW_WRITE(sc, ATW_NAR, ATW_NAR_SF | ATW_NAR_PB); in atw_nar_init() 1055 ATW_WRITE(sc, ATW_TXLMT, __SHIFTIN(512, ATW_TXLMT_MTMLT_MASK) | in atw_txlmt_init() [all …]
|
| H A D | atwvar.h | 436 #define ATW_WRITE(sc, reg, val) \ macro 440 ATW_WRITE((sc), (reg), ATW_READ((sc), (reg)) | (mask)) 443 ATW_WRITE((sc), (reg), ATW_READ((sc), (reg)) & ~(mask))
|
| /netbsd-src/sys/dev/cardbus/ |
| H A D | if_atw_cardbus.c | 255 ATW_WRITE(sc, ATW_FEMR, 0); in atw_cardbus_attach() 256 ATW_WRITE(sc, ATW_FER, ATW_READ(sc, ATW_FER)); in atw_cardbus_attach()
|