Searched refs:BLPM (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/atari/stand/ahdilabel/
H A Dahdilabel.c43 #define BLPM ((1024 * 1024) / DEV_BSIZE) macro
237 (ptable->parts[i].size + (BLPM >> 1)) / BLPM);
278 (ptable->parts[i].size + (BLPM >> 1)) / BLPM);
359 sector *= BLPM;
406 (ptable->parts[part].size + (BLPM >> 1)) / BLPM);
/netbsd-current/sys/arch/atari/stand/edahdi/
H A Dedahdi.c79 #define BLPM ((1024 * 1024) / DEV_BSIZE) macro
256 megs = ((p->end - p->start + 1) + (BLPM >> 1)) / BLPM;

Completed in 108 milliseconds