Lines Matching refs:hf
1092 u64 hf; in b43_dump_keymemory() local
1098 hf = b43_hf_read(dev); in b43_dump_keymemory()
1100 !!(hf & B43_HF_USEDEFKEYS)); in b43_dump_keymemory()
4692 u64 hf; in b43_bluetooth_coext_enable() local
4701 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4703 hf |= B43_HF_BTCOEXALT; in b43_bluetooth_coext_enable()
4705 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable()
4706 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable()
4815 u64 hf; in b43_wireless_core_init() local
4858 hf = b43_hf_read(dev); in b43_wireless_core_init()
4860 hf |= B43_HF_SYMW; in b43_wireless_core_init()
4862 hf |= B43_HF_GDCW; in b43_wireless_core_init()
4864 hf |= B43_HF_OFDMPABOOST; in b43_wireless_core_init()
4868 hf |= B43_HF_4318TSSI; in b43_wireless_core_init()
4870 hf |= B43_HF_VCORECALC; in b43_wireless_core_init()
4873 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */ in b43_wireless_core_init()
4878 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */ in b43_wireless_core_init()
4880 hf &= ~B43_HF_SKCFPUP; in b43_wireless_core_init()
4881 b43_hf_write(dev, hf); in b43_wireless_core_init()