Lines Matching +full:rom +full:- +full:14 +full:h
1 /*-
16 * $OpenBSD: if_rsureg.h,v 1.3 2013/04/15 09:23:01 mglocker Exp $
245 * ROM field with RF config.
361 #define R92S_CMD_JOIN_BSS 14
437 #define R92S_EVT_TX_REPORT 14
838 #define RSU_LOCK(sc) mtx_lock(&(sc)->sc_mtx)
839 #define RSU_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx)
840 #define RSU_ASSERT_LOCKED(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED)
843 mtx_init(&(_sc)->free_keys_bmap_mtx, "bmap lock", NULL, MTX_DEF)
844 #define RSU_DELKEY_BMAP_LOCK(_sc) mtx_lock(&(_sc)->free_keys_bmap_mtx)
845 #define RSU_DELKEY_BMAP_UNLOCK(_sc) mtx_unlock(&(_sc)->free_keys_bmap_mtx)
847 mtx_destroy(&(_sc)->free_keys_bmap_mtx)
876 uint8_t rom[128]; member