MMIO: Rename Direct -> Direct{Read,Write} The overload was previously selected based on the constness of the pointer passed to Direct. Since most pointers that will be passed are not const, we can't automatically choose the overload here.