Home
last modified time | relevance | path

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

/qemu/hw/arm/
H A Dnseries.c444 int gamma; member
465 s->gamma = 0; in mipid_reset()
526 (s->onoff << 2) | (s->te << 1) | (s->gamma >> 2); in mipid_txrx()
527 s->resp[3] = s->gamma << 6; in mipid_txrx()
545 s->resp[0] = (s->invert << 5) | (s->vscr << 7) | s->gamma; in mipid_txrx()
594 s->gamma = ctz32(s->param[0] & 0xf); in mipid_txrx()
595 if (s->gamma == 32) { in mipid_txrx()
596 s->gamma = -1; /* XXX: should this be 0? */ in mipid_txrx()