Home
last modified time | relevance | path

Searched refs:n_channel (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dcyclades.h445 __u32 n_channel; /* number of channels */ member
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dphy.c1242 u8 n_channel; in rtw_channel_to_idx() local
1246 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()
/Linux-v5.4/drivers/tty/
Dcyclades.c3603 nchan = readl(&pt_zfwctrl->board_ctrl.n_channel); in cyz_load_fw()