Searched refs:__BTOP (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/hpcarm/dev/
H A Dipaq_lcd.c77 #define __BTOP(x) ((paddr_t)(x) >> PGSHIFT) macro
197 __PTOB(__BTOP(bootinfo->fb_addr));
380 return __BTOP((u_long)bootinfo->fb_addr + offset);
H A Dsed_saip.c85 #define __BTOP(x) ((paddr_t)(x) >> PGSHIFT) macro
225 __PTOB(__BTOP(bootinfo->fb_addr));
566 return __BTOP((u_long)bootinfo->fb_addr + offset);
/netbsd-current/sys/dev/hpc/
H A Dbivideo.c118 #define __BTOP(x) ((paddr_t)(x) >> PGSHIFT) macro
237 __PTOB(__BTOP(bootinfo->fb_addr));
631 return __BTOP((u_long)bootinfo->fb_addr + offset);

Completed in 76 milliseconds