Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Domap_dss.c70 uint32_t tresh; member
166 s->dispc.l[0].tresh = 0; in omap_dss_reset()
327 return s->dispc.l[0].tresh; in omap_disc_read()
538 s->dispc.l[0].tresh = value & 0x01ff01ff; in omap_disc_write()
/qemu/hw/arm/
H A Dpxa2xx.c1823 static const int tresh[4] = { 8, 16, 32, 0 }; in pxa2xx_fir_update() local
1826 s->rx_len >= tresh[s->control[2] & 3]) /* TRIG */ in pxa2xx_fir_update()