Home
last modified time | relevance | path

Searched refs:rtw89_static_assert (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dsar.c254 rtw89_static_assert(RTW89_SAR_SUBBAND_NR ==
H A Dser.c584 rtw89_static_assert(RTW89_FW_BACKTRACE_INFO_SIZE ==
H A Ddebug.c421 rtw89_static_assert((ARRAY_SIZE(__txpwr_ent_byr) * 4) ==
481 rtw89_static_assert((ARRAY_SIZE(__txpwr_ent_lmt) * 2) ==
513 rtw89_static_assert((ARRAY_SIZE(__txpwr_ent_lmt_ru) * 8) ==
H A Dfw.h3176 rtw89_static_assert(sizeof(skb->cb) >= sizeof(struct rtw89_fw_c2h_attr)); in RTW89_SKB_C2H_CB()
3310 rtw89_static_assert(sizeof(struct rtw89_mac_mcc_tsf_rpt) <= RTW89_COMPLETION_BUF_SIZE);
H A Dcore.h5322 #define rtw89_static_assert(_x) static_assert(_x) macro
5324 #define rtw89_static_assert(_x) _Static_assert(_x, "bad array size") macro
H A Dphy.c2051 rtw89_static_assert(ARRAY_SIZE(ofst) == RTW89_RU_SEC_NUM); in rtw89_phy_fill_txpwr_limit_ru_160m()
4537 rtw89_static_assert(ARRAY_SIZE(_rfk_handler) == RTW89_RFK_F_NUM);
H A Drtw8851b.c1663 rtw89_static_assert(ARRAY_SIZE(param_ ## _name) == __DFIR_CFG_NR) in rtw8851b_bb_set_tx_shape_dfir()
H A Drtw8852b.c1648 rtw89_static_assert(ARRAY_SIZE(param_ ## _name) == __DFIR_CFG_NR) in rtw8852b_bb_set_tx_shape_dfir()
H A Drtw8852c.c1920 rtw89_static_assert(ARRAY_SIZE(_prefix ## _ ## _name) == __DFIR_CFG_NR) in rtw8852c_bb_set_tx_shape_dfir()
H A Drtw8852c_rfk.c2703 rtw89_static_assert(ARRAY_SIZE(kip_reg) == RTW8852C_DPK_KIP_REG_NUM); in _dpk_cal_select()