Home
last modified time | relevance | path

Searched refs:hf (Results 1 – 5 of 5) sorted by relevance

/drivers/char/
Ddsp56k.c360 struct dsp56k_host_flags __user *hf = argp; in dsp56k_ioctl() local
362 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()
/drivers/net/wireless/b43/
Dmain.c1054 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()
[all …]
/drivers/video/
Dacornfb.h100 u_int hf; member
/drivers/net/wireless/b43legacy/
Dmain.c3292 u32 hf; in b43legacy_wireless_core_init() local
3330 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()
/drivers/video/omap2/dss/
Ddispc.c2087 unsigned int hf, vf; in calc_core_clk_34xx() local
2095 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()