Writing Device Drivers

Memory Space Access

With memory mapped access, device registers appear in memory address space. The ddi_putX(9F) and ddi_getX(9F) family of interfaces are available for use by drivers as an alternative to the standard device access interfaces.