Home
last modified time | relevance | path

Searched refs:rtw_hal_config_interrupt (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_ser_fsm.c319 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_idle_st_hdl()
322 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_idle_st_hdl()
722 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_DIS_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
726 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
731 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_SER_HANDSHAKE_MODE); in ser_sdio_l1_pause_trx_st_hdl()
759 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
776 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
788 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
793 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_SER_HANDSHAKE_MODE); in ser_sdio_l1_pause_trx_st_hdl()
806 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
[all …]
H A Dphl_cmd_ser.c82 rtw_hal_config_interrupt(phl_info->hal, int_type); in _ser_int_ntfy_ctrl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_ser_fsm.c319 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_idle_st_hdl()
322 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_idle_st_hdl()
722 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_DIS_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
726 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
731 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_SER_HANDSHAKE_MODE); in ser_sdio_l1_pause_trx_st_hdl()
759 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
776 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
788 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
793 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_SER_HANDSHAKE_MODE); in ser_sdio_l1_pause_trx_st_hdl()
806 rtw_hal_config_interrupt(pser->phl_info->hal, RTW_PHL_EN_HCI_INT); in ser_sdio_l1_pause_trx_st_hdl()
[all …]
H A Dphl_cmd_ser.c82 rtw_hal_config_interrupt(phl_info->hal, int_type); in _ser_int_ntfy_ctrl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api.h51 void rtw_hal_config_interrupt(void *h, enum rtw_phl_config_int int_mode);
H A Dhal_init.c339 void rtw_hal_config_interrupt(void *h, enum rtw_phl_config_int int_mode) in rtw_hal_config_interrupt() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api.h51 void rtw_hal_config_interrupt(void *h, enum rtw_phl_config_int int_mode);
H A Dhal_init.c339 void rtw_hal_config_interrupt(void *h, enum rtw_phl_config_int int_mode) in rtw_hal_config_interrupt() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1073 rtw_hal_config_interrupt(phl_info->hal , RTW_PHL_RESUME_RX_INT); in _phl_rx_callback_sdio()