IOPORT_F_INOUT
iop.flags = IOPORT_F_INOUT;
iop.flags = IOPORT_F_INOUT;
iop.flags = IOPORT_F_INOUT;
iop.flags = IOPORT_F_INOUT | IOPORT_F_DEFAULT;
iop.flags = IOPORT_F_INOUT;
INOUT_PORT(pm1_status, PM1A_EVT_ADDR, IOPORT_F_INOUT, pm1_status_handler);
INOUT_PORT(pm1_enable, PM1A_EVT_ADDR + 2, IOPORT_F_INOUT, pm1_enable_handler);
INOUT_PORT(pm1_control, PM1A_CNT_ADDR, IOPORT_F_INOUT, pm1_control_handler);
INOUT_PORT(gpe0_sts, IO_GPE0_STS, IOPORT_F_INOUT, gpe0_sts);
INOUT_PORT(gpe0_en, IO_GPE0_EN, IOPORT_F_INOUT, gpe0_en);
INOUT_PORT(reset_reg, 0xCF9, IOPORT_F_INOUT, reset_handler);
iop.flags = IOPORT_F_INOUT;
INOUT_PORT(pci_cfgaddr, CONF1_ADDR_PORT, IOPORT_F_INOUT, pci_emul_cfgaddr);
INOUT_PORT(pci_cfgdata, CONF1_DATA_PORT+0, IOPORT_F_INOUT, pci_emul_cfgdata);
INOUT_PORT(pci_cfgdata, CONF1_DATA_PORT+1, IOPORT_F_INOUT, pci_emul_cfgdata);
INOUT_PORT(pci_cfgdata, CONF1_DATA_PORT+2, IOPORT_F_INOUT, pci_emul_cfgdata);
INOUT_PORT(pci_cfgdata, CONF1_DATA_PORT+3, IOPORT_F_INOUT, pci_emul_cfgdata);
iop.flags = IOPORT_F_INOUT;
debugexit.flags = IOPORT_F_INOUT;
ioport.flags = IOPORT_F_INOUT;
irq.flags = IOPORT_F_INOUT;
#define QEMU_FWCFG_SELECTOR_PORT_FLAGS IOPORT_F_INOUT
IOPORT_F_INOUT /* QEMU v2.4+ ignores writes */