Home
last modified time | relevance | path

Searched refs:src_entry (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dbootfiles.py25 for src_entry in re.findall(r'[\w;\-\./\*]+', boot_files):
26 if ';' in src_entry:
27 dst_entry = tuple(src_entry.split(';'))
29 raise ValueError('Malformed boot file entry: %s' % src_entry)
31 dst_entry = (src_entry, src_entry)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py255 for src_entry in re.findall(r'[\w;\-\.\+/\*]+', boot_files):
256 if ';' in src_entry:
257 dst_entry = tuple(src_entry.split(';'))
259 raise WicError('Malformed boot file entry: %s' % src_entry)
261 dst_entry = (src_entry, src_entry)
/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dclock_slice.c411 int root_entry, src_entry; in clock_set_src() local
421 src_entry = src_supported(root_entry, clock_src); in clock_set_src()
422 if (src_entry < 0) in clock_set_src()
427 reg |= src_entry << CLK_ROOT_MUX_SHIFT; in clock_set_src()
675 int root_entry, src_entry; in clock_root_cfg() local
711 src_entry = src_supported(root_entry, clock_src); in clock_root_cfg()
712 if (src_entry < 0) in clock_root_cfg()
717 src_entry << CLK_ROOT_MUX_SHIFT; in clock_root_cfg()