/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-scd.h | 52 static inline unsigned int SCD_QUEUE_WRPTR(unsigned int chnl) in SCD_QUEUE_WRPTR() argument 54 if (chnl < 20) in SCD_QUEUE_WRPTR() 55 return SCD_BASE + 0x18 + chnl * 4; in SCD_QUEUE_WRPTR() 56 WARN_ON_ONCE(chnl >= 32); in SCD_QUEUE_WRPTR() 57 return SCD_BASE + 0x284 + (chnl - 20) * 4; in SCD_QUEUE_WRPTR() 60 static inline unsigned int SCD_QUEUE_RDPTR(unsigned int chnl) in SCD_QUEUE_RDPTR() argument 62 if (chnl < 20) in SCD_QUEUE_RDPTR() 63 return SCD_BASE + 0x68 + chnl * 4; in SCD_QUEUE_RDPTR() 64 WARN_ON_ONCE(chnl >= 32); in SCD_QUEUE_RDPTR() 65 return SCD_BASE + 0x2B4 + chnl * 4; in SCD_QUEUE_RDPTR() [all …]
|
H A D | iwl-fh.h | 72 unsigned int chnl) in FH_MEM_CBBC_QUEUE() argument 75 WARN_ON_ONCE(chnl >= 64); in FH_MEM_CBBC_QUEUE() 76 return TFH_TFDQ_CBB_TABLE + 8 * chnl; in FH_MEM_CBBC_QUEUE() 78 if (chnl < 16) in FH_MEM_CBBC_QUEUE() 79 return FH_MEM_CBBC_0_15_LOWER_BOUND + 4 * chnl; in FH_MEM_CBBC_QUEUE() 80 if (chnl < 20) in FH_MEM_CBBC_QUEUE() 81 return FH_MEM_CBBC_16_19_LOWER_BOUND + 4 * (chnl - 16); in FH_MEM_CBBC_QUEUE() 82 WARN_ON_ONCE(chnl >= 32); in FH_MEM_CBBC_QUEUE() 83 return FH_MEM_CBBC_20_31_LOWER_BOUND + 4 * (chnl - 20); in FH_MEM_CBBC_QUEUE()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | rf.c | 13 u8 chnl, u32 *ofdmbase, u32 *mcsbase, in _rtl92s_get_powerbase() argument 31 [RF90_PATH_A][chnl - 1]; in _rtl92s_get_powerbase() 52 [i][chnl - 1]; in _rtl92s_get_powerbase() 80 chnl - 1]; in _rtl92s_get_powerbase() 83 chnl - 1]; in _rtl92s_get_powerbase() 87 chnl - 1]; in _rtl92s_get_powerbase() 90 chnl - 1]; in _rtl92s_get_powerbase() 151 u8 chnl, u8 index, in _rtl92s_get_txpower_writeval_byregulatory() argument 188 if (chnl <= 3) in _rtl92s_get_txpower_writeval_byregulatory() 190 else if (chnl >= 4 && chnl <= 8) in _rtl92s_get_txpower_writeval_byregulatory() [all …]
|
H A D | rf.h | 15 u8 *p_pwrlevel, u8 chnl);
|
/linux/net/caif/ |
H A D | chnl_net.c | 46 struct cflayer chnl; member 64 priv = container_of(layr, struct chnl_net, chnl); in chnl_recv_cb() 137 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_hold() 143 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_put() 150 struct chnl_net *priv = container_of(layr, struct chnl_net, chnl); in chnl_flowctrl_cb() 184 caif_client_register_refcnt(&priv->chnl, chnl_hold, chnl_put); in chnl_flowctrl_cb() 228 result = priv->chnl.dn->transmit(priv->chnl.dn, pkt); in chnl_net_start_xmit() 257 &priv->chnl, &llifindex, in chnl_net_open() 326 caif_disconnect_client(dev_net(dev), &priv->chnl); in chnl_net_open() 340 caif_disconnect_client(dev_net(dev), &priv->chnl); in chnl_net_stop() [all …]
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
H A D | phy_common.c | 390 static u8 _rtl92c_phy_get_rightchnlplace(u8 chnl) in _rtl92c_phy_get_rightchnlplace() argument 392 u8 place = chnl; in _rtl92c_phy_get_rightchnlplace() 394 if (chnl > 14) { in _rtl92c_phy_get_rightchnlplace() 396 if (channel_all[place] == chnl) { in _rtl92c_phy_get_rightchnlplace() 486 u8 rtl92d_get_rightchnlplace_for_iqk(u8 chnl) in rtl92d_get_rightchnlplace_for_iqk() argument 490 if (chnl > 14) { in rtl92d_get_rightchnlplace_for_iqk() 492 if (channel_all[place] == chnl) in rtl92d_get_rightchnlplace_for_iqk() 781 u8 rtl92d_get_chnlgroup_fromarray(u8 chnl) in rtl92d_get_chnlgroup_fromarray() argument 785 if (channel_all[chnl] <= 3) in rtl92d_get_chnlgroup_fromarray() 787 else if (channel_all[chnl] <= 9) in rtl92d_get_chnlgroup_fromarray() [all …]
|
H A D | phy_common.h | 68 u8 rtl92d_get_rightchnlplace_for_iqk(u8 chnl); 84 u8 rtl92d_get_chnlgroup_fromarray(u8 chnl);
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | hw.c | 1734 static u8 _rtl92ee_get_chnl_group(u8 chnl) in _rtl92ee_get_chnl_group() argument 1738 if (chnl <= 14) { in _rtl92ee_get_chnl_group() 1739 if (1 <= chnl && chnl <= 2) in _rtl92ee_get_chnl_group() 1741 else if (3 <= chnl && chnl <= 5) in _rtl92ee_get_chnl_group() 1743 else if (6 <= chnl && chnl <= 8) in _rtl92ee_get_chnl_group() 1745 else if (9 <= chnl && chnl <= 11) in _rtl92ee_get_chnl_group() 1747 else if (12 <= chnl && chnl <= 14) in _rtl92ee_get_chnl_group() 1750 if (36 <= chnl && chnl <= 42) in _rtl92ee_get_chnl_group() 1752 else if (44 <= chnl && chnl <= 48) in _rtl92ee_get_chnl_group() 1754 else if (50 <= chnl && chnl <= 58) in _rtl92ee_get_chnl_group() [all …]
|
H A D | phy.c | 2760 static u8 rtl92ee_get_rightchnlplace_for_iqk(u8 chnl) in rtl92ee_get_rightchnlplace_for_iqk() argument 2770 u8 place = chnl; in rtl92ee_get_rightchnlplace_for_iqk() 2772 if (chnl > 14) { in rtl92ee_get_rightchnlplace_for_iqk() 2774 if (channel_all[place] == chnl) in rtl92ee_get_rightchnlplace_for_iqk()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | hw.h | 7 static inline u8 rtl92c_get_chnl_group(u8 chnl) in rtl92c_get_chnl_group() argument 11 if (chnl < 3) in rtl92c_get_chnl_group() 13 else if (chnl < 9) in rtl92c_get_chnl_group()
|
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_sd7220.c | 1130 int chnl; in ibsd_mod_allchnls() local 1140 chnl = (loc >> (4 + EPB_ADDR_SHF)) & 7; in ibsd_mod_allchnls() 1150 (sloc >> 9) & 0x3f, chnl); in ibsd_mod_allchnls() 1169 for (chnl = 0; chnl < 4; ++chnl) { in ibsd_mod_allchnls() 1170 int cloc = loc | (chnl << (4+EPB_ADDR_SHF)); in ibsd_mod_allchnls() 1178 (sloc & 0xF), (sloc >> 9) & 0x3f, chnl, in ibsd_mod_allchnls() 1301 #define BACTRL(chnl) EPB_LOC(chnl, 6, 0x0E) argument 1302 #define LDOUTCTRL1(chnl) EPB_LOC(chnl, 7, 6) argument 1303 #define RXHSSTATUS(chnl) EPB_LOC(chnl, 6, 0xF) argument
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | hw.c | 2486 static u8 _rtl8821ae_get_chnl_group(u8 chnl) in _rtl8821ae_get_chnl_group() argument 2490 if (chnl <= 14) { in _rtl8821ae_get_chnl_group() 2491 if (1 <= chnl && chnl <= 2) in _rtl8821ae_get_chnl_group() 2493 else if (3 <= chnl && chnl <= 5) in _rtl8821ae_get_chnl_group() 2495 else if (6 <= chnl && chnl <= 8) in _rtl8821ae_get_chnl_group() 2497 else if (9 <= chnl && chnl <= 11) in _rtl8821ae_get_chnl_group() 2502 if (36 <= chnl && chnl <= 42) in _rtl8821ae_get_chnl_group() 2504 else if (44 <= chnl && chnl <= 48) in _rtl8821ae_get_chnl_group() 2506 else if (50 <= chnl && chnl <= 58) in _rtl8821ae_get_chnl_group() 2508 else if (60 <= chnl && chnl <= 64) in _rtl8821ae_get_chnl_group() [all …]
|
H A D | phy.h | 227 u8 _rtl8812ae_get_right_chnl_place_for_iqk(u8 chnl);
|
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | HalHWImg8723B_RF.c | 541 u8 *chnl = Array[i+4]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() local 550 chnl, in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT()
|
/linux/drivers/remoteproc/ |
H A D | pru_rproc.h | 26 u8 chnl; member
|
/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_imem.c | 17 static int ipc_imem_check_wwan_ips(struct ipc_mem_channel *chnl) in ipc_imem_check_wwan_ips() argument 19 if (chnl) in ipc_imem_check_wwan_ips() 20 return chnl->ctype == IPC_CTYPE_WWAN && in ipc_imem_check_wwan_ips() 21 chnl->if_id == IPC_MEM_MUX_IP_CH_IF_ID; in ipc_imem_check_wwan_ips()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | hw.c | 1510 static u8 _rtl88e_get_chnl_group(u8 chnl) in _rtl88e_get_chnl_group() argument 1514 if (chnl < 3) in _rtl88e_get_chnl_group() 1516 else if (chnl < 6) in _rtl88e_get_chnl_group() 1518 else if (chnl < 9) in _rtl88e_get_chnl_group() 1520 else if (chnl < 12) in _rtl88e_get_chnl_group() 1522 else if (chnl < 14) in _rtl88e_get_chnl_group() 1524 else if (chnl == 14) in _rtl88e_get_chnl_group()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hal_btc.c | 51 u8 chnl; in rtl_8723e_bt_wifi_media_status_notify() local 62 chnl = rtlphy->current_channel; in rtl_8723e_bt_wifi_media_status_notify() 63 h2c_parameter[1] = chnl; in rtl_8723e_bt_wifi_media_status_notify()
|
H A D | hw.c | 1371 static u8 _rtl8723e_get_chnl_group(u8 chnl) in _rtl8723e_get_chnl_group() argument 1375 if (chnl < 3) in _rtl8723e_get_chnl_group() 1377 else if (chnl < 9) in _rtl8723e_get_chnl_group()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | phy.c | 2162 static u8 _get_right_chnl_place_for_iqk(u8 chnl) in _get_right_chnl_place_for_iqk() argument 2174 u8 place = chnl; in _get_right_chnl_place_for_iqk() 2176 if (chnl > 14) { in _get_right_chnl_place_for_iqk() 2178 if (channel_all[place] == chnl) in _get_right_chnl_place_for_iqk()
|
/linux/Documentation/staging/ |
H A D | rpmsg.rst | 288 dev_info(&rpdev->dev, "chnl: 0x%x -> 0x%x\n", rpdev->src, rpdev->dst);
|