Searched refs:hci_fc_ctrl (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | mac.c | 929 val = rtw89_read32(rtwdev, regs->hci_fc_ctrl); in hfc_upd_mix_info() 978 rtw89_write32_mask(rtwdev, regs->hci_fc_ctrl, in hfc_h2c_cfg() 1005 val = u32_replace_bits(rtw89_read32(rtwdev, regs->hci_fc_ctrl), in hfc_mix_cfg() 1015 rtw89_write32(rtwdev, regs->hci_fc_ctrl, val); in hfc_mix_cfg() 1025 val = rtw89_read32(rtwdev, regs->hci_fc_ctrl); in hfc_func_en() 1031 rtw89_write32(rtwdev, regs->hci_fc_ctrl, val); in hfc_func_en()
|
| H A D | rtw8852a.c | 402 .hci_fc_ctrl = R_AX_HCI_FC_CTRL,
|
| H A D | rtw8851b.c | 109 .hci_fc_ctrl = R_AX_HCI_FC_CTRL,
|
| H A D | rtw8852b.c | 240 .hci_fc_ctrl = R_AX_HCI_FC_CTRL,
|
| H A D | rtw8852c.c | 76 .hci_fc_ctrl = R_AX_HCI_FC_CTRL_V1,
|
| H A D | core.h | 3273 u32 hci_fc_ctrl; member
|