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

/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfirewire.c313 newrom = malloc(CROMSIZE);
315 crom_load(src, (uint32_t *)newrom, CROMSIZE);
316 if (bcmp(newrom, sc->config_rom, CROMSIZE) != 0) {
325 crom_load(src, (uint32_t *)newrom, CROMSIZE);
326 bcopy(newrom, (void *)sc->config_rom, CROMSIZE); local
371 + (CROMSIZE - 1)) & ~(CROMSIZE - 1));
H A Dfwohci.h38 #define CROMSIZE 0x400 macro
58 char config_rom_buf[CROMSIZE*2]; /* double size for alignment */

Completed in 57 milliseconds