Lines Matching refs:hf
1107 u64 hf; in b43_dump_keymemory() local
1113 hf = b43_hf_read(dev); in b43_dump_keymemory()
1115 !!(hf & B43_HF_USEDEFKEYS)); in b43_dump_keymemory()
4714 u64 hf; in b43_bluetooth_coext_enable() local
4723 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4725 hf |= B43_HF_BTCOEXALT; in b43_bluetooth_coext_enable()
4727 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable()
4728 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable()
4837 u64 hf; in b43_wireless_core_init() local
4880 hf = b43_hf_read(dev); in b43_wireless_core_init()
4882 hf |= B43_HF_SYMW; in b43_wireless_core_init()
4884 hf |= B43_HF_GDCW; in b43_wireless_core_init()
4886 hf |= B43_HF_OFDMPABOOST; in b43_wireless_core_init()
4890 hf |= B43_HF_4318TSSI; in b43_wireless_core_init()
4892 hf |= B43_HF_VCORECALC; in b43_wireless_core_init()
4895 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */ in b43_wireless_core_init()
4900 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */ in b43_wireless_core_init()
4902 hf &= ~B43_HF_SKCFPUP; in b43_wireless_core_init()
4903 b43_hf_write(dev, hf); in b43_wireless_core_init()