Home
last modified time | relevance | path

Searched refs:chnl (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-scd.h54 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()
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()
70 if (chnl < 20) in SCD_QUEUE_STATUS_BITS()
71 return SCD_BASE + 0x10c + chnl * 4; in SCD_QUEUE_STATUS_BITS()
72 WARN_ON_ONCE(chnl >= 32); in SCD_QUEUE_STATUS_BITS()
[all …]
H A Diwl-fh.h72 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Drf.c31 [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()
188 if (chnl <= 3) in _rtl92s_get_txpower_writeval_byregulatory()
190 else if (chnl >= 4 && chnl <= 8) in _rtl92s_get_txpower_writeval_byregulatory()
192 else if (chnl > 8) in _rtl92s_get_txpower_writeval_byregulatory()
222 [RF90_PATH_A][chnl - 1]); in _rtl92s_get_txpower_writeval_byregulatory()
[all …]
H A Drf.h15 u8 *p_pwrlevel, u8 chnl);
/openbmc/qemu/hw/ppc/
H A Dppc440_uc.c541 int chnl = addr / 8; in dcr_read_dma() local
547 val = dma->ch[chnl].cr; in dcr_read_dma()
550 val = dma->ch[chnl].ct; in dcr_read_dma()
556 val = dma->ch[chnl].sa; in dcr_read_dma()
562 val = dma->ch[chnl].da; in dcr_read_dma()
568 val = dma->ch[chnl].sg; in dcr_read_dma()
587 int chnl = addr / 8; in dcr_write_dma() local
593 dma->ch[chnl].cr = val; in dcr_write_dma()
641 dma->ch[chnl].ct = val; in dcr_write_dma()
649 dma->ch[chnl].sa |= val; in dcr_write_dma()
[all …]
/openbmc/linux/net/caif/
H A Dchnl_net.c45 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()
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()
373 caif_free_client(&priv->chnl); in chnl_net_destructor()
388 priv->chnl.receive = chnl_recv_cb; in ipcaif_net_setup()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.h7 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.c1740 if (1 <= chnl && chnl <= 2) in _rtl92ee_get_chnl_group()
1742 else if (3 <= chnl && chnl <= 5) in _rtl92ee_get_chnl_group()
1744 else if (6 <= chnl && chnl <= 8) in _rtl92ee_get_chnl_group()
1746 else if (9 <= chnl && chnl <= 11) in _rtl92ee_get_chnl_group()
1748 else if (12 <= chnl && chnl <= 14) in _rtl92ee_get_chnl_group()
1751 if (36 <= chnl && chnl <= 42) in _rtl92ee_get_chnl_group()
1753 else if (44 <= chnl && chnl <= 48) in _rtl92ee_get_chnl_group()
1755 else if (50 <= chnl && chnl <= 58) in _rtl92ee_get_chnl_group()
1757 else if (60 <= chnl && chnl <= 64) in _rtl92ee_get_chnl_group()
1759 else if (100 <= chnl && chnl <= 106) in _rtl92ee_get_chnl_group()
[all …]
H A Dphy.c2760 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()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c1130 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
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c2536 if (1 <= chnl && chnl <= 2) in _rtl8821ae_get_chnl_group()
2538 else if (3 <= chnl && chnl <= 5) in _rtl8821ae_get_chnl_group()
2540 else if (6 <= chnl && chnl <= 8) in _rtl8821ae_get_chnl_group()
2542 else if (9 <= chnl && chnl <= 11) in _rtl8821ae_get_chnl_group()
2547 if (36 <= chnl && chnl <= 42) in _rtl8821ae_get_chnl_group()
2549 else if (44 <= chnl && chnl <= 48) in _rtl8821ae_get_chnl_group()
2551 else if (50 <= chnl && chnl <= 58) in _rtl8821ae_get_chnl_group()
2553 else if (60 <= chnl && chnl <= 64) in _rtl8821ae_get_chnl_group()
2555 else if (100 <= chnl && chnl <= 106) in _rtl8821ae_get_chnl_group()
2557 else if (108 <= chnl && chnl <= 114) in _rtl8821ae_get_chnl_group()
[all …]
H A Dphy.h227 u8 _rtl8812ae_get_right_chnl_place_for_iqk(u8 chnl);
H A Dphy.c1775 const char *chnl = array[i+5]; in _rtl8821ae_phy_read_and_config_txpwr_lmt() local
1780 chnl, val); in _rtl8821ae_phy_read_and_config_txpwr_lmt()
2329 u16 regu, bdwidth, sec, chnl; in _rtl8812ae_phy_get_txpower_limit() local
2454 chnl = channel_temp; in _rtl8812ae_phy_get_txpower_limit()
2462 [sec][chnl][rf_path]; in _rtl8812ae_phy_get_txpower_limit()
2467 [sec][chnl][rf_path]; in _rtl8812ae_phy_get_txpower_limit()
2474 [sec][chnl][rf_path]; in _rtl8812ae_phy_get_txpower_limit()
2478 rtlphy->txpwr_limit_5g[regu][chnl] in _rtl8812ae_phy_get_txpower_limit()
2479 [sec][chnl][rf_path]; in _rtl8812ae_phy_get_txpower_limit()
3598 if (chnl > 14) { in _rtl8812ae_get_right_chnl_place_for_iqk()
[all …]
/openbmc/linux/drivers/remoteproc/
H A Dpru_rproc.h26 u8 chnl; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.h131 u8 rtl92d_get_chnlgroup_fromarray(u8 chnl);
144 u8 rtl92d_get_rightchnlplace_for_iqk(u8 chnl);
H A Dphy.c892 u8 place = chnl; in _rtl92c_phy_get_rightchnlplace()
894 if (chnl > 14) { in _rtl92c_phy_get_rightchnlplace()
896 if (channel_all[place] == chnl) { in _rtl92c_phy_get_rightchnlplace()
1361 if (chnl > 14) { in rtl92d_get_rightchnlplace_for_iqk()
1363 if (channel_all[place] == chnl) in rtl92d_get_rightchnlplace_for_iqk()
3211 if (channel_all[chnl] <= 3) in rtl92d_get_chnlgroup_fromarray()
3213 else if (channel_all[chnl] <= 9) in rtl92d_get_chnlgroup_fromarray()
3215 else if (channel_all[chnl] <= 14) in rtl92d_get_chnlgroup_fromarray()
3217 else if (channel_all[chnl] <= 44) in rtl92d_get_chnlgroup_fromarray()
3219 else if (channel_all[chnl] <= 54) in rtl92d_get_chnlgroup_fromarray()
[all …]
/openbmc/linux/arch/mips/ar7/
H A Dirq.c35 #define CHNL_OFFSET(chnl) (CHNLS_OFFSET + (chnl * 4)) argument
/openbmc/u-boot/drivers/spmi/
H A Dspmi-msm.c24 #define SPMI_CH_OFFSET(chnl) ((chnl) * 0x8000) argument
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_RF.c551 u8 *chnl = Array[i+4]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() local
560 chnl, in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT()
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_imem.c17 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c1515 static u8 _rtl88e_get_chnl_group(u8 chnl) in _rtl88e_get_chnl_group() argument
1519 if (chnl < 3) in _rtl88e_get_chnl_group()
1521 else if (chnl < 6) in _rtl88e_get_chnl_group()
1523 else if (chnl < 9) in _rtl88e_get_chnl_group()
1525 else if (chnl < 12) in _rtl88e_get_chnl_group()
1527 else if (chnl < 14) in _rtl88e_get_chnl_group()
1529 else if (chnl == 14) in _rtl88e_get_chnl_group()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c115 u8 chnl = 1; in halbtc_get_wifi_central_chnl() local
118 chnl = rtlphy->current_channel; in halbtc_get_wifi_central_chnl()
120 "%s:%d\n", __func__, chnl); in halbtc_get_wifi_central_chnl()
121 return chnl; in halbtc_get_wifi_central_chnl()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhal_btc.c51 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 Dhw.c1376 static u8 _rtl8723e_get_chnl_group(u8 chnl) in _rtl8723e_get_chnl_group() argument
1380 if (chnl < 3) in _rtl8723e_get_chnl_group()
1382 else if (chnl < 9) in _rtl8723e_get_chnl_group()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c2156 static u8 _get_right_chnl_place_for_iqk(u8 chnl) in _get_right_chnl_place_for_iqk() argument
2167 u8 place = chnl; in _get_right_chnl_place_for_iqk()
2169 if (chnl > 14) { in _get_right_chnl_place_for_iqk()
2171 if (channel_all[place] == chnl) in _get_right_chnl_place_for_iqk()

12