Home
last modified time | relevance | path

Searched defs:mult (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dmisc.c30 uint mult = CONFIG_SYS_HZ / 10; in do_sleep() local
/rk3399_rockchip-uboot/arch/arm/mach-keystone/
H A Dclock.c282 unsigned long mult = 1, prediv = 1, output_div = 2; in pll_freq_get() local
/rk3399_rockchip-uboot/drivers/clk/renesas/
H A Dclk-rcar-gen3.c98 unsigned int mult; member
796 u32 value, mult, rate = 0; in gen3_clk_get_rate() local
/rk3399_rockchip-uboot/drivers/clk/
H A Dclk_pic32.c94 u32 iclk, idiv, odiv, mult; in pic32_get_pll_rate() local
/rk3399_rockchip-uboot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h20 u32 mult; /* 10 */ member
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx7ulp/
H A Dscg.c474 u32 reg, pre_div, infreq, mult; in decode_pll() local
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c1753 uint mult, freq, tran_speed; local
1979 uint mult = (ext_csd[idx + 2] << 16) + local
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx5/
H A Dclock.c218 u32 mult; in get_fpm() local
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c514 unsigned int mult; in xhci_set_configuration() local
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.c186 int mult = 1; in dwc3_gadget_resize_tx_fifos() local
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dgadget.c1556 u8 mult = 0; in cdns3_ep_config() local
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop.h166 #define FRAC_16_16(mult, div) (((mult) << 16) / (div)) argument
H A Drockchip_vop2.c6196 #define FRAC_16_16(mult, div) (((mult) << 16) / (div)) argument