Searched refs:phal_data (Results 1 – 2 of 2) sorted by relevance
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
| D | rtw_mp.c | 2238 HAL_DATA_TYPE *phal_data = GET_HAL_DATA(padapter); in rtw_mp_psd_init() local 2240 switch (phal_data->rf_type) { in rtw_mp_psd_init() 2322 RTW_ERR("%s: unknown %d rf type\n", __func__, phal_data->rf_type); in rtw_mp_psd_init() 2332 RTW_INFO("%s: set %d rf type done\n", __func__, phal_data->rf_type); in rtw_mp_psd_init() 2338 HAL_DATA_TYPE *phal_data = GET_HAL_DATA(padapter); in rtw_mp_psd_close() local 2346 RTW_INFO("%s: restore %d rf type\n", __func__, phal_data->rf_type); in rtw_mp_psd_close() 2351 switch (phal_data->rf_type) { in rtw_mp_psd_close() 2375 RTW_WARN("%s: unknown %d rf type\n", __func__, phal_data->rf_type); in rtw_mp_psd_close() 2381 RTW_INFO("%s: restore %d rf type done\n", __func__, phal_data->rf_type); in rtw_mp_psd_close()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
| D | ioctl_mp.c | 619 HAL_DATA_TYPE *phal_data = GET_HAL_DATA(padapter); in rtw_mp_txpower_index() local 649 if (phal_data->ant_path == 1) in rtw_mp_txpower_index() 656 if (phal_data->rf_type > RF_1T2R) { in rtw_mp_txpower_index() 660 if (phal_data->rf_type > RF_2T4R) { in rtw_mp_txpower_index() 664 if (phal_data->rf_type > RF_3T4R) { in rtw_mp_txpower_index() 671 if (phal_data->rf_type > RF_1T2R) { in rtw_mp_txpower_index() 675 if (phal_data->rf_type > RF_2T4R) { in rtw_mp_txpower_index() 679 if (phal_data->rf_type > RF_3T4R) { in rtw_mp_txpower_index()
|