Home
last modified time | relevance | path

Searched full:sources (Results 1 – 25 of 2354) sorted by relevance

12345678910>>...95

/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/
H A Dmeta_oe_sources.py11 # Can we download everything from the OpenEmbedded Sources Mirror over http only
14 BB_ALLOWED_NETWORKS = " sources.openembedded.org"
18 bzr://.*/.* http://sources.openembedded.org/ \\n \\
19 cvs://.*/.* http://sources.openembedded.org/ \\n \\
20 git://.*/.* http://sources.openembedded.org/ \\n \\
21 gitsm://.*/.* http://sources.openembedded.org/ \\n \\
22 hg://.*/.* http://sources.openembedded.org/ \\n \\
23 osc://.*/.* http://sources.openembedded.org/ \\n \\
24 p4://.*/.* http://sources.openembedded.org/ \\n \\
25 svn://.*/.* http://sources.openembedded.org/ \\n \\
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass47 ftp://sourceware.org/pub http://ftp.gwdg.de/pub/linux/sources.redhat.com/sourceware \
48 cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
49 svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
50 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
51 gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
52 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
53 bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
54 p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
55 osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
56 https?://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
[all …]
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-bcm6328.yaml29 explained later in brcm,link-signal-sources). Even if a LED is hardware
89 brcm,link-signal-sources:
94 An array of hardware link signal sources. Up to four link hardware
100 brcm,activity-signal-sources:
105 An array of hardware activity signal sources. Up to four activity
185 brcm,link-signal-sources = <0>;
191 brcm,link-signal-sources = <1>;
277 brcm,link-signal-sources = <0>;
278 brcm,activity-signal-sources = <0>;
285 brcm,activity-signal-sources = <1>;
[all …]
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_pfvf.c55 u32 sources, disabled, pending; in adf_gen4_disable_pending_vf2pf_interrupts() local
57 /* Get the interrupt sources triggered by VFs */ in adf_gen4_disable_pending_vf2pf_interrupts()
58 sources = ADF_CSR_RD(pmisc_addr, ADF_4XXX_VM2PF_SOU); in adf_gen4_disable_pending_vf2pf_interrupts()
59 if (!sources) in adf_gen4_disable_pending_vf2pf_interrupts()
65 pending = sources & ~disabled; in adf_gen4_disable_pending_vf2pf_interrupts()
70 * just disable the requested sources, as this would lead to missed in adf_gen4_disable_pending_vf2pf_interrupts()
72 * To work around it, disable all and re-enable only the sources that in adf_gen4_disable_pending_vf2pf_interrupts()
74 * trigger a new interrupt for the sources that have changed in the in adf_gen4_disable_pending_vf2pf_interrupts()
78 ADF_CSR_WR(pmisc_addr, ADF_4XXX_VM2PF_MSK, disabled | sources); in adf_gen4_disable_pending_vf2pf_interrupts()
80 /* Return the sources of the (new) interrupt(s) */ in adf_gen4_disable_pending_vf2pf_interrupts()
H A Dadf_gen2_pfvf.c74 u32 sources, disabled, pending; in adf_gen2_disable_pending_vf2pf_interrupts() local
77 /* Get the interrupt sources triggered by VFs */ in adf_gen2_disable_pending_vf2pf_interrupts()
79 sources = ADF_GEN2_ERR_REG_VF2PF(errsou3); in adf_gen2_disable_pending_vf2pf_interrupts()
81 if (!sources) in adf_gen2_disable_pending_vf2pf_interrupts()
88 pending = sources & ~disabled; in adf_gen2_disable_pending_vf2pf_interrupts()
93 * just disable the requested sources, as this would lead to missed in adf_gen2_disable_pending_vf2pf_interrupts()
95 * To work around it, disable all and re-enable only the sources that in adf_gen2_disable_pending_vf2pf_interrupts()
97 * trigger a new interrupt for the sources that have changed in the in adf_gen2_disable_pending_vf2pf_interrupts()
105 errmsk3 |= ADF_GEN2_ERR_MSK_VF2PF(sources | disabled); in adf_gen2_disable_pending_vf2pf_interrupts()
108 /* Return the sources of the (new) interrupt(s) */ in adf_gen2_disable_pending_vf2pf_interrupts()
/openbmc/openbmc/meta-phosphor/conf/distro/include/
H A Dphosphor-base.inc11 bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
12 cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
13 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
14 gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
15 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
16 osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
17 p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
18 svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
21 ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
22 http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
[all …]
/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c157 u32 sources, pending, disabled; in disable_pending_vf2pf_interrupts() local
161 /* Get the interrupt sources triggered by VFs */ in disable_pending_vf2pf_interrupts()
164 sources = ADF_DH895XCC_ERR_REG_VF2PF_L(errsou3) in disable_pending_vf2pf_interrupts()
167 if (!sources) in disable_pending_vf2pf_interrupts()
176 pending = sources & ~disabled; in disable_pending_vf2pf_interrupts()
181 * just disable the requested sources, as this would lead to missed in disable_pending_vf2pf_interrupts()
182 * interrupts if sources changes just before writing to ERRMSK3 and in disable_pending_vf2pf_interrupts()
184 * To work around it, disable all and re-enable only the sources that in disable_pending_vf2pf_interrupts()
186 * trigger a new interrupt for the sources that have changed in the in disable_pending_vf2pf_interrupts()
198 errmsk3 |= ADF_DH895XCC_ERR_MSK_VF2PF_L(sources | disabled); in disable_pending_vf2pf_interrupts()
[all …]
/openbmc/linux/Documentation/trace/
H A Dstm.rst9 protocol multiplexing data from multiple trace sources, each one of
12 hardware trace sources, others are available to software. Software
13 trace sources are usually free to pick for themselves any
17 sources can only be identified by master/channel combination, so in
19 involves multiple trace sources, it needs to be able to map those
20 master/channel pairs to the trace sources that it understands.
55 be used for trace sources with the id string of "user/dummy".
57 Trace sources have to open the stm class device's node and write their
81 and have better control over the un-identified sources.
99 For kernel-based trace sources, there is "stm_source" device
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dapt.py39 …self.target.run('cd %s; echo deb [ allow-insecure=yes ] %s/all ./ > sources.list' % (apt_get_sourc…
44 …self.target.run("cd %s; cp sources.list sources.list.bak; sed -i 's|\[trusted=yes\] http://bogus_i…
48 self.target.run('cd %s; rm sources.list' % (apt_get_sourceslist_dir))
52 self.target.run('cd %s; mv sources.list.bak sources.list' % (apt_get_sourceslist_dir))
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c41 * For GPU interrupt sources that may be driven by another driver, IRQ domain
122 * Disable all types of interrupts from all sources.
132 if (!adev->irq.client[i].sources) in amdgpu_irq_disable_all()
136 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_disable_all()
344 * turns off interrupts from all sources (all ASICs).
351 if (!adev->irq.client[i].sources) in amdgpu_irq_fini_sw()
355 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_fini_sw()
363 kfree(adev->irq.client[i].sources); in amdgpu_irq_fini_sw()
364 adev->irq.client[i].sources = NULL; in amdgpu_irq_fini_sw()
394 if (!adev->irq.client[client_id].sources) { in amdgpu_irq_add_id()
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmeson.build14 'sources': [
25 'sources': [
45 'sources': ['../../extensions/openpower-pels/repository.cpp'],
57 'sources': ['../../extensions/openpower-pels/temporary_file.cpp'],
62 # used sources under test.
80 openpower_pels.get(t).get('sources', []),
/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Daspeed,ast2400-cvic.yaml16 somewhat shares some of the same sources as the main ARM interrupt controller
32 valid-sources:
36 A bitmap of supported sources for the implementation.
49 - valid-sources
58 valid-sources = <0xffffffff>;
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py47 sources = json_config['sources']
55 if not repo in sources.keys():
60 layer_remote = json_config['sources'][repo]['git-remote']
78 if not 'sources' in json.keys():
79 err = "File {}.json does not contain valid layer sources.".format(output)
93 json = {"version":"1.0","sources":repos}
95 err = "Could not determine layer sources"
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Dcache.json300 …"BriefDescription": "Retired load uops which data sources were L3 and cross-core snoop hits in on-…
306 …"PublicDescription": "This event counts retired load uops which data sources were L3 hit and a cro…
311 … "BriefDescription": "Retired load uops which data sources were HitM responses from shared L3.",
317 …"PublicDescription": "This event counts retired load uops which data sources were HitM responses f…
322 …"BriefDescription": "Retired load uops which data sources were L3 hit and cross-core snoop missed …
328 …"PublicDescription": "This event counts retired load uops which data sources were L3 Hit and a cro…
333 …"BriefDescription": "Retired load uops which data sources were hits in L3 without snoops required.…
339 …"PublicDescription": "This event counts retired load uops which data sources were hits in the last…
385 …"BriefDescription": "Retired load uops which data sources were load uops missed L1 but hit FB due …
390sources were load uops missed L1 but hit a fill buffer due to a preceding miss to the same cache l…
[all …]
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,vic.yaml33 VIC has no configuration options for interrupt sources. The single
44 A one cell big bit mask of valid interrupt sources. Each bit
53 A one cell big bit mask of interrupt sources that can be configured
57 defaults to all interrupt sources configurable as wake up sources.
H A Daspeed,ast2400-vic.yaml32 must be 1 as the VIC has no configuration options for interrupt sources.
35 valid-sources:
39 A bitmap of supported sources for the implementation.
59 valid-sources = <0xffffffff 0x0007ffff>;
/openbmc/qemu/hw/intc/
H A Dsh_intc.c71 struct intc_source *source = &desc->sources[n]; in sh_intc_set_irq()
84 /* slow: use a linked lists of pending sources instead */ in sh_intc_get_pending_vector()
92 struct intc_source *source = &desc->sources[i]; in sh_intc_get_pending_vector()
174 struct intc_source *source = &desc->sources[id]; in sh_intc_toggle_mask()
274 desc->sources[id].enable_max++; in sh_intc_register_source()
287 desc->sources[id].enable_max++; in sh_intc_register_source()
300 desc->sources[id].enable_max++; in sh_intc_register_source()
324 s = &desc->sources[id]; in sh_intc_register_sources()
336 s = &desc->sources[id]; in sh_intc_register_sources()
342 s = &desc->sources[id]; in sh_intc_register_sources()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildoptions.py210 # Can we download everything from the Yocto Sources Mirror over http only
219 bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
220 cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
221 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
222 gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
223 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
224 osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
225 p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
226 svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
227 ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n \\
[all …]
/openbmc/qemu/tests/bench/
H A Dmeson.build3 sources: 'qht-bench.c',
7 sources: 'qtree-bench.c',
11 sources: files('atomic_add-bench.c'),
16 sources: files('atomic64-bench.c'),
/openbmc/phosphor-led-manager/manager/
H A Dmeson.build1 sources = [ variable
23 sources += [led_gen_hpp]
41 sources += ['lamptest/lamptest.cpp']
46 sources,
/openbmc/linux/drivers/comedi/drivers/
H A Damplc_dio200_pci.c79 * supported on PC214E. For the other boards, valid clock sources are
95 * For the PCIe boards, clock sources in the range 0 to 31 are allowed
96 * and the following additional clock sources are defined:
104 * clock source in data[1]. For internal clock sources, data[2] is set
109 * supported on PC214E. For the other boards, valid gate sources are 0
124 * For the PCIe boards, gate sources in the range 0 to 31 are allowed;
125 * the following additional clock sources and clock sources 6 and 7 are
165 * channels matches the number of interrupt sources. The PC214E does not
166 * have an interrupt status register; see notes on 'INTERRUPT SOURCES'
169 * INTERRUPT SOURCES
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dti-lmu.txt110 led-sources = <0 1>;
155 led-sources = <0 1>;
172 led-sources = <1 2>;
179 led-sources = <0>;
190 led-sources = <1>;
196 led-sources = <3 4 5>;
217 led-sources = <0 1>;
264 led-sources = <0 2>;
/openbmc/openbmc-build-scripts/
H A Dbuild-rootfs-size-docker.sh10 # default ones in /etc/apt/sources.list
31 …ease && echo \$VERSION_CODENAME) main restricted universe multiverse\" > /etc/apt/sources.list && \
32 …cho \$VERSION_CODENAME)-updates main restricted universe multiverse\" >> /etc/apt/sources.list && \
33 …ho \$VERSION_CODENAME)-security main restricted universe multiverse\" >> /etc/apt/sources.list && \
34 …ho \$VERSION_CODENAME)-proposed main restricted universe multiverse\" >> /etc/apt/sources.list && \
35 … echo \$VERSION_CODENAME)-backports main restricted universe multiverse\" >> /etc/apt/sources.list"
/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony/huygens/
H A Dchrony.conf16 # Load source files matching the /etc/chrony/sources.d/*.sources pattern.
17 # These can be reloaded using 'chronyc reload sources'.
18 sourcedir /etc/chrony/sources.d
/openbmc/linux/tools/edid/
H A DMakefile2 SOURCES := $(wildcard [0-9]*x[0-9]*.S) macro
4 BIN := $(patsubst %.S, %.bin, $(SOURCES))
6 IHEX := $(patsubst %.S, %.bin.ihex, $(SOURCES))
8 CODE := $(patsubst %.S, %.c, $(SOURCES))

12345678910>>...95