| /openbmc/u-boot/drivers/spi/ |
| H A D | ich.c | 174 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 D | ich.h | 196 struct spi_trans trans; /* current transaction in progress */ member
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | tegra_i2c.c | 143 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 D | fd-trans.h | 89 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 D | meson.build | 13 'fd-trans.c',
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | rust-target-config.bbclass | 294 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 D | scheduled_host_transition.cpp | 271 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 D | scheduled_host_transition.hpp | 135 static bool deserializeScheduledValues(uint64_t& time, Transition& trans);
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | ptest.py | 87 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 D | 0001-png-img-Fix-prototypes-of-callbacks.patch | 30 - 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 D | report-index.html.jinja | 30 {% trans count=details.patches|length %}
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 2122 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 D | mem_helper.c | 1616 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 D | hd-geo-test.c | 47 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 D | trace-events | 290 …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 D | trace-events | 25 s390_pci_iommu_xlate(uint64_t addr) "iommu trans addr 0x%" PRIx64
|
| /openbmc/qemu/hw/block/ |
| H A D | trace-events | 63 …(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 D | data_interface.cpp | 184 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 D | neon-dp.decode | 383 # trans function. 397 # trans functions for the size-not-0b11 patterns must check and
|
| H A D | mve.decode | 596 # trans function.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/ |
| H A D | 0002-Remove-LGPL-Code-and-references.patch | 742 - // 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 D | 0004-mmal_20.patch | 12805 + 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 D | 2ch_t.patch | 18 +# http://www.kyoto.trans-nt.com/anthy/
|
| /openbmc/qemu/target/xtensa/core-dsp3400/ |
| H A D | xtensa-modules.c.inc | 77414 { "trans", ICLASS_iclass_TRANS,
|