Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 101) sorted by relevance

12345

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3368/
H A DKconfig7 bool "Theobroma Systems RK3368-uQ7 (Lion) module"
10 MXM-230 connector) system-on-module designed by Theobroma
15 - (on-module) up to 4GB of DDR3 memory
16 - (on-module) SPI-NOR flash
17 - (on-module) eMMC
18 - Gigabit Ethernet (with an on-module KSZ9031 PHY)
23 - on-module STM32 providing CAN, RTC and fan-control
24 - (optional on-module) EAL4+-certified security module
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuildman39 for module in ['toolchain', 'gitutil']:
40 suite = doctest.DocTestSuite(module)
44 for module in (test.TestBuild, func_test.TestFunctional):
45 suite = unittest.TestLoader().loadTestsFromTestCase(module)
H A Dbuildman.py39 for module in ['toolchain', 'gitutil']:
40 suite = doctest.DocTestSuite(module)
44 for module in (test.TestBuild, func_test.TestFunctional):
45 suite = unittest.TestLoader().loadTestsFromTestCase(module)
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dstreamline_config.pl397 foreach my $module (keys(%modules)) {
398 if (defined($objects{$module})) {
399 my @arr = @{$objects{$module}};
401 $configs{$conf} = $module;
402 dprint "$conf added by direct ($module)\n";
415 print STDERR "$module config not found!!\n";
667 foreach my $module (keys(%modules)) {
668 if (defined($objects{$module})) {
669 my @arr = @{$objects{$module}};
675 print STDERR "module $module did not have configs";
/rk3399_rockchip-uboot/board/micronas/vct/
H A Ddcgu.c15 int dcgu_set_clk_switch(enum dcgu_hw_module module, enum dcgu_switch setup) in dcgu_set_clk_switch() argument
34 if (module == DCGU_HW_MODULE_CPU) in dcgu_set_clk_switch()
39 switch (module) { in dcgu_set_clk_switch()
108 __LINE__, module); in dcgu_set_clk_switch()
119 if (module == DCGU_HW_MODULE_CPU) { in dcgu_set_clk_switch()
130 int dcgu_set_reset_switch(enum dcgu_hw_module module, enum dcgu_switch setup) in dcgu_set_reset_switch() argument
149 switch (module) { in dcgu_set_reset_switch()
239 __LINE__, module); in dcgu_set_reset_switch()
H A Ddcgu.h163 int dcgu_set_clk_switch(enum dcgu_hw_module module, enum dcgu_switch setup);
164 int dcgu_set_reset_switch(enum dcgu_hw_module module, enum dcgu_switch setup);
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3399/
H A DKconfig17 The RK3399-Q7 (Puma) is a system-on-module (designed and
24 * on-module USB 3.0 hub (2x USB 3.0 host + 1x USB 2.0 host)
26 * on-module Micrel KSZ9031 GbE PHY
27 * on-module eMMC (up to 256GB configurations available)
28 * on-module DDR3 (1GB, 2GB and 4GB configurations available)
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A DKconfig7 rockchip crypto module.
15 rockchip crypto module.
23 rockchip crypto module.
31 rockchip crypto module.
39 rockchip crypto module.
47 rockchip crypto module.
55 rockchip crypto module.
63 rockchip crypto module.
/rk3399_rockchip-uboot/tools/binman/etype/
H A Dentry.py77 module = modules.get(module_name)
80 if not module:
83 module = importlib.import_module(module_name)
85 module = __import__(module_name)
89 modules[module_name] = module
92 obj = getattr(module, 'Entry_%s' % module_name)
/rk3399_rockchip-uboot/tools/binman/
H A Dbinman.py42 for module in []:
43 suite = doctest.DocTestSuite(module)
47 for module in (func_test.TestFunctional, fdt_test.TestFdt,
49 suite = unittest.TestLoader().loadTestsFromTestCase(module)
H A Dbinman42 for module in []:
43 suite = doctest.DocTestSuite(module)
47 for module in (func_test.TestFunctional, fdt_test.TestFdt,
49 suite = unittest.TestLoader().loadTestsFromTestCase(module)
/rk3399_rockchip-uboot/board/freescale/s32v234evb/
H A Dlpddr2.c15 void lpddr2_config_iomux(uint8_t module) in lpddr2_config_iomux() argument
19 switch (module) { in lpddr2_config_iomux()
66 void config_mmdc(uint8_t module) in config_mmdc() argument
68 unsigned long mmdc_addr = (module) ? MMDC1_BASE_ADDR : MMDC0_BASE_ADDR; in config_mmdc()
106 switch (module) { in config_mmdc()
/rk3399_rockchip-uboot/drivers/power/pmic/
H A Dpmic_tps65910.c41 int tps65910_voltage_update(unsigned int module, unsigned char vddx_op_vol_sel) in tps65910_voltage_update() argument
47 if (module == MPU) in tps65910_voltage_update()
/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtoc.py46 for module in (test_dtoc.TestDtoc,):
47 suite = unittest.TestLoader().loadTestsFromTestCase(module)
H A Ddtoc46 for module in (test_dtoc.TestDtoc,):
47 suite = unittest.TestLoader().loadTestsFromTestCase(module)
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s32v234/
H A Dlpddr2.h72 void lpddr2_config_iomux(uint8_t module);
73 void config_mmdc(uint8_t module);
/rk3399_rockchip-uboot/tools/patman/
H A Dpatman.py89 for module in (test.TestPatch, func_test.TestFunctional):
90 suite = unittest.TestLoader().loadTestsFromTestCase(module)
93 for module in ['gitutil', 'settings']:
94 suite = doctest.DocTestSuite(module)
H A Dpatman89 for module in (test.TestPatch, func_test.TestFunctional):
90 suite = unittest.TestLoader().loadTestsFromTestCase(module)
93 for module in ['gitutil', 'settings']:
94 suite = doctest.DocTestSuite(module)
/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/
H A Dmsg.c44 int bcm2835_power_on_module(u32 module) in bcm2835_power_on_module() argument
52 msg_pwr->set_power_state.body.req.device_id = module; in bcm2835_power_on_module()
61 module); in bcm2835_power_on_module()
/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/include/mach/
H A Dmsg.h16 int bcm2835_power_on_module(u32 module);
/rk3399_rockchip-uboot/doc/device-tree-bindings/reset/
H A Dreset.txt9 a reset provider (e.g. power management or clock module) and received by a
10 reset consumer (the module being reset, or a module managing when a sub-
11 ordinate module is reset). This binding exists to represent the provider and
/rk3399_rockchip-uboot/arch/arm/mach-davinci/include/mach/
H A Dda850_lowlevel.h29 void da850_lpc_transition(unsigned char pscnum, unsigned char module,
/rk3399_rockchip-uboot/board/phytec/pfla02/
H A DKconfig15 activate, if the module has just one bank
/rk3399_rockchip-uboot/include/power/
H A Dtps65910.h77 int tps65910_voltage_update(unsigned int module, unsigned char vddx_op_vol_sel);
/rk3399_rockchip-uboot/board/toradex/common/
H A DKconfig8 The Toradex config block stored production data on the on-module
11 address is generated) and the exact module type.

12345