Home
last modified time | relevance | path

Searched refs:smode (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/ulpi/
H A Dulpi.c173 int ulpi_serial_mode_enable(struct ulpi_viewport *ulpi_vp, unsigned smode) in ulpi_serial_mode_enable() argument
175 switch (smode) { in ulpi_serial_mode_enable()
181 __func__, smode); in ulpi_serial_mode_enable()
185 return ulpi_write(ulpi_vp, &ulpi->iface_ctrl_set, smode); in ulpi_serial_mode_enable()
/openbmc/u-boot/include/usb/
H A Dulpi.h99 int ulpi_serial_mode_enable(struct ulpi_viewport *ulpi_vp, unsigned smode);
/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c771 StackingMode smode = ignore_faults ? STACK_IGNFAULTS : STACK_NORMAL; in v7m_push_callee_stack() local
816 v7m_stack_write(cpu, frameptr, sig, mmu_idx, smode) && in v7m_push_callee_stack()
817 v7m_stack_write(cpu, frameptr + 0x8, env->regs[4], mmu_idx, smode) && in v7m_push_callee_stack()
818 v7m_stack_write(cpu, frameptr + 0xc, env->regs[5], mmu_idx, smode) && in v7m_push_callee_stack()
819 v7m_stack_write(cpu, frameptr + 0x10, env->regs[6], mmu_idx, smode) && in v7m_push_callee_stack()
820 v7m_stack_write(cpu, frameptr + 0x14, env->regs[7], mmu_idx, smode) && in v7m_push_callee_stack()
821 v7m_stack_write(cpu, frameptr + 0x18, env->regs[8], mmu_idx, smode) && in v7m_push_callee_stack()
822 v7m_stack_write(cpu, frameptr + 0x1c, env->regs[9], mmu_idx, smode) && in v7m_push_callee_stack()
823 v7m_stack_write(cpu, frameptr + 0x20, env->regs[10], mmu_idx, smode) && in v7m_push_callee_stack()
824 v7m_stack_write(cpu, frameptr + 0x24, env->regs[11], mmu_idx, smode); in v7m_push_callee_stack()
/openbmc/qemu/target/riscv/
H A Dcsr.c260 static RISCVException smode(CPURISCVState *env, int csrno) in smode() function
275 return smode(env, csrno); in smode32()
284 return smode(env, csrno); in aia_smode()
385 RISCVException ret = smode(env, csrno); in sstateen()
421 RISCVException ret = hmode_check ? hmode(env, csrno) : smode(env, csrno); in sstc()
473 return smode(env, csrno); in satp()
4576 [CSR_SENVCFG] = { "senvcfg", smode, read_senvcfg, write_senvcfg,
4647 [CSR_SCOUNTEREN] = { "scounteren", smode, read_scounteren,
4651 [CSR_SSCRATCH] = { "sscratch", smode, read_sscratch, write_sscratch,
4653 [CSR_SEPC] = { "sepc", smode, read_sepc, write_sepc },
[all …]
/openbmc/linux/drivers/fsi/
H A Dfsi-core.c257 uint32_t smode; in fsi_slave_set_smode() local
263 smode = fsi_slave_smode(slave->id, slave->t_send_delay, slave->t_echo_delay); in fsi_slave_set_smode()
264 data = cpu_to_be32(smode); in fsi_slave_set_smode()