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()
4694 u64 hf; in b43_bluetooth_coext_enable() local
4703 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4705 hf |= B43_HF_BTCOEXALT; in b43_bluetooth_coext_enable()
4707 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable()
4708 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable()
4817 u64 hf; in b43_wireless_core_init() local
4860 hf = b43_hf_read(dev); in b43_wireless_core_init()
4862 hf |= B43_HF_SYMW; in b43_wireless_core_init()
4864 hf |= B43_HF_GDCW; in b43_wireless_core_init()
4866 hf |= B43_HF_OFDMPABOOST; in b43_wireless_core_init()
4870 hf |= B43_HF_4318TSSI; in b43_wireless_core_init()
4872 hf |= B43_HF_VCORECALC; in b43_wireless_core_init()
4875 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */ in b43_wireless_core_init()
4880 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */ in b43_wireless_core_init()
4882 hf &= ~B43_HF_SKCFPUP; in b43_wireless_core_init()
4883 b43_hf_write(dev, hf); in b43_wireless_core_init()