Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sunxi_dw.h231 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local
233 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
H A Ddram_sun50i_h6.h292 const unsigned int ctrl_freq = CONFIG_DRAM_CLK / 2; in ns_to_t() local
294 return DIV_ROUND_UP(ctrl_freq * nanoseconds, 1000); in ns_to_t()
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun8i_a33.c80 const unsigned int ctrl_freq = in ns_to_t() local
83 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
H A Ddram_sun8i_a83t.c79 const unsigned int ctrl_freq = in ns_to_t() local
82 return (ctrl_freq * nanoseconds + 999) / 1000; in ns_to_t()
/openbmc/linux/drivers/media/usb/au0828/
H A Dau0828.h235 int ctrl_freq; member
H A Dau0828-video.c1112 .frequency = dev->ctrl_freq, in au0828_init_tuner()
1546 freq->frequency = dev->ctrl_freq; in vidioc_g_frequency()
1568 dev->ctrl_freq = new_freq.frequency; in vidioc_s_frequency()
1967 dev->ctrl_freq = 960; in au0828_analog_register()