Home
last modified time | relevance | path

Searched refs:hci_fc_ctrl (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dmac.c723 val = rtw89_read32(rtwdev, regs->hci_fc_ctrl); in hfc_upd_mix_info()
772 rtw89_write32_mask(rtwdev, regs->hci_fc_ctrl, in hfc_h2c_cfg()
799 val = u32_replace_bits(rtw89_read32(rtwdev, regs->hci_fc_ctrl), in hfc_mix_cfg()
809 rtw89_write32(rtwdev, regs->hci_fc_ctrl, val); in hfc_mix_cfg()
819 val = rtw89_read32(rtwdev, regs->hci_fc_ctrl); in hfc_func_en()
825 rtw89_write32(rtwdev, regs->hci_fc_ctrl, val); in hfc_func_en()
Drtw8852a.c393 .hci_fc_ctrl = R_AX_HCI_FC_CTRL,
Drtw8852c.c71 .hci_fc_ctrl = R_AX_HCI_FC_CTRL_V1,
Dcore.h2529 u32 hci_fc_ctrl; member