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()
4691 u64 hf; in b43_bluetooth_coext_enable() local
4700 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4702 hf |= B43_HF_BTCOEXALT; in b43_bluetooth_coext_enable()
4704 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable()
4705 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable()
4814 u64 hf; in b43_wireless_core_init() local
4857 hf = b43_hf_read(dev); in b43_wireless_core_init()
4859 hf |= B43_HF_SYMW; in b43_wireless_core_init()
4861 hf |= B43_HF_GDCW; in b43_wireless_core_init()
4863 hf |= B43_HF_OFDMPABOOST; in b43_wireless_core_init()
4867 hf |= B43_HF_4318TSSI; in b43_wireless_core_init()
4869 hf |= B43_HF_VCORECALC; in b43_wireless_core_init()
4872 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */ in b43_wireless_core_init()
4877 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */ in b43_wireless_core_init()
4879 hf &= ~B43_HF_SKCFPUP; in b43_wireless_core_init()
4880 b43_hf_write(dev, hf); in b43_wireless_core_init()