Home
last modified time | relevance | path

Searched refs:t_index (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_api.c238 void halrf_fast_chl_sw_backup(struct rf_info *rf, u8 chl_index, u8 t_index) in halrf_fast_chl_sw_backup() argument
243 t[1] = t_index; in halrf_fast_chl_sw_backup()
246 RF_DBG(rf, DBG_RF_RFK, "FWCMD_H2C_BACKUP_RFK chl=%d t=%d\n", chl_index, t_index); in halrf_fast_chl_sw_backup()
249 void halrf_fast_chl_sw_reload(struct rf_info *rf, u8 chl_index, u8 t_index) in halrf_fast_chl_sw_reload() argument
254 t[1] = t_index; in halrf_fast_chl_sw_reload()
257 RF_DBG(rf, DBG_RF_RFK, "FWCMD_H2C_RELOAD_RFK chl=%d t=%d\n", chl_index, t_index); in halrf_fast_chl_sw_reload()
H A Dhalrf_api.h91 void halrf_fast_chl_sw_backup(struct rf_info *rf, u8 chl_index, u8 t_index);
92 void halrf_fast_chl_sw_reload(struct rf_info *rf, u8 chl_index, u8 t_index);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_api.c238 void halrf_fast_chl_sw_backup(struct rf_info *rf, u8 chl_index, u8 t_index) in halrf_fast_chl_sw_backup() argument
243 t[1] = t_index; in halrf_fast_chl_sw_backup()
246 RF_DBG(rf, DBG_RF_RFK, "FWCMD_H2C_BACKUP_RFK chl=%d t=%d\n", chl_index, t_index); in halrf_fast_chl_sw_backup()
249 void halrf_fast_chl_sw_reload(struct rf_info *rf, u8 chl_index, u8 t_index) in halrf_fast_chl_sw_reload() argument
254 t[1] = t_index; in halrf_fast_chl_sw_reload()
257 RF_DBG(rf, DBG_RF_RFK, "FWCMD_H2C_RELOAD_RFK chl=%d t=%d\n", chl_index, t_index); in halrf_fast_chl_sw_reload()
H A Dhalrf_api.h91 void halrf_fast_chl_sw_backup(struct rf_info *rf, u8 chl_index, u8 t_index);
92 void halrf_fast_chl_sw_reload(struct rf_info *rf, u8 chl_index, u8 t_index);
/OK3568_Linux_fs/kernel/drivers/media/radio/si4713/
H A Dsi4713.c852 u16 t_index = 0; in si4713_set_rds_radio_text() local
870 if (t_index < (RDS_RADIOTEXT_INDEX_MAX * RDS_RADIOTEXT_BLK_SIZE)) { in si4713_set_rds_radio_text()
872 if (!rt[t_index + i] || in si4713_set_rds_radio_text()
873 rt[t_index + i] == RDS_CARRIAGE_RETURN) { in si4713_set_rds_radio_text()
883 compose_u16(rt[t_index], rt[t_index + 1]), in si4713_set_rds_radio_text()
884 compose_u16(rt[t_index + 2], rt[t_index + 3]), in si4713_set_rds_radio_text()
889 t_index += RDS_RADIOTEXT_BLK_SIZE; in si4713_set_rds_radio_text()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dusb_ops_linux.c173 u16 t_index = 0; in usbctrl_vendorreq() local
177 …status = rtw_usb_control_msg(udev, t_pipe, t_req, t_reqtype, t_reg, t_index, pIo_buf, t_len, RTW_U… in usbctrl_vendorreq()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Dusb_ops_linux.c189 u16 t_index = 0; in usbctrl_vendorreq() local
193 …status = rtw_usb_control_msg(udev, t_pipe, t_req, t_reqtype, t_reg, t_index, pIo_buf, t_len, RTW_U… in usbctrl_vendorreq()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dusb_ops_linux.c173 u16 t_index = 0; in usbctrl_vendorreq() local
177 …status = rtw_usb_control_msg(udev, t_pipe, t_req, t_reqtype, t_reg, t_index, pIo_buf, t_len, RTW_U… in usbctrl_vendorreq()