Lines Matching +full:hw +full:- +full:cal +full:- +full:a
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
15 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * redistribution must be conditioned upon including a substantially
24 * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
48 * has a single set of calibration tables that we retrieve right
50 * a different regdomain and/or tx power setup).
62 uint8_t hwversion; /* version of the HW */
68 /* MAC address programmed in HW */
81 * Supply tx/rx dma-related settings to the firmware.
121 supplied a tx descriptor */
126 uint32_t RxNonCtlPkts; /* rx non-control frames */
184 #define MHF_CALDATA 0x0001 /* cal data retrieved */
202 #define MALO_HAL_LOCK(mh) mtx_lock(&mh->mh_mtx)
203 #define MALO_HAL_LOCK_ASSERT(mh) mtx_assert(&mh->mh_mtx, MA_OWNED)
204 #define MALO_HAL_UNLOCK(mh) mtx_unlock(&mh->mh_mtx)