Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Domap_gpmc.c51 int ecc_ptr; member
485 s->ecc_ptr = 0; in omap_gpmc_reset()
598 return s->ecc_ptr; in omap_gpmc_read()
799 s->ecc_ptr = value & 0xf; in omap_gpmc_write()
800 if (s->ecc_ptr == 0 || s->ecc_ptr > 9) { in omap_gpmc_write()
801 s->ecc_ptr = 0; in omap_gpmc_write()