Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Drtw8852bt.c82 .hci_fc_ctrl = R_AX_HCI_FC_CTRL,
H A Drtw8852b.c84 .hci_fc_ctrl = R_AX_HCI_FC_CTRL,
H A Dmac.c1057 val = rtw89_read32(rtwdev, regs->hci_fc_ctrl); in hfc_get_mix_info_ax()
1119 rtw89_write32_mask(rtwdev, regs->hci_fc_ctrl, in hfc_h2c_cfg_ax()
1146 val = u32_replace_bits(rtw89_read32(rtwdev, regs->hci_fc_ctrl), in hfc_mix_cfg_ax()
1156 rtw89_write32(rtwdev, regs->hci_fc_ctrl, val); in hfc_mix_cfg_ax()
1166 val = rtw89_read32(rtwdev, regs->hci_fc_ctrl); in hfc_func_en_ax()
1172 rtw89_write32(rtwdev, regs->hci_fc_ctrl, val); in hfc_func_en_ax()
H A Drtw8852a.c411 .hci_fc_ctrl = R_AX_HCI_FC_CTRL,
H A Drtw8851b.c113 .hci_fc_ctrl = R_AX_HCI_FC_CTRL,
H A Drtw8852c.c82 .hci_fc_ctrl = R_AX_HCI_FC_CTRL_V1,
H A Drtw8922a.c94 .hci_fc_ctrl = R_BE_HCI_FC_CTRL,
H A Dcore.h4093 u32 hci_fc_ctrl; member