Searched defs:opmode (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwphy.c238 uint32_t opmode; local
239 opmode = SA2400_OPMODE_DEFAULTS;
242 opmode |= SA2400_OPMODE_MODE_TXRX;
245 opmode |= SA2400_OPMODE_MODE_WAIT;
248 opmode |= SA2400_OPMODE_MODE_SLEEP;
253 opmode |= SA2400_OPMODE_DIGIN;
256 opmode));
279 uint32_t opmode; local
281 opmode = SA2400_OPMODE_DEFAULTS;
283 opmode |
313 uint32_t opmode; local
[all...]
H A Drtw.c1636 rtw_set_nettype(rtw_softc_t *rsc, enum ieee80211_opmode opmode) argument
1645 switch (opmode) {
2490 "rtw_new_state: ostate:0x%x, nstate:0x%x, opmode:0x%x\n",
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h282 uint32_t opmode; /* operating mode shadow */ member in struct:dmfe
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c1183 ath9k_hw_init_interrupt_masks(struct ath_hal *ah, enum ath9k_opmode opmode) argument
1200 if (opmode == ATH9K_M_HOSTAP)
1610 ath9k_hw_set_operating_mode(struct ath_hal *ah, int opmode) argument
1616 switch (opmode) {
3338 "%s: unsupported opmode: %d\n",

Completed in 76 milliseconds