Searched defs:ioremap (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dio.h26 /* ioremap converts a random 32bit bus address into something
29 static inline void *ioremap(unsigned long bus_addr, unsigned long length __unused) function
34 /* iounmap cleans up anything ioremap had to setup */

Completed in 482 milliseconds