Home
last modified time | relevance | path

Searched refs:trans (Results 1 – 24 of 24) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dich.c174 static inline void spi_use_out(struct spi_trans *trans, unsigned bytes) in spi_use_out() argument
176 trans->out += bytes; in spi_use_out()
177 trans->bytesout -= bytes; in spi_use_out()
180 static inline void spi_use_in(struct spi_trans *trans, unsigned bytes) in spi_use_in() argument
182 trans->in += bytes; in spi_use_in()
183 trans->bytesin -= bytes; in spi_use_in()
216 static void spi_setup_type(struct spi_trans *trans, int data_bytes) in spi_setup_type() argument
218 trans->type = 0xFF; in spi_setup_type()
221 if (trans->bytesin == 0) { in spi_setup_type()
222 if (trans->bytesout + data_bytes > 4) in spi_setup_type()
[all …]
H A Dich.h196 struct spi_trans trans; /* current transaction in progress */ member
/openbmc/u-boot/drivers/i2c/
H A Dtegra_i2c.c143 struct i2c_trans_info *trans, in send_packet_headers() argument
157 data = (trans->num_bytes - 1) << PKT_HDR2_PAYLOAD_SIZE_SHIFT; in send_packet_headers()
162 data = trans->address << PKT_HDR3_SLAVE_ADDR_SHIFT; in send_packet_headers()
165 if (!(trans->flags & I2C_IS_WRITE)) in send_packet_headers()
231 struct i2c_trans_info *trans) in send_recv_packets() argument
240 int is_write = trans->flags & I2C_IS_WRITE; in send_recv_packets()
246 send_packet_headers(i2c_bus, trans, 1, in send_recv_packets()
247 trans->flags & I2C_USE_REPEATED_START); in send_recv_packets()
249 words = DIV_ROUND_UP(trans->num_bytes, 4); in send_recv_packets()
250 last_bytes = trans->num_bytes & 3; in send_recv_packets()
[all …]
/openbmc/qemu/linux-user/
H A Dfd-trans.h89 TargetFdTrans *trans) in internal_fd_trans_register_unsafe() argument
101 target_fd_trans[fd] = trans; in internal_fd_trans_register_unsafe()
104 static inline void fd_trans_register(int fd, TargetFdTrans *trans) in fd_trans_register() argument
107 internal_fd_trans_register_unsafe(fd, trans); in fd_trans_register()
H A Dmeson.build13 'fd-trans.c',
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-target-config.bbclass294 trans = {}
295 trans['corei7-64'] = "corei7"
296 trans['core2-32'] = "core2"
297 trans['x86-64'] = "x86-64"
298 trans['i686'] = "i686"
299 trans['i586'] = "i586"
300 trans['mips64'] = "mips64"
301 trans['mips64el'] = "mips64"
302 trans['powerpc64le'] = "ppc64le"
303 trans['powerpc64'] = "ppc64"
[all …]
/openbmc/phosphor-state-manager/
H A Dscheduled_host_transition.cpp271 Transition& trans) in deserializeScheduledValues() argument
281 iarchive(time, trans); in deserializeScheduledValues()
297 Transition trans; in restoreScheduledValues() local
298 if (!deserializeScheduledValues(time, trans)) in restoreScheduledValues()
307 HostTransition::scheduledTransition(trans); in restoreScheduledValues()
H A Dscheduled_host_transition.hpp135 static bool deserializeScheduledValues(uint64_t& time, Transition& trans);
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dptest.py87 trans = str.maketrans("()", "__")
91 …stname = "ptestresult." + (section or "No-section") + "." + "_".join(test.translate(trans).split())
103 …failed_testcases = [ "_".join(test.translate(trans).split()) for test in results[section] if resul…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-image/
H A D0001-png-img-Fix-prototypes-of-callbacks.patch30 - png_uint_32 (*png_get_tRNS) (png_structp png_ptr, png_infop info_ptr, png_bytep *trans, int *num_…
36 + png_uint_32 (*png_get_tRNS) (png_const_structp png_ptr, png_infop info_ptr, png_bytep *trans, int…
/openbmc/openbmc/meta-arm/scripts/
H A Dreport-index.html.jinja30 {% trans count=details.patches|length %}
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py2122 trans = []
2128 if t not in trans: trans.append(t)
2130 return trans
2141 def dr_relation(self,C,trans,nullable): argument
2143 state,N = trans
2165 def reads_relation(self,C, trans, empty): argument
2168 state, N = trans
2208 def compute_lookback_includes(self,C,trans,nullable): argument
2215 for t in trans:
2219 for state,N in trans:
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c1616 uint64_t trans, uintptr_t ra) in do_helper_tr() argument
1622 uint8_t new_byte = cpu_ldub_data_ra(env, trans + byte, ra); in do_helper_tr()
1630 uint64_t trans) in HELPER()
1632 do_helper_tr(env, len, array, trans, GETPC()); in HELPER()
1636 uint64_t len, uint64_t trans) in HELPER()
1666 new_byte = cpu_ldub_data_ra(env, trans + byte, ra); in HELPER()
1675 uint64_t array, uint64_t trans, in do_helper_trt() argument
1682 uint8_t sbyte = cpu_ldub_data_ra(env, trans + byte, ra); in do_helper_trt()
1695 uint64_t array, uint64_t trans, in do_helper_trt_fwd() argument
1698 return do_helper_trt(env, len, array, trans, 1, ra); in do_helper_trt_fwd()
[all …]
/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c47 int cyls, heads, secs, trans; member
156 val |= cur_ide[i]->trans << (2 * i); in test_cmos_disktransflag()
340 static void test_ide_drive_user(const char *dev, bool trans) in test_ide_drive_user() argument
346 const CHST expected_chst = { secs / (4 * 32) , 4, 32, trans }; in test_ide_drive_user()
351 dev, trans ? "bios-chs-trans=lba," : "", in test_ide_drive_user()
/openbmc/qemu/hw/usb/
H A Dtrace-events290 …int16_t code, uint32_t trans, uint32_t arg0, uint32_t arg1, uint32_t arg2, uint32_t arg3, uint32_t…
291 usb_mtp_success(int dev, uint32_t trans, uint32_t arg0, uint32_t arg1) "dev %d, trans 0x%x, args 0x…
292 …b_mtp_error(int dev, uint16_t code, uint32_t trans, uint32_t arg0, uint32_t arg1) "dev %d, code 0x…
293 usb_mtp_data_in(int dev, uint32_t trans, uint32_t len) "dev %d, trans 0x%x, len %d"
/openbmc/qemu/hw/s390x/
H A Dtrace-events25 s390_pci_iommu_xlate(uint64_t addr) "iommu trans addr 0x%" PRIx64
/openbmc/qemu/hw/block/
H A Dtrace-events63 …(void *blk, uint32_t cyls, uint32_t heads, uint32_t secs, int trans) "blk %p CHS %u %u %u trans %d"
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp184 auto trans = properties.find("RequestedPowerTransition"); in DataInterface() local
185 if (trans != properties.end()) in DataInterface()
187 this->_chassisTransition = std::get<std::string>(trans->second); in DataInterface()
/openbmc/qemu/target/arm/tcg/
H A Dneon-dp.decode383 # trans function.
397 # trans functions for the size-not-0b11 patterns must check and
H A Dmve.decode596 # trans function.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/
H A D0002-Remove-LGPL-Code-and-references.patch742 - // optimisable : copie de la ligne, precalcul de C * trans(C).
767 - /* which is the i-th row of inv(C * trans(C)) */
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch12805 + MMAL_DISPLAYTRANSFORM_T trans;
12820 + trans = MMAL_DISPLAY_ROT0;
12823 + trans = MMAL_DISPLAY_ROT270;
12826 + trans = MMAL_DISPLAY_ROT180;
12829 + trans = MMAL_DISPLAY_ROT90;
12832 + trans = MMAL_DISPLAY_MIRROR_ROT0;
12835 + trans = MMAL_DISPLAY_MIRROR_ROT180;
12839 + trans = MMAL_DISPLAY_ROT0;
12843 + return trans;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/
H A D2ch_t.patch18 +# http://www.kyoto.trans-nt.com/anthy/
/openbmc/qemu/target/xtensa/core-dsp3400/
H A Dxtensa-modules.c.inc77414 { "trans", ICLASS_iclass_TRANS,