Searched refs:ATW_WRITE (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | atw.c | 1113 ATW_WRITE(sc, ATW_TOFS0, in atw_tofs0_init() 1273 ATW_WRITE(sc, ATW_RMD, in atw_init() 1463 ATW_WRITE(sc, ATW_SYNRF, in atw_bbp_io_enable() 2093 ATW_WRITE(sc, ATW_BSSID0, in atw_write_bssid() 2099 ATW_WRITE(sc, ATW_ABDA1, in atw_write_bssid() 2134 ATW_WRITE(sc, ATW_WESK, in atw_write_sram() 2460 ATW_WRITE(sc, ATW_TOFS1, in atw_predict_beacon() 2530 ATW_WRITE(sc, ATW_BPLI, in atw_newstate() 2646 ATW_WRITE(sc, ATW_IER, 0); in atw_stop() 2650 ATW_WRITE(sc, ATW_NAR, 0); in atw_stop() [all …]
|
H A D | atwvar.h | 423 #define ATW_WRITE(sc, reg, val) \ macro 427 ATW_WRITE((sc), (reg), ATW_READ((sc), (reg)) | (mask)) 430 ATW_WRITE((sc), (reg), ATW_READ((sc), (reg)) & ~(mask))
|
/openbsd/sys/dev/cardbus/ |
H A D | if_atw_cardbus.c | 203 ATW_WRITE(sc, ATW_FER, ATW_FER_INTR); in atw_cardbus_attach()
|