Searched refs:old_cs (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-omap-uwire.c | 175 int old_cs; in uwire_chipselect() local 181 old_cs = (w >> 10) & 0x03; in uwire_chipselect() 182 if (value == BITBANG_CS_INACTIVE || old_cs != spi_get_chipselect(spi, 0)) { in uwire_chipselect()
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | malidp_drv.c | 123 struct malidp_crtc_state *old_cs = to_malidp_crtc_state(old_state); in malidp_atomic_commit_se_config() local 127 struct malidp_se_config *old_s = &old_cs->scaler_config; in malidp_atomic_commit_se_config()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 1123 uint32_t old_cs, old_eip; in do_interrupt_real() local 1147 old_cs = env->segs[R_CS].selector; in do_interrupt_real() 1150 pushw(&sa, old_cs); in do_interrupt_real()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 3141 u16 sel, old_cs; in em_call_far() local 3150 ops->get_segment(ctxt, &old_cs, &old_desc, NULL, VCPU_SREG_CS); in em_call_far() 3162 ctxt->src.val = old_cs; in em_call_far() 3177 ops->set_segment(ctxt, old_cs, &old_desc, 0, VCPU_SREG_CS); in em_call_far()
|