Lines Matching refs:hf
1091 u64 hf; in b43_dump_keymemory() local
1097 hf = b43_hf_read(dev); in b43_dump_keymemory()
1099 !!(hf & B43_HF_USEDEFKEYS)); in b43_dump_keymemory()
4689 u64 hf; in b43_bluetooth_coext_enable() local
4698 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4700 hf |= B43_HF_BTCOEXALT; in b43_bluetooth_coext_enable()
4702 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable()
4703 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable()
4812 u64 hf; in b43_wireless_core_init() local
4855 hf = b43_hf_read(dev); in b43_wireless_core_init()
4857 hf |= B43_HF_SYMW; in b43_wireless_core_init()
4859 hf |= B43_HF_GDCW; in b43_wireless_core_init()
4861 hf |= B43_HF_OFDMPABOOST; in b43_wireless_core_init()
4865 hf |= B43_HF_4318TSSI; in b43_wireless_core_init()
4867 hf |= B43_HF_VCORECALC; in b43_wireless_core_init()
4870 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */ in b43_wireless_core_init()
4875 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */ in b43_wireless_core_init()
4877 hf &= ~B43_HF_SKCFPUP; in b43_wireless_core_init()
4878 b43_hf_write(dev, hf); in b43_wireless_core_init()