Lines Matching refs:bw
41 u8 center_chs_2g_num(u8 bw);
42 u8 center_chs_2g(u8 bw, u8 id);
50 u8 center_chs_5g_num(u8 bw);
51 u8 center_chs_5g(u8 bw, u8 id);
53 u8 rtw_get_scch_by_cch_offset(u8 cch, u8 bw, u8 offset);
54 u8 rtw_get_scch_by_cch_opch(u8 cch, u8 bw, u8 opch);
56 u8 rtw_get_op_chs_by_cch_bw(u8 cch, u8 bw, u8 **op_chs, u8 *op_ch_num);
58 u8 rtw_get_offset_by_chbw(u8 ch, u8 bw, u8 *r_offset);
59 u8 rtw_get_center_ch(u8 ch, u8 bw, u8 offset);
117 #define ch_width_str(bw) (((bw) < CHANNEL_WIDTH_MAX) ? _ch_width_str[(bw)] : "CHANNEL_WIDTH_MAX") argument
120 #define ch_width_to_bw_cap(bw) (((bw) < CHANNEL_WIDTH_MAX) ? _ch_width_to_bw_cap[(bw)] : 0) argument
133 #define opc_bw_str(bw) (((bw) < OPC_BW_NUM) ? _opc_bw_str[(bw)] : "N/A") argument
136 #define opc_bw_to_ch_width(bw) (((bw) < OPC_BW_NUM) ? _opc_bw_to_ch_width[(bw)] : CHANNEL_WIDTH_MAX) argument
141 enum opc_bw bw; member
149 u8 rtw_get_op_class_by_chbw(u8 ch, u8 bw, u8 offset);
150 u8 rtw_get_bw_offset_by_op_class_ch(u8 op_class, u8 ch, u8 *bw, u8 *offset);
212 bool rtw_chbw_to_freq_range(u8 ch, u8 bw, u8 offset, u32 *hi, u32 *lo);
259 , u8 band, u8 bw, u8 tlrs, u8 ntx_idx, u8 ch_idx, s8 lmt);
261 , u8 band, u8 bw, u8 tlrs, u8 ntx_idx, u8 ch_idx, s8 lmt);
304 bool rtw_is_long_cac_ch(u8 ch, u8 bw, u8 offset, u8 dfs_region);