Home
last modified time | relevance | path

Searched refs:el (Results 51 – 75 of 179) sorted by relevance

12345678

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c37 u64 get_tcr(int el, u64 *pips, u64 *pva_bits) in get_tcr() argument
69 if (el == 1) { in get_tcr()
71 } else if (el == 2) { in get_tcr()
406 int el; in mmu_setup() local
412 el = current_el(); in mmu_setup()
413 set_ttbr_tcr_mair(el, gd->arch.tlb_addr, get_tcr(el, NULL, NULL), in mmu_setup()
/openbmc/qemu/hw/core/
H A Dmachine-qmp-cmds.c70 GSList *el, *machines = object_class_get_list(TYPE_MACHINE, false); in qmp_query_machines() local
73 for (el = machines; el; el = el->next) { in qmp_query_machines()
74 MachineClass *mc = el->data; in qmp_query_machines()
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py648 def _linkage_fixer(self, el): argument
651 first = el.contents[0]
652 child = el.contents[-1]
655 if child is first and el.parent is not None:
657 el.next_element = child
660 if prev_el is not None and prev_el is not el:
663 child.previous_element = el
678 target = el
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dcode-of-conduct.rst16 acoso para todo el mundo, independientemente de la edad, dimensión corporal,
61 Los administradores de la comunidad tendrán el derecho y la responsabilidad
72 comunidad. Ejemplos de esto incluyen el uso de la cuenta oficial de correo
80 podrán ser reportadas contactando el Code of Conduct Commitee a través de
96 Consulte el documento :ref:`code_of_conduct_interpretation` para ver cómo
H A Dcontribution-maturity-model.rst17 en el reclutamiento de mantenedores del kernel, así como la sucesión de
38 y los desarrolladores en todos los niveles de antigüedad. En el espíritu
92 upstream en el que se basa el kernel interno.
100 trabajo centrado en el Trabajo Ascendente, que se define como revisar
114 el Trabajo Ascendente.
/openbmc/linux/lib/reed_solomon/
H A Ddecode_rs.c14 int deg_lambda, el, deg_omega; variable
133 el = no_eras;
161 if (2 * el <= r + no_eras - 1) {
162 el = r + no_eras - el;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/
H A Demacs_29.1.bb162 ${datadir}/${BPN}/${PV}/lisp/international/charprop.el \
171 ${datadir}/${BPN}/${PV}/lisp/international/uni*.el \
204 ${datadir}/${BPN}/${PV}/lisp/ldefs-boot.el \
205 ${datadir}/${BPN}/${PV}/lisp/loaddefs.el \
206 ${datadir}/${BPN}/${PV}/lisp/loadup.el \
245 ${datadir}/${BPN}/${PV}/etc/themes/adwaita-theme.el \
246 ${datadir}/${BPN}/${PV}/etc/themes/deeper-blue-theme.el \
247 ${datadir}/${BPN}/${PV}/etc/themes/light-blue-theme.el \
248 ${datadir}/${BPN}/${PV}/etc/themes/misterioso-theme.el \
249 ${datadir}/${BPN}/${PV}/etc/themes/tango-theme.el \
[all …]
/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js194 angular.forEach(tElement, function(el) { argument
195 if (el.nodeType === 1) {
196 angular.element(el).attr('dir-paginate-no-compile', true);
207 angular.forEach(element, function(el) { argument
208 if (el.nodeType === 1) {
209 angular.element(el).removeAttr('dir-paginate-no-compile');
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h115 #define sym_remque(el) __sym_que_del((el)->blink, (el)->flink) argument
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.c718 struct asd_ll_el *el = start; in asd_find_ll_by_id() local
723 if (el->id1 == id1) { in asd_find_ll_by_id()
726 if (el->id0 == id0) in asd_find_ll_by_id()
727 return el; in asd_find_ll_by_id()
730 el = start + le16_to_cpu(el->next); in asd_find_ll_by_id()
731 } while (el != start); in asd_find_ll_by_id()
972 struct asd_ll_el *el = NULL; in asd_process_ctrl_a_user() local
1000 el = kmalloc(size, GFP_KERNEL); in asd_process_ctrl_a_user()
1001 if (!el) { in asd_process_ctrl_a_user()
1006 err = asd_read_flash_seg(asd_ha, (void *)el, offs, size); in asd_process_ctrl_a_user()
[all …]
/openbmc/linux/drivers/input/misc/
H A Dyealink.c129 static int setChar(struct yealink_dev *yld, int el, int chr) in setChar() argument
133 if (el >= ARRAY_SIZE(lcdMap)) in setChar()
139 yld->lcdMap[el] = chr; in setChar()
141 if (lcdMap[el].type == '.') { in setChar()
142 a = lcdMap[el].u.p.a; in setChar()
143 m = lcdMap[el].u.p.m; in setChar()
153 m = lcdMap[el].u.s[i].m; in setChar()
158 a = lcdMap[el].u.s[i].a; in setChar()
631 int el, size_t len) in store_line() argument
646 setChar(yld, el++, buf[i]); in store_line()
/openbmc/linux/arch/arm64/include/asm/
H A Ddebug-monitors.h96 void enable_debug_monitors(enum dbg_active_el el);
97 void disable_debug_monitors(enum dbg_active_el el);
/openbmc/qemu/system/
H A Dvl.c844 GSList *el; in find_machine() local
846 for (el = machines; el; el = el->next) { in find_machine()
847 MachineClass *mc = el->data; in find_machine()
859 GSList *el; in find_default_machine() local
862 for (el = machines; el; el = el->next) { in find_default_machine()
863 MachineClass *mc = el->data; in find_default_machine()
1564 GSList *el; in machine_help_func() local
1578 for (el = machines; el; el = el->next) { in machine_help_func()
1579 MachineClass *mc = el->data; in machine_help_func()
3322 GSList *el, *accel_list = object_class_get_list(TYPE_ACCEL, in qemu_init() local
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dppa.c34 unsigned int el = current_el(); in ppa_init() local
50 if (el < 3) { in ppa_init()
51 debug("Skipping PPA init, running at EL%d\n", el); in ppa_init()
/openbmc/linux/fs/ocfs2/
H A Dextent_map.h48 struct ocfs2_extent_list *el,
56 struct ocfs2_extent_list *el,
H A Drefcounttree.c960 struct ocfs2_extent_list *el, in ocfs2_get_refcount_cpos_end() argument
971 if (index < le16_to_cpu(el->l_next_free_rec) - 1) { in ocfs2_get_refcount_cpos_end()
976 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end()
1033 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end()
1066 struct ocfs2_extent_list *el; in ocfs2_get_refcount_rec() local
1082 el = &rb->rf_list; in ocfs2_get_refcount_rec()
1085 if (el->l_tree_depth) { in ocfs2_get_refcount_rec()
1086 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()
1093 el = &eb->h_list; in ocfs2_get_refcount_rec()
1095 if (el->l_tree_depth) { in ocfs2_get_refcount_rec()
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Ddebug-monitors.c80 void enable_debug_monitors(enum dbg_active_el el) in enable_debug_monitors() argument
89 if (el == DBG_ACTIVE_EL1 && in enable_debug_monitors()
101 void disable_debug_monitors(enum dbg_active_el el) in disable_debug_monitors() argument
110 if (el == DBG_ACTIVE_EL1 && in disable_debug_monitors()
/openbmc/qemu/
H A Dblockjob.c218 GSList *el; in block_job_has_bdrv() local
221 for (el = job->nodes; el; el = el->next) { in block_job_has_bdrv()
222 BdrvChild *c = el->data; in block_job_has_bdrv()
H A Dblockdev-nbd.c265 BlockDirtyBitmapOrStr *el = g_new(BlockDirtyBitmapOrStr, 1); in qmp_nbd_server_add() local
267 *el = (BlockDirtyBitmapOrStr) { in qmp_nbd_server_add()
272 QAPI_LIST_PREPEND(export_opts->u.nbd.bitmaps, el); in qmp_nbd_server_add()
/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501.h238 struct iw_mgmt_info_element el; member
249 struct iw_mgmt_info_element el; member
254 struct iw_mgmt_info_element el; member
259 struct iw_mgmt_info_element el; member
267 struct iw_mgmt_info_element el; member
/openbmc/linux/scripts/package/
H A Dmkdebian39 debarch=ppc64$(if_enabled_echo CONFIG_CPU_LITTLE_ENDIAN el)
48 debarch=mips$(if_enabled_echo CONFIG_64BIT 64)$(if_enabled_echo CONFIG_CPU_MIPSR6 r6)el
59 debarch=arm$(if_enabled_echo CONFIG_VFP hf el)
/openbmc/u-boot/include/
H A Datf_common.h50 #define SPSR_64(el, sp, daif) \ argument
52 ((el) & MODE_EL_MASK) << MODE_EL_SHIFT | \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/
H A Danthy_9100h.bb27 PACKAGES += "${PN}-el libanthy0 libanthy-dev"
42 FILES:${PN}-el = "${datadir}/emacs/*"
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand_ecc.h134 u32 el[32]; /* 0xAC-0x128 Error Location Registers */ member
143 u32 el[24]; /* 0x8C-0xE8 Error Location Registers */ member
/openbmc/openbmc/poky/meta/recipes-core/musl/
H A Dlibucontext_1.2.bb40 elif re.match('mips(isa|)(32|)(r6|)(el|)$', a): return 'mips'
41 elif re.match('mips(isa|)64(r6|)(el|)$', a): return 'mips64'

12345678