Searched refs:vt8231_superio_cfg_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/isa/ |
H A D | vt82c686.c | 483 static void vt8231_superio_cfg_write(void *opaque, hwaddr addr, in vt8231_superio_cfg_write() function 530 .write = vt8231_superio_cfg_write, 548 vt8231_superio_cfg_write(s, 0, 0xf2, 1); in vt8231_superio_reset() 549 vt8231_superio_cfg_write(s, 1, 0x03, 1); in vt8231_superio_reset() 551 vt8231_superio_cfg_write(s, 0, 0xf4, 1); in vt8231_superio_reset() 552 vt8231_superio_cfg_write(s, 1, 0xfe, 1); in vt8231_superio_reset() 554 vt8231_superio_cfg_write(s, 0, 0xf6, 1); in vt8231_superio_reset() 555 vt8231_superio_cfg_write(s, 1, 0xde, 1); in vt8231_superio_reset() 557 vt8231_superio_cfg_write(s, 0, 0xf7, 1); in vt8231_superio_reset() 558 vt8231_superio_cfg_write(s, 1, 0xfc, 1); in vt8231_superio_reset() [all …]
|