Home
last modified time | relevance | path

Searched refs:id_to_str (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_dbg_cmd.c145 id_to_str(BTC_STR_CHIPID, (u32)btc->chip->chip_id)); in _show_cx_info()
239 id_to_str(BTC_STR_ROLE, (u32)plink->role), in _show_wl_role_info()
241 id_to_str(BTC_STR_MSTATE, (u32)plink->connected), in _show_wl_role_info()
243 id_to_str(BTC_STR_WLMODE, (u32)plink->mode), in _show_wl_role_info()
245 id_to_str(BTC_STR_WLBW, (u32)plink->chdef.bw)); in _show_wl_role_info()
265 id_to_str(BTC_STR_RATE, (u32)t.tx_rate), in _show_wl_role_info()
270 id_to_str(BTC_STR_RATE, (u32)t.rx_rate), in _show_wl_role_info()
291 id_to_str(BTC_STR_WLLINK, (u32)wl_rinfo->link_mode), in _show_wl_info()
292 id_to_str(BTC_STR_MROLE, wl_rinfo->mrole_type)); in _show_wl_info()
522 id_to_str(BTC_STR_TDMA, (u32)t->type), in _show_fbtc_tdma()
[all …]
H A Dhalbtc_def.h19 const char *id_to_str(u8 type, u32 id);
H A Dhalbtc_def.c64 const char *id_to_str(u8 type, u32 id) in id_to_str() function
H A Dhalbtc_fw.c650 _update_dm_step(btc, id_to_str(BTC_STR_POLICY, (u32)policy_type)); in hal_btc_fw_set_policy()
H A Dhalbtc_action.c1150 phy_map, id_to_str(BTC_STR_ANTPATH, dm->set_ant_path & 0xff)); in _set_ant()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_dbg_cmd.c145 id_to_str(BTC_STR_CHIPID, (u32)btc->chip->chip_id)); in _show_cx_info()
239 id_to_str(BTC_STR_ROLE, (u32)plink->role), in _show_wl_role_info()
241 id_to_str(BTC_STR_MSTATE, (u32)plink->connected), in _show_wl_role_info()
243 id_to_str(BTC_STR_WLMODE, (u32)plink->mode), in _show_wl_role_info()
245 id_to_str(BTC_STR_WLBW, (u32)plink->chdef.bw)); in _show_wl_role_info()
265 id_to_str(BTC_STR_RATE, (u32)t.tx_rate), in _show_wl_role_info()
270 id_to_str(BTC_STR_RATE, (u32)t.rx_rate), in _show_wl_role_info()
291 id_to_str(BTC_STR_WLLINK, (u32)wl_rinfo->link_mode), in _show_wl_info()
292 id_to_str(BTC_STR_MROLE, wl_rinfo->mrole_type)); in _show_wl_info()
522 id_to_str(BTC_STR_TDMA, (u32)t->type), in _show_fbtc_tdma()
[all …]
H A Dhalbtc_def.h19 const char *id_to_str(u8 type, u32 id);
H A Dhalbtc_def.c64 const char *id_to_str(u8 type, u32 id) in id_to_str() function
H A Dhalbtc_fw.c650 _update_dm_step(btc, id_to_str(BTC_STR_POLICY, (u32)policy_type)); in hal_btc_fw_set_policy()
H A Dhalbtc_action.c1150 phy_map, id_to_str(BTC_STR_ANTPATH, dm->set_ant_path & 0xff)); in _set_ant()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dsetup.h18 struct id_to_str { struct
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dsetup.c48 static const struct id_to_str arc_legacy_rel[] = {
61 static const struct id_to_str arc_hs_ver54_rel[] = {
120 const struct id_to_str *tbl; in decode_arc_core()