__io
#define __io(a) __typesafe_io(PCI_IO_VIRT_BASE + ((a) & IO_SPACE_LIMIT))
#define __io(a) (PCIO_BASE + ((a) << 2))