Searched refs:hf (Results 1 – 5 of 5) sorted by relevance
360 struct dsp56k_host_flags __user *hf = argp; in dsp56k_ioctl() local362 if(get_user(dir, &hf->dir) < 0) in dsp56k_ioctl()364 if(get_user(out, &hf->out) < 0) in dsp56k_ioctl()383 return put_user(status, &hf->status); in dsp56k_ioctl()
1054 u64 hf; in b43_dump_keymemory() local1060 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() local4558 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() local4707 hf = b43_hf_read(dev); in b43_wireless_core_init()[all …]
100 u_int hf; member
3292 u32 hf; in b43legacy_wireless_core_init() local3330 hf = b43legacy_hf_read(dev); in b43legacy_wireless_core_init()3332 hf |= B43legacy_HF_SYMW; in b43legacy_wireless_core_init()3334 hf |= B43legacy_HF_GDCW; in b43legacy_wireless_core_init()3336 hf |= B43legacy_HF_OFDMPABOOST; in b43legacy_wireless_core_init()3338 hf |= B43legacy_HF_SYMW; in b43legacy_wireless_core_init()3340 hf &= ~B43legacy_HF_GDCW; in b43legacy_wireless_core_init()3342 b43legacy_hf_write(dev, hf); in b43legacy_wireless_core_init()
2087 unsigned int hf, vf; in calc_core_clk_34xx() local2095 hf = 4; in calc_core_clk_34xx()2097 hf = 3; in calc_core_clk_34xx()2099 hf = 2; in calc_core_clk_34xx()2101 hf = 1; in calc_core_clk_34xx()2107 return pclk * vf * hf; in calc_core_clk_34xx()