Home
last modified time | relevance | path

Searched refs:AC_CW_EL (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/wl/
HDif_wl.c925 cb.ac_command = AC_CW_EL; /* NOP */ in wlbldcu()
1717 WL_WRITE_2(sc, PIOP0, WL_READ_2(sc, PIOP0) | AC_CW_EL); in wlrequeue()
1721 WL_WRITE_2(sc, PIOP0, WL_READ_2(sc, PIOP0) & ~AC_CW_EL); in wlrequeue()
1726 fd.command = AC_CW_EL; in wlrequeue()
1775 cb.ac_command = (AC_CW_EL|AC_TRANSMIT|AC_CW_I); in wlxmt()
1929 WL_WRITE_2(sc, PIOP1, AC_CW_EL); /* command */ in wlbldru()
1946 rbd.size |= AC_CW_EL; in wlbldru()
2015 WL_WRITE_2(sc, PIOP1, AC_DIAGNOSE|AC_CW_EL);/* ac_command */ in wldiag()
2058 WL_WRITE_2(sc, PIOP1, AC_CONFIGURE|AC_CW_EL); /* ac_command */ in wlconfig()
2099 WL_WRITE_2(sc, PIOP1, AC_MCSETUP|AC_CW_EL); /* ac_command */ in wlconfig()
[all …]
HDif_wl_i82586.h146 #define AC_CW_EL 0x8000 macro