Home
last modified time | relevance | path

Searched refs:mo (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/linux/drivers/net/can/cc770/
H A Dcc770.c111 unsigned int o, mo; in enable_all_objs() local
115 mo = obj2msgobj(o); in enable_all_objs()
126 "RX data, RTR, SFF and EFF\n", mo); in enable_all_objs()
130 mo, obj_flags & CC770_OBJ_FLAG_RTR ? in enable_all_objs()
143 cc770_write_reg(priv, msgobj[mo].config, msgcfg); in enable_all_objs()
144 cc770_write_reg(priv, msgobj[mo].ctrl0, in enable_all_objs()
149 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs()
153 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs()
158 "TX data, RTR, SFF and EFF\n", mo); in enable_all_objs()
160 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs()
[all …]
/openbmc/qemu/crypto/
H A Dxts.c112 unsigned long i, m, mo, lim; in xts_decrypt() local
116 mo = length & 15; in xts_decrypt()
121 if (mo == 0) { in xts_decrypt()
150 if (mo > 0) { in xts_decrypt()
160 for (i = 0; i < mo; i++) { in xts_decrypt()
188 unsigned long i, m, mo, lim; in xts_encrypt() local
192 mo = length & 15; in xts_encrypt()
197 if (mo == 0) { in xts_encrypt()
227 if (mo > 0) { in xts_encrypt()
234 for (i = 0; i < mo; i++) { in xts_encrypt()
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c35 struct sg_mapping_iter mi, mo; in sun4i_ss_opti_poll() local
108 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_opti_poll()
111 sg_miter_skip(&mo, po); in sun4i_ss_opti_poll()
112 miter_err = sg_miter_next(&mo); in sun4i_ss_opti_poll()
113 if (!miter_err || !mo.addr) { in sun4i_ss_opti_poll()
119 todo = min_t(size_t, todo, (mo.length - oo) / 4); in sun4i_ss_opti_poll()
122 readsl(ss->base + SS_TXFIFO, mo.addr + oo, todo); in sun4i_ss_opti_poll()
125 if (oo == mo.length) { in sun4i_ss_opti_poll()
127 po += mo.length; in sun4i_ss_opti_poll()
129 sg_miter_stop(&mo); in sun4i_ss_opti_poll()
[all …]
/openbmc/linux/drivers/clk/rockchip/
H A Dclk.h550 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
559 .muxdiv_offset = mo, \
571 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument
580 .muxdiv_offset = mo, \
593 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument
602 .muxdiv_offset = mo, \
611 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument
620 .muxdiv_offset = mo, \
630 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
639 .muxdiv_offset = mo, \
[all …]
/openbmc/linux/include/drm/
H A Ddrm_encoder.h301 struct drm_mode_object *mo; in drm_encoder_find() local
303 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_ENCODER); in drm_encoder_find()
305 return mo ? obj_to_encoder(mo) : NULL; in drm_encoder_find()
H A Ddrm_property.h305 struct drm_mode_object *mo; in drm_property_find() local
306 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PROPERTY); in drm_property_find()
307 return mo ? obj_to_property(mo) : NULL; in drm_property_find()
H A Ddrm_crtc.h1299 struct drm_mode_object *mo; in drm_crtc_find() local
1300 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CRTC); in drm_crtc_find()
1301 return mo ? obj_to_crtc(mo) : NULL; in drm_crtc_find()
H A Ddrm_plane.h907 struct drm_mode_object *mo; in drm_plane_find() local
908 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PLANE); in drm_plane_find()
909 return mo ? obj_to_plane(mo) : NULL; in drm_plane_find()
H A Ddrm_connector.h1928 struct drm_mode_object *mo; in drm_connector_lookup() local
1929 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CONNECTOR); in drm_connector_lookup()
1930 return mo ? obj_to_connector(mo) : NULL; in drm_connector_lookup()
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/
H A D0001-Fix-DATADIRNAME-on-uclibc-Linux.patch20 CATOBJEXT=.mo
28 CATOBJEXT=.mo
/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/
H A Dadd-with-bisonlocaledir.patch26 @@ -16,11 +16,16 @@ dnl sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo files
27 dnl and defines YYENABLE_NLS if there are bison-runtime.mo files at all.
32 + [ --with-bisonlocaledir sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py245 mo, created = Machine.objects.get_or_create(
249 mo.up_date = index.machines[id].updated
250 mo.name = index.machines[id].name
251 mo.description = index.machines[id].description
252 mo.save()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch188 + mo = re.search(r'=\s*"(.*)"', line)
189 + if mo:
190 + keywords["refnames"] = mo.group(1)
192 + mo = re.search(r'=\s*"(.*)"', line)
193 + if mo:
194 + keywords["full"] = mo.group(1)
196 + mo = re.search(r'=\s*"(.*)"', line)
197 + if mo:
198 + keywords["date"] = mo.group(1)
362 + mo = re.search(r'^(.+)-(\d+)-g([0-9a-f]+)$', git_describe)
[all …]
/openbmc/linux/kernel/kcsan/
H A Dcore.c1226 u##bits val, int mo, int fail_mo); \
1228 u##bits val, int mo, int fail_mo) \
1230 kcsan_atomic_builtin_memorder(mo); \
1236 return __atomic_compare_exchange_n(ptr, exp, val, weak, mo, fail_mo); \
1242 int mo, int fail_mo); \
1244 int mo, int fail_mo) \
1246 kcsan_atomic_builtin_memorder(mo); \
1252 __atomic_compare_exchange_n(ptr, &exp, val, 0, mo, fail_mo); \
/openbmc/u-boot/scripts/kconfig/
H A D.gitignore7 *.mo
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uim/
H A Duim_1.8.9.bb72 ${datadir}/locale/ja/LC_MESSAGES/uim.mo \
73 ${datadir}/locale/fr/LC_MESSAGES/uim.mo \
74 ${datadir}/locale/ko/LC_MESSAGES/uim.mo \
/openbmc/linux/Documentation/translations/sp_SP/
H A Dhowto.rst8mo participar en el desarrollo del kernel de Linux
12 sobre cómo convertirse en desarrollador del kernel de Linux y explica cómo
81mo usar la función. Cuando un cambio en el kernel hace que la interfaz
107 Este archivo describe en gran detalle cómo crear con éxito y enviar un
117 Otras excelentes descripciones de cómo crear parches correctamente son:
144 Este documento describe cómo operan los maintainers del kernel de Linux
152 Este archivo describe las reglas sobre cómo se suceden las versiones
162 Una buena introducción que describe exactamente qué es un parche y cómo
168 completa de la API en el kernel y reglas sobre cómo manejar cerrojos
202 También describe alguna información logística básica, como cómo compilar
[all …]
/openbmc/openpower-inventory-upload/
H A D.gitignore49 *.mo
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/
H A Dlibdnf_0.73.4.bb9 file://0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch \
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dkernel-enforcement-statement.rst11 Como desarrolladores del kernel Linux, tenemos un gran interés en cómo se
12 se utiliza nuestro software y cómo se aplica la licencia de nuestro software.
H A Dcode-of-conduct.rst96 Consulte el documento :ref:`code_of_conduct_interpretation` para ver cómo
H A Dadding-syscalls.rst448 kernel, brindandole control completo de donde y cómo la ejecución continúa
508 proveer a los revisores con una demostración de cómo los programas del
547 Las llamadas al sistema son, cómo se declaró más arriba, puntos de
570 Más aún, reglas sobre cómo se debería acceder a la data pueden diferir
585 - Artículo LWN de Michael Kerrisk sobre cómo manejar flags desconocidos en una
/openbmc/pyphosphor/
H A D.gitignore71 *.mo
/openbmc/linux/Documentation/
H A Ddontdiff31 *.mo
/openbmc/sdbusplus/
H A D.gitignore64 *.mo

12