Home
last modified time | relevance | path

Searched refs:dshift (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/dma/
H A Di8257.c127 r->now[ADDR] = r->base[ADDR] << d->dshift; in i8257_init_chan()
146 iport = (nport >> d->dshift) & 0x0f; in i8257_read_chan()
154 val = (r->base[COUNT] << d->dshift) - r->now[COUNT]; in i8257_read_chan()
159 return (val >> (d->dshift + (ff << 3))) & 0xff; in i8257_read_chan()
169 iport = (nport >> d->dshift) & 0x0f; in i8257_write_chan()
187 iport = (nport >> d->dshift) & 0x0f; in i8257_write_cont()
276 iport = (nport >> d->dshift) & 0x0f; in i8257_read_cont()
322 int ncont = d->dshift; in i8257_channel_run()
471 i8257_write_cont(d, (0x05 << d->dshift), 0, 1); in i8257_reset()
549 VMSTATE_INT32(dshift, I8257State),
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A Dfix-build-with-gcc-14.patch24 int sshift, dshift, xshift, skip;
28 dshift = (width/height > 2) ? 6 : 12;
/openbmc/qemu/include/hw/dma/
H A Di8257.h31 int32_t dshift; member
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c832 static void gen_movs(DisasContext *s, MemOp ot, TCGv dshift) in gen_movs() argument
839 gen_op_add_reg(s, s->aflag, R_ESI, dshift); in gen_movs()
840 gen_op_add_reg(s, s->aflag, R_EDI, dshift); in gen_movs()
1263 static void gen_stos(DisasContext *s, MemOp ot, TCGv dshift) in gen_stos() argument
1267 gen_op_add_reg(s, s->aflag, R_EDI, dshift); in gen_stos()
1270 static void gen_lods(DisasContext *s, MemOp ot, TCGv dshift) in gen_lods() argument
1275 gen_op_add_reg(s, s->aflag, R_ESI, dshift); in gen_lods()
1278 static void gen_scas(DisasContext *s, MemOp ot, TCGv dshift) in gen_scas() argument
1287 gen_op_add_reg(s, s->aflag, R_EDI, dshift); in gen_scas()
1290 static void gen_cmps(DisasContext *s, MemOp ot, TCGv dshift) in gen_cmps() argument
[all …]