Home
last modified time | relevance | path

Searched full:mo (Results 1 – 25 of 93) sorted by relevance

1234

/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/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/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/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/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/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/meta/recipes-core/glib-2.0/files/
H A D0001-Fix-DATADIRNAME-on-uclibc-Linux.patch20 CATOBJEXT=.mo
28 CATOBJEXT=.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/linux/Documentation/devicetree/bindings/display/panel/
H A Dsharp,ls037v7dw01.yaml35 GPIO ordered MO, LR, and UD as specified in LS037V7DW01.pdf
57 mode-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH /* gpio154, lcd 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/include/drm/
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_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()
/openbmc/linux/Documentation/input/devices/
H A Dyealink.rst54 NEW REP SU MO TU WE TH FR SA
63 Icon name : NEW REP SU MO TU WE TH FR SA
150 MO
/openbmc/u-boot/scripts/kconfig/
H A D.gitignore7 *.mo
/openbmc/linux/drivers/input/misc/
H A Dyealink.h124 * NEW REP SU MO TU WE TH FR SA
159 * Pict. name : NEW REP SU MO TU WE TH FR SA
167 _PIC('.', 1,4 , "MO" ),
/openbmc/openpower-inventory-upload/
H A D.gitignore49 *.mo
/openbmc/openbmc/poky/meta/recipes-support/itstool/
H A Ditstool_2.0.7.bb3 files, then merges translations from MO files to create translated \
/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/linux/drivers/hid/
H A Dhid-xinmo.c3 * HID driver for Xin-Mo devices, currently only the Dual Arcade controller.
/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/pyphosphor/
H A D.gitignore71 *.mo
/openbmc/linux/tools/power/cpupower/
H A DMakefile305 …INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo'; \
306 …$(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo;…
332 rm -f $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
/openbmc/u-boot/include/configs/
H A Dids8313.h418 #define CONFIG_ENV_FLAGS_LIST_STATIC "ethaddr:mo,eth1addr:mo"
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dmediatek,spi-mt65xx.yaml80 specify which pins group(ck/mi/mo/cs) spi controller used.
/openbmc/linux/Documentation/
H A Ddontdiff31 *.mo

1234