dsdt_fixed_ioport
void dsdt_fixed_ioport(uint16_t iobase, uint16_t length);
dsdt_fixed_ioport(res->data.FixedIo.Address,
dsdt_fixed_ioport(KBD_DATA_PORT, 1);
dsdt_fixed_ioport(KBD_STS_CTL_PORT, 1);
dsdt_fixed_ioport(KBD_DATA_PORT, 1);
dsdt_fixed_ioport(KBD_STS_CTL_PORT, 1);
dsdt_fixed_ioport(IO_ICU1, 2);
dsdt_fixed_ioport(IO_ICU2, 2);
dsdt_fixed_ioport(IO_TIMER1_PORT, 4);
dsdt_fixed_ioport(lsp->base, lsp->length);
dsdt_fixed_ioport(sc->iobase, UART_NS16550_IO_BAR_SIZE);
dsdt_fixed_ioport(IO_RTC, 2);
dsdt_fixed_ioport(0xCF8, 8);