Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-omap2/
Dgpmc-onenand.c99 int sync_read, int sync_write, int hf, int vhf) in set_onenand_cfg() argument
115 if (hf) in set_onenand_cfg()
180 int first_time = 0, hf = 0, vhf = 0, sync_read = 0, sync_write = 0; in omap2_onenand_set_sync_mode() local
247 hf = 1; in omap2_onenand_set_sync_mode()
252 else if (hf) in omap2_onenand_set_sync_mode()
277 sync_read, sync_write, hf, vhf); in omap2_onenand_set_sync_mode()
371 set_onenand_cfg(onenand_base, latency, sync_read, sync_write, hf, vhf); in omap2_onenand_set_sync_mode()
/linux-3.4.99/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()
/linux-3.4.99/drivers/video/
Dacornfb.h100 u_int hf; member
/linux-3.4.99/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()
4503 u64 hf; in b43_bluetooth_coext_enable() local
4512 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4514 hf |= B43_HF_BTCOEXALT; in b43_bluetooth_coext_enable()
4516 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable()
4517 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable()
4616 u64 hf; in b43_wireless_core_init() local
4658 hf = b43_hf_read(dev); in b43_wireless_core_init()
[all …]
/linux-3.4.99/drivers/video/omap2/dss/
Ddispc.c1696 unsigned int hf, vf; in calc_fclk() local
1705 hf = 4; in calc_fclk()
1707 hf = 3; in calc_fclk()
1709 hf = 2; in calc_fclk()
1711 hf = 1; in calc_fclk()
1719 if (vf > 1 && hf > 1) in calc_fclk()
1724 return pclk * vf * hf; in calc_fclk()
1726 if (hf > 1) in calc_fclk()
/linux-3.4.99/drivers/net/wireless/b43legacy/
Dmain.c3288 u32 hf; in b43legacy_wireless_core_init() local
3326 hf = b43legacy_hf_read(dev); in b43legacy_wireless_core_init()
3328 hf |= B43legacy_HF_SYMW; in b43legacy_wireless_core_init()
3330 hf |= B43legacy_HF_GDCW; in b43legacy_wireless_core_init()
3332 hf |= B43legacy_HF_OFDMPABOOST; in b43legacy_wireless_core_init()
3334 hf |= B43legacy_HF_SYMW; in b43legacy_wireless_core_init()
3336 hf &= ~B43legacy_HF_GDCW; in b43legacy_wireless_core_init()
3338 b43legacy_hf_write(dev, hf); in b43legacy_wireless_core_init()