Searched refs:n_channel (Results 1 – 5 of 5) sorted by relevance
445 __u32 n_channel; /* number of channels */ member
1302 u8 n_channel; in rtw_channel_to_idx() local1306 n_channel = RTW_MAX_CHANNEL_NUM_2G; in rtw_channel_to_idx()1308 n_channel = RTW_MAX_CHANNEL_NUM_5G; in rtw_channel_to_idx()1309 for (ch_idx = 0; ch_idx < n_channel; ch_idx++) in rtw_channel_to_idx()1316 if (ch_idx >= n_channel) in rtw_channel_to_idx()
3603 nchan = readl(&pt_zfwctrl->board_ctrl.n_channel); in cyz_load_fw()