Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 174) sorted by relevance

1234567

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_net.py70 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False)
74 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False)
86 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False)
105 env_vars = u_boot_console.config.env.get('env__net_static_env_vars', None)
144 f = u_boot_console.config.env.get('env__net_tftp_readable_file', None)
148 addr = f.get('addr', None)
155 sz = f.get('size', None)
160 expected_crc = f.get('crc32', None)
164 if u_boot_console.config.buildconfig.get('config_cmd_crc32', 'n') != 'y':
184 f = u_boot_console.config.env.get('env__net_nfs_readable_file', None)
[all …]
H A Dtest_efi_loader.py62 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False)
66 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False)
78 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False)
97 env_vars = u_boot_console.config.env.get('env__net_static_env_vars', None)
116 f = u_boot_console.config.env.get(env_conf, None)
120 addr = f.get('addr', None)
127 sz = f.get('size', None)
132 expected_crc = f.get('crc32', None)
136 if u_boot_console.config.buildconfig.get('config_cmd_crc32', 'n') != 'y':
183 check_smbios = u_boot_console.config.env.get('env__efi_loader_check_smbios', False)
H A Dtest_gpt.py21 if u_boot_console.config.buildconfig.get('config_cmd_gpt', 'n') != 'y':
32 if u_boot_console.config.buildconfig.get('config_cmd_gpt', 'n') != 'y':
43 if u_boot_console.config.buildconfig.get('config_cmd_gpt_rename', 'n') != 'y':
57 if u_boot_console.config.buildconfig.get('config_cmd_gpt_rename', 'n') != 'y':
59 if u_boot_console.config.buildconfig.get('config_cmd_part', 'n') != 'y':
H A Dtest_dfu.py157 dfu_alt_info_env = env__dfu_config.get('alt_info_env_name', \
294 sizes = env__dfu_config.get('test_sizes', test_sizes_default)
301 alt_setting_test_file = env__dfu_config.get('alt_id_test_file', '0')
302 alt_setting_dummy_file = env__dfu_config.get('alt_id_dummy_file', '1')
H A Dtest_sleep.py12 if u_boot_console.config.buildconfig.get('config_cmd_misc', 'n') != 'y':
/rk3399_rockchip-uboot/tools/patman/
H A Dseries.py111 self.get('cover') and 'a ' or 'no '))
129 print('Version: ', self.get('version'))
130 print('Prefix:\t ', self.get('prefix'))
133 cover_cc = gitutil.BuildEmailList(self.get('cover_cc', ''))
157 process_it = self.get('process_log', '').split(',')
189 if self.get('version'):
192 if self.changes.get(version):
247 cover_cc = gitutil.BuildEmailList(self.get('cover_cc', ''))
266 if not self.changes.get(version):
283 if self.get('version'):
[all …]
H A Dsettings.py99 project_defaults = _default_settings.get(project_name, {})
103 def get(self, section, option, *args, **kwargs): member in _ProjectConfigParser
112 return ConfigParser.SafeConfigParser.get(
117 return ConfigParser.SafeConfigParser.get(
182 list = alias.get(m.group(1), [])
H A Dcheckpatch.py161 GetWarningMsg(col, item.get('type', '<unknown>'),
162 item.get('file', '<unknown>'),
163 item.get('line', 0), item.get('msg', 'message')))
H A Dgitutil.py270 if series.get('version'):
273 if series.get('cover'):
284 if series.get('cover'):
392 to = BuildEmailList(series.get('to'), '--to', alias, raise_on_error)
403 cc = BuildEmailList(list(set(series.get('cc')) - set(series.get('to'))),
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dsetup.py96 files = os.environ.get('SOURCES', '').split()
97 cflags = os.environ.get('CPPFLAGS', '').split()
98 objdir = os.environ.get('OBJDIR')
99 version = os.environ.get('VERSION')
100 swig_opts = os.environ.get('SWIG_OPTS', '').split()
/rk3399_rockchip-uboot/doc/device-tree-bindings/clock/
H A Drockchip,rk3399-dmc.txt4 - rockchip,cru: this driver should access cru regs, so need get cru here
5 - rockchip,pmucru: this driver should access pmucru regs, so need get pmucru here
6 - rockchip,pmugrf: this driver should access pmugrf regs, so need get pmugrf here
7 - rockchip,pmusgrf: this driver should access pmusgrf regs, so need get pmusgrf here
8 - rockchip,cic: this driver should access cic regs, so need get cic here
H A Drockchip,rk3288-dmc.txt4 - rockchip,cru: this driver should access cru regs, so need get cru here
5 - rockchip,grf: this driver should access grf regs, so need get grf here
6 - rockchip,pmu: this driver should access pmu regs, so need get pmu here
7 - rockchip,sgrf: this driver should access sgrf regs, so need get sgrf here
8 - rockchip,noc: this driver should access noc regs, so need get noc here
17 arm_clk: for get arm frequency
18 -logic-supply: this driver should adjust VDD_LOGIC according to dmc frequency, so need get logic-su…
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/
H A Dstart.S351 ! get $p0 the index of I$ block
358 sll $t5, $t4, $t1 ! get $t5 cache line size
359 andi $p1, $t0, ICAC_MEM_KBF_ISET ! get the ISET field
361 andi $p1, $t0, ICAC_MEM_KBF_IWAY ! get bitfield of Iway
386 ! get $p0 the index of D$ block
393 sll $t5, $t4, $t1 ! get $t5 cache line size
394 andi $p1, $t0, DCAC_MEM_KBF_DSET ! get the DSET field
396 andi $p1, $t0, DCAC_MEM_KBF_DWAY ! get bitfield of D way
418 ! FIXME: Other way to get PC?
460 move $r0, $sp ! To get the kernel stack
[all …]
/rk3399_rockchip-uboot/drivers/power/regulator/
H A DKconfig7 functions, like get/set Voltage or Current value, enable state, etc...
33 driver implements get/set api for the various BUCKS and LDOS supported
58 features for REGULATOR PFUZE100. The driver implements get/set api for:
66 driver implements get/set api for the various BUCK.This driver is
75 of regulator. The driver implements get/set api for the various BUCKS.
84 features for REGULATOR MAX77686. The driver implements get/set api for:
92 features for fixed value regulators. The driver implements get/set api
93 for enable and get only for voltage value.
107 features for gpio regulators. The driver implements get/set for
122 driver implements get/set api for the various BUCK.This driver is
[all …]
/rk3399_rockchip-uboot/test/py/
H A Dconftest.py264 val = subconfig.get(fixture_name, [])
272 vals = subconfig.get(fixture_name+ 's', [])
386 anchor = anchors.get(test, None)
391 anchor = anchors.get(test, None)
396 anchor = anchors.get(test, None)
401 anchor = anchors.get(test, None)
406 anchor = anchors.get(test, None)
457 if not ubconfig.buildconfig.get('config_' + option.lower(), None):
/rk3399_rockchip-uboot/doc/
H A DREADME.marvell10 # sudo apt-get install libssl-dev
11 # sudo apt-get install device-tree-compiler
12 # sudo apt-get install swig libpython-dev
/rk3399_rockchip-uboot/drivers/adc/
H A DKconfig6 - start/stop/get data for conversion of a single-channel selected by
8 - get data mask (ADC resolution)
10 - methods for get Vdd/Vss reference Voltage values with polarity
/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtb_platdata.py224 target = self._fdt.phandle_to_node.get(phandle)
229 cells = target.props.get(prop_name)
258 status = node.props.get('status')
291 na_prop = parent.props.get('#address-cells')
292 ns_prop = parent.props.get('#size-cells')
307 reg = node.props.get('reg')
361 oldprop = struct.get(name)
H A Dfdt_util.py85 prop = node.props.get(propname)
95 prop = node.props.get(propname)
/rk3399_rockchip-uboot/drivers/i2c/muxes/
H A DKconfig32 If you say yes here you get support for the TI PCA954x
51 If you say yes here you get support for the Maxim MAX96745
58 If you say yes here you get support for the Maxim MAX96755F
/rk3399_rockchip-uboot/board/rockchip/sheep_rk3368/
H A DREADME21 rkdeveloptool can get from https://github.com/rockchip-linux/rkdeveloptool.git
29 You should be able to get U-Boot log message from boot console:
/rk3399_rockchip-uboot/drivers/rtc/
H A Drtc-uclass.c18 if (!ops->get) in dm_rtc_get()
20 return ops->get(dev, time); in dm_rtc_get()
/rk3399_rockchip-uboot/board/rockchip/evb_rv1108/
H A DREADME14 rkdeveloptool can get from https://github.com/rockchip-linux/rkdeveloptool.git
22 You should be able to get U-Boot log message from boot console with baudrate 1500000:
/rk3399_rockchip-uboot/fs/cramfs/
H A DKconfig6 compressed. You can also enable CMD_CRAMFS to get command-line
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A Dlowlevel_init.S29 ldr r1, rstctl @ get addr for global reset

1234567