Searched refs:n_channel (Results 1 – 3 of 3) sorted by relevance
445 __u32 n_channel; /* number of channels */ member
1242 u8 n_channel; in rtw_channel_to_idx() local1246 n_channel = RTW_MAX_CHANNEL_NUM_2G; in rtw_channel_to_idx()1248 n_channel = RTW_MAX_CHANNEL_NUM_5G; in rtw_channel_to_idx()1249 for (ch_idx = 0; ch_idx < n_channel; ch_idx++) in rtw_channel_to_idx()1256 if (ch_idx >= n_channel) in rtw_channel_to_idx()
3603 nchan = readl(&pt_zfwctrl->board_ctrl.n_channel); in cyz_load_fw()