Searched refs:vt82c686b_superio_cfg_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/isa/ |
H A D | vt82c686.c | 360 static void vt82c686b_superio_cfg_write(void *opaque, hwaddr addr, in vt82c686b_superio_cfg_write() function 414 .write = vt82c686b_superio_cfg_write, 428 vt82c686b_superio_cfg_write(s, 0, 0xe0, 1); in vt82c686b_superio_reset() 429 vt82c686b_superio_cfg_write(s, 1, 0x3c, 1); in vt82c686b_superio_reset() 436 vt82c686b_superio_cfg_write(s, 0, 0xe2, 1); in vt82c686b_superio_reset() 437 vt82c686b_superio_cfg_write(s, 1, 0x0f, 1); in vt82c686b_superio_reset() 439 vt82c686b_superio_cfg_write(s, 0, 0xe3, 1); in vt82c686b_superio_reset() 440 vt82c686b_superio_cfg_write(s, 1, 0xfc, 1); in vt82c686b_superio_reset() 442 vt82c686b_superio_cfg_write(s, 0, 0xe6, 1); in vt82c686b_superio_reset() 443 vt82c686b_superio_cfg_write(s, 1, 0xde, 1); in vt82c686b_superio_reset() [all …]
|