Lines Matching refs:hf
1097 u64 hf; in b43_dump_keymemory() local
1103 hf = b43_hf_read(dev); in b43_dump_keymemory()
1105 !!(hf & B43_HF_USEDEFKEYS)); in b43_dump_keymemory()
4721 u64 hf; in b43_bluetooth_coext_enable() local
4730 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4732 hf |= B43_HF_BTCOEXALT; in b43_bluetooth_coext_enable()
4734 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable()
4735 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable()
4851 u64 hf; in b43_wireless_core_init() local
4894 hf = b43_hf_read(dev); in b43_wireless_core_init()
4896 hf |= B43_HF_SYMW; in b43_wireless_core_init()
4898 hf |= B43_HF_GDCW; in b43_wireless_core_init()
4900 hf |= B43_HF_OFDMPABOOST; in b43_wireless_core_init()
4904 hf |= B43_HF_4318TSSI; in b43_wireless_core_init()
4906 hf |= B43_HF_VCORECALC; in b43_wireless_core_init()
4909 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */ in b43_wireless_core_init()
4914 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */ in b43_wireless_core_init()
4916 hf &= ~B43_HF_SKCFPUP; in b43_wireless_core_init()
4917 b43_hf_write(dev, hf); in b43_wireless_core_init()