Lines Matching refs:hf
1054 u64 hf; in b43_dump_keymemory() local
1060 hf = b43_hf_read(dev); in b43_dump_keymemory()
1062 !!(hf & B43_HF_USEDEFKEYS)); in b43_dump_keymemory()
4549 u64 hf; in b43_bluetooth_coext_enable() local
4558 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4560 hf |= B43_HF_BTCOEXALT; in b43_bluetooth_coext_enable()
4562 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable()
4563 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable()
4665 u64 hf; in b43_wireless_core_init() local
4707 hf = b43_hf_read(dev); in b43_wireless_core_init()
4709 hf |= B43_HF_SYMW; in b43_wireless_core_init()
4711 hf |= B43_HF_GDCW; in b43_wireless_core_init()
4713 hf |= B43_HF_OFDMPABOOST; in b43_wireless_core_init()
4717 hf |= B43_HF_4318TSSI; in b43_wireless_core_init()
4719 hf |= B43_HF_VCORECALC; in b43_wireless_core_init()
4722 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */ in b43_wireless_core_init()
4727 hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */ in b43_wireless_core_init()
4729 hf &= ~B43_HF_SKCFPUP; in b43_wireless_core_init()
4730 b43_hf_write(dev, hf); in b43_wireless_core_init()