Home
last modified time | relevance | path

Searched refs:speeds (Results 1 – 22 of 22) sorted by relevance

/u-boot/board/ti/ks2_evm/
A Dboard_k2e.c52 int speeds[DEVSPEED_NUMSPDS] = { variable
81 speed = get_max_dev_speed(speeds); in get_pll_init_data()
A Dboard_k2l.c72 speed = get_max_dev_speed(speeds); in get_pll_init_data()
76 speed = get_max_arm_speed(speeds); in get_pll_init_data()
A Dboard_k2hk.c84 speed = get_max_dev_speed(speeds); in get_pll_init_data()
88 speed = get_max_arm_speed(speeds); in get_pll_init_data()
A Dboard_k2g.c64 int speeds[DEVSPEED_NUMSPDS] = { variable
194 speed = get_max_arm_speed(speeds); in get_pll_init_data()
205 speed = get_max_arm_speed(speeds); in get_pll_init_data()
/u-boot/drivers/i2c/
A Ddesignware_i2c_pci.c149 u32 speeds[4]; in dw_i2c_acpi_fill_ssdt() local
167 if (size > ARRAY_SIZE(speeds)) in dw_i2c_acpi_fill_ssdt()
170 ret = dev_read_u32_array(dev, "i2c,speeds", speeds, size); in dw_i2c_acpi_fill_ssdt()
/u-boot/arch/arm/mach-keystone/include/mach/
A Dclock.h121 extern int speeds[];
/u-boot/arch/arm/mach-keystone/
A Dinit.c238 int speed = get_max_arm_speed(speeds); in print_cpuinfo()
A Dclock.c15 int __weak speeds[DEVSPEED_NUMSPDS] = { variable
/u-boot/drivers/phy/marvell/
A Dcomphy_cp110.c36 #define COMPHY_FW_FORMAT(mode, idx, speeds) \ argument
37 (((mode) << 12) | ((idx) << 8) | ((speeds) << 2))
39 #define COMPHY_FW_PCIE_FORMAT(pcie_width, clk_src, mode, speeds) \ argument
41 ((clk_src) << 17) | COMPHY_FW_FORMAT(mode, 0, speeds))
/u-boot/board/freescale/p1_p2_rdb_pc/
A DREADME26 extracted from DDR chip datasheet. Different speeds of DDR are supported with
/u-boot/board/intel/
A DKconfig59 architecture (ISA) compatible, operating at speeds up to 400Mhz,
/u-boot/drivers/usb/
A DKconfig5 subsystem which offers higher speeds and more features than the
/u-boot/arch/x86/dts/
A Dchromebook_coral.dts383 i2c,speeds = <100000 400000 1000000>;
417 i2c,speeds = <100000 400000 1000000 3400000>;
430 i2c,speeds = <100000 400000 1000000>;
457 i2c,speeds = <100000 400000>;
499 i2c,speeds = <100000 400000>;
533 i2c,speeds = <100000 400000 1000000>;
/u-boot/board/freescale/ls1021atwr/
A DREADME37 supporting speeds up to 1600Mtps
/u-boot/board/freescale/ls1021aqds/
A DREADME37 supporting speeds up to 1600Mtps
/u-boot/doc/board/kontron/
A Dsl28.rst132 The board is prepared to supply different SerDes clock speeds. But for now,
/u-boot/doc/
A DREADME.falcon207 clocks speeds etc. To generate this patched DT blob, you can use
/u-boot/doc/board/google/
A Dchromebook_coral.rst85 SPL uses SPI flash to update the MRC caches in ROM. This speeds up subsequent
/u-boot/arch/arm/mach-sunxi/
A DKconfig530 clock speeds.
546 clocks speeds (up to 600MHz). If unsure, keep as 0.
/u-boot/doc/driver-model/
A Dusb-info.rst141 Up to 127 devices can be on each bus. USB has four bus speeds: low
/u-boot/doc/arch/
A Dx86.rst474 limitation of the em100 is that it only supports SPI bus speeds up to 20MHz.
/u-boot/tools/buildman/
A DREADME963 hence speeds up the build. To force use of 'make mrproper', use -the -m flag.

Completed in 26 milliseconds