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

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

Completed in 57 milliseconds